lizhanhui commented on code in PR #31:
URL: https://github.com/apache/rocketmq-apis/pull/31#discussion_r870972791
##########
apache/rocketmq/v2/admin.proto:
##########
@@ -38,6 +43,105 @@ message ChangeLogLevelRequest {
message ChangeLogLevelResponse { string remark = 1; }
+message DescribeTopicStatusRequest {
+ optional string instance_id = 1;
+ Resource topic = 2;
+}
+
+message DescribeTopicStatusResponse {
+ Status status = 1;
+ MessageType topic_message_type = 2;
+ string description = 3;
+ google.protobuf.Timestamp create_timestamp = 4;
+ map<string, string> tags = 5;
+}
+
+message DescribeTopicSubscriptionRequest {
Review Comment:
Why instance_id is still necessary as "topic" itself is already namespaced?
--
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]