poorbarcode opened a new pull request, #22773:
URL: https://github.com/apache/pulsar/pull/22773

   ### Motivation & Modifications
   
   [PIP-344 Correct the behavior of the public API 
pulsarClient.getPartitionsForTopic(topicName)](https://github.com/apache/pulsar/pull/22182)
   
   Section [Backward & Forward 
Compatibility](https://github.com/apache/pulsar/blob/master/pip/pip-344.md#backward--forward-compatibility)
   
   - Old version client and New version Broker: The client will call the old 
API.
   
   - New version client and Old version Broker: The feature flag 
`supports_binary_api_get_partitioned_meta_with_param_created_false` will be 
`false`. The client will get a not-support error if the param 
`createIfAutoCreationEnabled` is `false`.
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->
   
   ### Matching PR in forked repository
   
   PR in forked repository: x
   


-- 
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]

Reply via email to