Jens

Results 11 issues of Jens

In my application I'm using Kamon to have metrics for my akka http server. Now my application warns a few times per minute the following ``` Failed to record value...

Enhancement

This PR adds 2.13 collection compatible forwarders for scala 2.11 and scala 2.12, see #346. 2.11 has converters in traits WrapAsJava and WrapAsScala, while 2.12 has them in AsJavaConverters and...

Problem We can set the `TimeoutFilter.PropagateDeadlines` and `TimeoutFilter.PreferDeadlineOverTimeout` to configure behavior on the Client. When the MethodBuilder interface is used, the `perRequestModule` does only look at the `Default` values of...

**Describe the bug** The DeadlineFilter will always take a `rejectWithdrawal` (default 5000) amount of tokens, while only restoring `serviceDeposit` (default 1000 tokens), in case rejection is not required. **Expected behavior**...

- [x] akka-http-argonaut (see #754 ) - [ ] ~~akka-http-avro4s~~ avro4s-json module does not have a Scala 3 flavour and is [removed from project](https://github.com/sksamuel/avro4s/commit/7066b4dbeb822aa77025e805a11d759c70546ad4) - [x] akka-http-circe (see #757 )...

uPickle needed to get rid of a private lazy val. Jackson got rid off the TypeTag, it seems ClassTag suffices. Circe only has issues with the test and an implicit....

The http.Methodbuilder does not allow setting the flag `sendInterrupts` in the BackupRequestFilter. This means that a backup request that has won, can still have a 'loser' request being requeued/retried, because...

I try to get my monitor handle exceptions thrown in the netty pipeline. (Client.withMonitor, or Monitor.using(monitor, service(request))), [the check Monitor.isActive](https://github.com/twitter/finagle/blob/finagle-22.7.0/finagle-netty4/src/main/scala/com/twitter/finagle/netty4/channel/ChannelStatsHandler.scala#L206) is always false in that Thread, which means that the...

Building Envoy on MacOS M1/2/3 fails with the bazel toolchain not supporting the aarch64 target in Devcontainers. I'm opening this issue here, to track progress. > the issue here is...

Commit Message: Allow uri_template variables in literal expression Additional Description: UriTemplateMatch now allows for variables to be defined in a literal. Before this change, all variables had to be clamped...