TakaHiR07 commented on PR #19166:
URL: https://github.com/apache/pulsar/pull/19166#issuecomment-3318352402

   why change the topic update partition flow? I think the new one would bring 
some problem.
   
   previous is :
   1. create missing partitions
   2. create subscription for new partition
   3. update topic metadata
   
   now is :
   1. update topic metadata
   2. create missing partitions
   3. create subscription for new partition
   


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