zzzming opened a new issue, #791: URL: https://github.com/apache/pulsar-client-go/issues/791
#### Expected behavior When batching is disabled, a producer is supposed to produce message without error #### Actual behavior With this producer option, ``` producer, err := client.CreateProducer(pulsar.ProducerOptions{ Topic: "persistent://mingt0/ns3/test", MaxPendingMessages: 2000, DisableBatching: true, }) ``` the client library resulted in an error as ``` [unable to add message to batch] ``` #### System configuration **Pulsar version**: with the latest master go client. I believe it is broken since v0.8.0. This is how far I went back to reproduce the problem. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org