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 2020/10/19 10:39:49 UTC

[GitHub] [pulsar-client-go] wuYin opened a new pull request #381: Fix maxMessageSize not effective even if aligned with broker

wuYin opened a new pull request #381:
URL: https://github.com/apache/pulsar-client-go/pull/381


   ### Motivation
   
   If broker updated `maxMessageSize`, client's `maxMessageSize` will be the same after handshaking.
   However, client still uses the default `maxMessageSize` while reading command from connection.
   
   ### Modifications
   
   Use the updated maxMessageSize instead of the default value.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.


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



[GitHub] [pulsar-client-go] wolfstudy merged pull request #381: Fix maxMessageSize not effective even if aligned with broker

Posted by GitBox <gi...@apache.org>.
wolfstudy merged pull request #381:
URL: https://github.com/apache/pulsar-client-go/pull/381


   


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