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

   ### Motivation
   
   This PR follow-up https://github.com/apache/pulsar/pull/19086 to clean up 
complex logic and remove duplicate method invoke.
   
   ### Modifications
   
   - Remove unnecessary topic owner redirect. 
   - Change unreasonable status code 406 to 422.
   - Remove subscription creation logic because consumers can listen to 
partition change automatically, and we have no reason to copy the first 
subscription to the rest of the topic. (consider user can set the specific 
properties to topic partition).
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Does this pull request potentially affect one of the following parts:
   
   - [x] The REST endpoints
   
   ### Documentation
   
   - [x] `doc-not-needed` 


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