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/10/26 01:51:47 UTC

[GitHub] [pulsar] Gleiphir2769 commented on a diff in pull request #17789: [doc] [client] [go] Add chunking to go-client doc

Gleiphir2769 commented on code in PR #17789:
URL: https://github.com/apache/pulsar/pull/17789#discussion_r1005134420


##########
site2/docs/client-libraries-go.md:
##########
@@ -204,6 +204,34 @@ for i := 0; i < 10; i++ {
 }
 ```
 
+#### How to use chunking in producer
+
+```go
+client, err := NewClient(pulsar.ClientOptions{

Review Comment:
   @nodece Thx, done.



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