Gleiphir2769 commented on code in PR #805:
URL: https://github.com/apache/pulsar-client-go/pull/805#discussion_r961499351


##########
pulsar/producer.go:
##########
@@ -172,6 +172,15 @@ type ProducerOptions struct {
 
        // Encryption specifies the fields required to encrypt a message
        Encryption *ProducerEncryptionInfo
+
+       // EnableChunking controls whether automatic chunking of messages is 
enabled for the producer. By default, chunking
+       // is disabled.
+       // Chunking can not be enabled when batching is not closed.

Review Comment:
   OK, I will modify this comment.



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

Reply via email to