lhotari commented on issue #22527: URL: https://github.com/apache/pulsar/issues/22527#issuecomment-2064178944
The metadata operations in Pulsar aren't strongly consistent in all cases. For example, there isn't a guarantee of ["read your writes"](https://jepsen.io/consistency/models/read-your-writes) consistency. If you create a topic and immediately query it, it's possible that it's not visible in the returned list of topics. There are multiple reported issues in this area and this comment is a good summary: https://github.com/apache/pulsar/issues/12555#issuecomment-955748744 . -- 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]
