lhotari commented on PR #22861:
URL: https://github.com/apache/pulsar/pull/22861#issuecomment-2153224059

   A simpler solution to your problem could be to add
   
   ```
   ConsumerBuilder<T> messageListenerExecutor(java.util.concurrent.Executor 
executor);
   ```
   
   The caller would be responsible of the life cycle of the Executor and it 
would be used only for this specific consumer.
   
   


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to