merlimat commented on code in PR #25564:
URL: https://github.com/apache/pulsar/pull/25564#discussion_r3140467023
##########
pulsar-common/src/main/proto/PulsarApi.proto:
##########
@@ -1070,6 +1175,14 @@ message BaseCommand {
WATCH_TOPIC_LIST_CLOSE = 67;
TOPIC_MIGRATED = 68;
+
+ SCALABLE_TOPIC_LOOKUP = 70;
Review Comment:
That's a good point. It should be a feature flag, so the client can provide
a meaningful error message to users. I took a note and will implement in a
follow up.
--
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]