315157973 commented on a change in pull request #11691:
URL: https://github.com/apache/pulsar/pull/11691#discussion_r692643430
##########
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/MultiTopicsConsumerImpl.java
##########
@@ -305,7 +305,7 @@ private void resumeReceivingFromPausedConsumersIfNeeded() {
break;
}
- client.getInternalExecutorService().execute(() -> {
+ internalPinnedExecutor.execute(() -> {
Review comment:
This seems to have changed the previous behavior. Before, you can select
a different thread to execute each time, and now it has become one thread to
execute.
--
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]