You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/04/22 01:58:36 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a diff in pull request #3872: [INLONG-3861][Manager] Facilitating the expansion of tube, pulsar, or other message middleware

dockerzhang commented on code in PR #3872:
URL: https://github.com/apache/incubator-inlong/pull/3872#discussion_r855709646


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/consumption/ConsumptionMqExtBase.java:
##########
@@ -42,9 +42,12 @@ public class ConsumptionMqExtBase {
     @ApiModelProperty(value = "Consumption ID")
     private Integer consumptionId;
 
-    @ApiModelProperty(value = "Consumer group")
-    private String consumerGroup;
+    @ApiModelProperty(value = "Consumer group id")
+    private String consumerGroupId;
 
+    @ApiModelProperty(value = "Consumer group id")

Review Comment:
   id -> name



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org