bzp2010 commented on code in PR #7032:
URL: https://github.com/apache/apisix/pull/7032#discussion_r873173675
##########
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:
@spacewander This would make the `pubsub` module test the relevant code that
relies on `kafka`, and I'm not sure if I should do that.
--
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]