nodece commented on code in PR #23378:
URL: https://github.com/apache/pulsar/pull/23378#discussion_r1797150485
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/BinaryProtoLookupService.java:
##########
@@ -58,9 +60,11 @@ public class BinaryProtoLookupService implements
LookupService {
private final PulsarClientImpl client;
private final ServiceNameResolver serviceNameResolver;
private final boolean useTls;
- private final ExecutorService executor;
+ private final ExecutorService scheduleExecutor;
Review Comment:
Just rename it to `scheduleExecutor` from `executor`.
Maybe we can remove `scheduleExecutor`, and use only `lookupPinnedExecutor`,
I can make a new PR to improve this.
--
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]