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 2021/01/22 19:43:11 UTC

[GitHub] [pulsar-client-go] merlimat commented on issue #447: pulsar-client-go appears to report message too large before compressing it.

merlimat commented on issue #447:
URL: https://github.com/apache/pulsar-client-go/issues/447#issuecomment-765642969


   That's right, the Java and C++ clients are more permissive in that the message go through if it's below the limit after compression. We should also do the same thing in Go. 
   
   Keep in mind, though, that it won't change the "guaranteed" max size, since there is guarantee that the compression will actually reduce the size.


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

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