merlimat opened a new pull request #12193: URL: https://github.com/apache/pulsar/pull/12193
### Motivation In #11925, we switched to use ZK container type for intermediate nodes so that they will be automatically deleted when empty. This kind of broke the counter logic because it's relying on the z-node version of the base path: if the base path goes away and it gets recreated, the next counter value is going to be reset to 0. ### Modifications Pre-create the base path as a non-ephemeral, non-container key that will not be deleted. -- 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]
