lhotari commented on code in PR #20460:
URL: https://github.com/apache/pulsar/pull/20460#discussion_r1213425166


##########
pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/PulsarAdminBuilder.java:
##########
@@ -327,4 +329,21 @@ PulsarAdminBuilder authentication(String 
authPluginClassName, Map<String, String
      */
     PulsarAdminBuilder setContextClassLoader(ClassLoader 
clientBuilderClassLoader);
 
+
+    /**
+     * This override the pulsar admin client
+     * netty EventLoopGroup when admin is created on the broker side.
+     * @param eventLoopGroup
+     * @return this
+     */
+    PulsarAdminBuilder setEventLoopGroup(EventLoopGroup eventLoopGroup);
+
+    /**
+     * This override the pulsar admin client
+     * netty Timer when admin is created on the broker side.
+     * @param nettyTimer
+     * @return this
+     */
+    PulsarAdminBuilder setNettyTimer(Timer nettyTimer);
+

Review Comment:
   another thread is 
https://lists.apache.org/thread/5obfm17g58n3dnbzyxg57vokgmwyp6hx



-- 
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]

Reply via email to