Relative Content

Tag Archive for httprequestnettyhttpserverhttpconnectionreactor-netty

Netty Server not processing HTTP Requests after using Server Bootstrap for customizing

I have a spring reactive based Microservice which is using Netty Server version 4.1.101.Final. It was working completely fine and processing all the HTTP requests which I fire . Now I want to catch the connection-ids to figure out which connection is getting used and which is getting closed. For this I have written a custom Connection Logging handler. Following is my ConnectionLoggingHandler :