Technoboy- commented on code in PR #22206:
URL: https://github.com/apache/pulsar/pull/22206#discussion_r1590686656
##########
pulsar-common/src/main/proto/PulsarApi.proto:
##########
@@ -300,6 +300,7 @@ message FeatureFlags {
optional bool supports_broker_entry_metadata = 2 [default = false];
optional bool supports_partial_producer = 3 [default = false];
optional bool supports_topic_watchers = 4 [default = false];
+ optional bool
supports_binary_api_get_partitioned_meta_with_param_created_false = 5 [default
= false];
Review Comment:
`supports_binary_api_get_partitioned_meta` ?
--
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]