You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/08/31 03:01:41 UTC

[GitHub] [pulsar] liangyuanpeng edited a comment on issue #11850: Java Client not allow newConsumer().receiverQueueSize(0)

liangyuanpeng edited a comment on issue #11850:
URL: https://github.com/apache/pulsar/issues/11850#issuecomment-908857553


   > unsupported received batch-message with zero receiver queue size   
   
   You can close batch from producer.  
   
   ```java
   pulsarClient.newProducer()
                               .enableBatching(false)
   ```


-- 
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-unsubscribe@pulsar.apache.org

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