bzp2010 commented on code in PR #7032:
URL: https://github.com/apache/apisix/pull/7032#discussion_r873437548


##########
apisix/include/apisix/model/pubsub.proto:
##########
@@ -55,16 +73,18 @@ message CmdEmpty {}
 message PubSubReq {
     int64 sequence = 1;
     oneof req {
-        CmdEmpty cmd_empty = 31;
-        CmdPing cmd_ping = 32;
+        CmdEmpty cmd_empty                       = 31;

Review Comment:
   After rechecking, I found that CmdEmpty has added a test-only flag.
   
   
https://github.com/apache/apisix/blob/d95500948d0af71bb6a378b9634d57b984c6e78c/apisix/include/apisix/model/pubsub.proto#L35-L39



-- 
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: notifications-unsubscr...@apisix.apache.org

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

Reply via email to