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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]