Skip to content

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Aug 19, 2025

  • Use the same (default) event loop as the server worker and parent groups. This is usually preferable anyway, and is documented as such in netty. It also makes transport config simpler.
  • Instead of having an EventLoopGroupConfiguration under the micronaut.server key, only add an event loop name there. All event loop config now happens through the micronaut.netty.event-loops key.

* Use the same (default) event loop as the server worker and parent groups. This is usually preferable anyway, and is documented as such in netty. It also makes transport config simpler.
* Instead of having an EventLoopGroupConfiguration under the `micronaut.server` key, only add an event loop name there. All event loop config now happens through the `micronaut.netty.event-loops` key.
@yawkat yawkat added this to the 5.0.0 milestone Aug 19, 2025
@yawkat yawkat added type: improvement A minor improvement to an existing feature type: breaking Introduces a breaking change labels Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: breaking Introduces a breaking change type: improvement A minor improvement to an existing feature
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant