Shoothzj commented on a change in pull request #13068:
URL: https://github.com/apache/pulsar/pull/13068#discussion_r760706279



##########
File path: 
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/api/MetadataStoreConfig.java
##########
@@ -39,4 +39,13 @@
      */
     @Builder.Default
     private final boolean allowReadOnlyOperations = false;
+
+    //etcd每次消息落盘的大小
+    private final Integer maxInboundMessageSize;
+
+    //与注册中心链接的时间间隔

Review comment:
       I think we should use english here




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to