Caideyipi commented on code in PR #12217:
URL: https://github.com/apache/iotdb/pull/12217#discussion_r1538562732


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/persistence/pipe/PipeInfo.java:
##########
@@ -160,6 +161,16 @@ public TSStatus alterPipe(AlterPipePlanV2 plan) {
     }
   }
 
+  public TSStatus createMultiplePipes(OperateMultiplePipesPlanV2 plans) {

Review Comment:
   create?



##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/subscription/SubscriptionOperation.java:
##########
@@ -28,6 +28,8 @@ public enum SubscriptionOperation {
   ALTER_CONSUMER_GROUP("alter consumer group"),
   CREATE_SUBSCRIPTION("create subscription"),
   DROP_SUBSCRIPTION("drop subscription"),
+  SYNC_CONSUMER_GROUP_META("syncConsumerGroupMeta"),

Review Comment:
   The styles shall be equal



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