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/06/01 00:25:36 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #7116: fix support set nettyMaxFrameSizeBytes on bookeeper config

codelipenghui commented on a change in pull request #7116:
URL: https://github.com/apache/pulsar/pull/7116#discussion_r432999800



##########
File path: conf/bookkeeper.conf
##########
@@ -268,6 +268,9 @@ serverTcpNoDelay=true
 # The Recv ByteBuf allocator max buf size.
 # byteBufAllocatorSizeMax=1048576
 
+# The maximum netty frame size in bytes. Any message received larger than this will be rejeted. Default value is 1G.

Review comment:
       ```suggestion
   # The maximum netty frame size in bytes. Any message received larger than this will be rejected. The default value is 1G.
   ```




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