python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I include a Gradle dependency based on architecture?
I recently got a new M1 Macbook and started seeing this stacktrace in Netty on application startup. The recommended solution is to add this dependency:
runtimeOnly "io.netty:netty-resolver-dns-na...

Mike Robinet
Votes: 0
Answers: 2
Problem recording prometheus metrics from services built on micronaut/netty v3.4.1
The infrastructure I'm deploying into employs a prometheus metric scraping proxy that connects to prometheus endpoints using a socket level client instead of an HTTP client.
My micronaut/jetty service...

Jim Harrington
Votes: 0
Answers: 0
Spring Webflux unaccounted time loss
We have recently switched to ExpediaGroups GraphQL library which is based on Spring Webflux.
Since switching our Jaeger Traces show gaps before and after the last database query / span is created:
Th...
roookeee
Votes: 0
Answers: 2
Is it possible to add a custom `ChannelInboundHandler` in Micronaut?
I would like to add a custom ChannelInboundHandler in my Micronaut service so that I can listen for the SslHandshakeCompletionEvent produced after a TLS handshake has been attempted.
I seem to be able...

rcgeorge23
Votes: 0
Answers: 1