import com.twitter.finagle.http2.param.FrameLoggerNamePrefix
val service =
Http
.client
.withLabel("service-label")
.configured(FrameLoggerNamePrefix(this.getClass.getName))
.withHttp2
.newService("localhost:8080")
Log http2 frames on a finagle service
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment