Trustin Lee
Trustin Lee
Another idea I started to like more is to deprecate the method that accepts `shutdownOnStop` flag and add two methods: - `workerGroup(EventLoopGroup)` which never shuts down the event loops; and...
@anuraaga You might have an opinion on this - I remember that we had some discussion when introducing the `shutdownOnStop` flag.
@smax48 @minwoox Was the problem solved after all?
Gentle ping, @eisig 🙇
> Maybe NoopSubscriber need to help release? Quite likely? Thanks for looking into this 🙇
Yeah, would be nice to have this feature to work nicely with sidecars such as Envoy, Linkerd, nginx, etc.
Sorry for not following up on this issue yet. Still need to find some time for implementing this.
Just a though - We may want to take advantage of this chance to see if we can make use of resilience4j.
At least we should not raise an exception 😆
@gigi Does Armeria's gRPC client work OK in this case? Out of curiosity, would you mind sharing your reasoning behind using `grpc-spring-boot-starter`'s gRPC client while using Armeria on the other...