-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow custom ChannelHandlers to control their position #2719
Comments
I have an |
I think the best idea would be to allow to set custom handlers in |
Relates to #1113 |
Fixed in 2.x and added documentation on how to use logbook https://docs.micronaut.io/snapshot/guide/index.html#nettyPipeline |
@graemerocher Looks great! |
Sure just check the |
See zalando/logbook#629. I have a custom netty channel handler that I need to register after the http request decoder/response encoder so that I can observe the request/response as messages in my channel handler.
Plain netty supports this in their
HttpServer
setup like this:Task List
Steps to Reproduce
Expected Behaviour
Tell us what should happen
Actual Behaviour
Position in the channel pipeline can't be controlled.
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: