2020-07-21 20:12:39 UTC - Kalyn Coose: Hello everyone! Can anyone help me with using the new maxMessageSize in Pulsar 2.6.0? We currently have 2.6.0 updated and set the maxMessageSize equal to 15 MB (15728640 bytes) and trying to send a ~13MB pdf document through Pulsar (pulsar-client-go). The program hangs up on the producer.Send(), consumer does not receive anything and the producer does not close. ---- 2020-07-21 20:13:42 UTC - Matteo Merli: Some are due to maven version differences.. ---- 2020-07-21 20:13:57 UTC - Matteo Merli: depending on the maven version, it's resolving different set of deps ---- 2020-07-21 21:57:52 UTC - Varghese C: I use maven-3.6.2 ---- 2020-07-21 22:43:01 UTC - Varghese C: I will try with maven-3.6.1 to match CI ---- 2020-07-21 22:44:13 UTC - Vladimir Shchur: maxMessageSize is not new, to make it work you should also increase max size for bookeeper. What is new - it is message chunking, it doesn't require any increases, but rather enabling this chunking ---- 2020-07-21 22:52:57 UTC - Kalyn Coose: Thank you so much @Vladimir Shchur! I didn't realize that the bookkeepers' config would also include this. I will try to fix it now, thanks! ---- 2020-07-22 03:33:19 UTC - lyuanlai: @lyuanlai has joined the channel ---- 2020-07-22 06:33:01 UTC - Frank.Z: @Frank.Z has joined the channel ----