This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f8a6764bb [INLONG-8812][TubeMQ] Add memCacheMsgSizeInMB attribute to 
AddTopicReq (#8921)
2f8a6764bb is described below

commit 2f8a6764bb359ff91ebe4a61734611d051155b20
Author: SCUTking <[email protected]>
AuthorDate: Mon Sep 18 11:11:04 2023 +0800

    [INLONG-8812][TubeMQ] Add memCacheMsgSizeInMB attribute to AddTopicReq 
(#8921)
---
 .../inlong/tubemq/manager/controller/node/request/AddTopicReq.java       | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/inlong-tubemq/tubemq-manager/src/main/java/org/apache/inlong/tubemq/manager/controller/node/request/AddTopicReq.java
 
b/inlong-tubemq/tubemq-manager/src/main/java/org/apache/inlong/tubemq/manager/controller/node/request/AddTopicReq.java
index 040dd6bc6c..45f941ee2f 100644
--- 
a/inlong-tubemq/tubemq-manager/src/main/java/org/apache/inlong/tubemq/manager/controller/node/request/AddTopicReq.java
+++ 
b/inlong-tubemq/tubemq-manager/src/main/java/org/apache/inlong/tubemq/manager/controller/node/request/AddTopicReq.java
@@ -36,6 +36,7 @@ public class AddTopicReq extends BaseReq {
     private Integer unflushDataHold;
     private Integer memCacheMsgCntInK;
     private Integer memCacheFlushIntvl;
+    private Integer memCacheMsgSizeInMB;
     private Integer maxMsgSizeInMB;
     private String deletePolicy;
     private Boolean acceptPublish;

Reply via email to