remove isForPublish from LookupTopicBrokers
also adds a return parameter: whether the topic exists or not
This commit is contained in:
@@ -131,7 +131,6 @@ message ListTopicsResponse {
|
||||
}
|
||||
message LookupTopicBrokersRequest {
|
||||
Topic topic = 1;
|
||||
bool is_for_publish = 2;
|
||||
}
|
||||
message LookupTopicBrokersResponse {
|
||||
Topic topic = 1;
|
||||
|
||||
Reference in New Issue
Block a user