jerrypeng opened a new pull request #6560: Fix: topic with one partition cannot be updated URL: https://github.com/apache/pulsar/pull/6560 ### Motivation Previously, we add the the following change to allow partitioned topics to be created with one partition: https://github.com/apache/pulsar/pull/4764 However, updating a partitioned topic with one partition to more than one partition does not work and will return the following error: : javax.ws.rs.ClientErrorException: HTTP 409 Conflict Topic is not partitioned topic Reason: Topic is not partitioned topic
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
