fracasula commented on issue #7682:
URL: https://github.com/apache/pulsar/issues/7682#issuecomment-687078858


   > > WARN[0034] Received too big frame size. size=234969386
   > 
   > What version of go client are you using? This error is because the default 
message size allowed by pulsar is 5MB, if it exceeds this value, the above 
error will be thrown. In 0.2.0 of go client, we allow users to configure the 
max frame size. You can try to update the version of go client to 0.2.0 and 
configure the max message size in `broker.conf` to see if it can solve your 
problem.
   
   @wolfstudy thanks we'll take that into consideration. Out of curiosity, how 
come the frame size is not checked when the message is being published? This 
way we would get an error when trying to write a message that is too big 
instead of when consuming it when it may be too late.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to