davidradl commented on code in PR #25788:
URL: https://github.com/apache/flink/pull/25788#discussion_r1879912333
##########
flink-runtime/src/main/java/org/apache/flink/runtime/rest/RestClient.java:
##########
@@ -143,30 +144,42 @@ public class RestClient implements AutoCloseableAsync {
ConcurrentHashMap.newKeySet();
private final List<OutboundChannelHandlerFactory>
outboundChannelHandlerFactories;
+ private final Boolean useInternalEventLoopGroup;
Review Comment:
nit: why not boolean, I assume we do not want this ever to be null
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]