Category "netty"

SSlconfiguration exception on finagle upgrade

I recently upgraded to finagle-core 22.4.0 from 21.4.0 and see this while loading integration tests in the application. I use wiremock-standalone version 2.27.2

Flatbuffer object returning null on Netty Bytebuffer

We are using Flatbuffer with Java bindings. The application is running Netty4 and has following code for handling Netty request: String id; try { reques

How to make sure rector netty http client create fix connection to http server

I use bellow code to create reactor netty http client and use this client to send request. ConnectionProvider connectionProvider = ConnectionProvider.builder("l

Catch-all exception handling for outbound ChannelHandler

In Netty you have the concept of inbound and outbound handlers. A catch-all inbound exception handler is implemented simply by adding a channel handler at the e

How to configure child group using NettyServerCustomizer?

I upgraded netty version and found out that TcpServer's bootstrap method had been removed from the version I had previously. I not able to figure out how to con

How to correctly close netty channel without workgroup termination

I have following binding to handle UDP packets private void doStartServer() { final UDPPacketHandler udpPacketHandler = new UDPPacketHandler(messageDeco

Netty not working with Java 17 modular JDK

Split package issue for Netty with JDK 17. It is unmodularlized jar which I am trying to include in my modularized project. I added a module-info.java then incl

Netty shutdown/Stop UDP server

I'm trying to create Netty UDP listener. The problem I faced is that I can't stop udp server like tcp, the udp always is running, even with shutdowngracefully c

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 la

Sending an unbidden 408 response from Netty on connection timeout

According to the specs an HTTP server should send a 408 if it hasn't received a request in a certain time. This is a bit unintuitive as it means you can send a