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 2022/06/15 19:40:47 UTC

[GitHub] [pulsar-client-go] zzzming opened a new issue, #791: Producer is unable to produce messages with batching disabled

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

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


[GitHub] [pulsar-client-go] freeznet closed issue #791: Producer is unable to produce messages with batching disabled

Posted by GitBox <gi...@apache.org>.
freeznet closed issue #791: Producer is unable to produce messages with batching disabled
URL: https://github.com/apache/pulsar-client-go/issues/791


-- 
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