eolivelli commented on issue #12727: URL: https://github.com/apache/pulsar/issues/12727#issuecomment-965136875
basically you start with persistent://public/default/MY_TOPIC then Pulsar creates a new system topic persistent://public/default/MY_TOPIC`__transaction_pending_ack` (this happens for every topic when you enable the Transaction Coordinator) then Pulsar creates a new topic persistent://public/default/MY_TOPIC__transaction_pending_ack`-__pending_ack_state` this event triggers the creation of persistent://public/default/MY_TOPIC__transaction_pending_ack-__pending_ack_state`__transaction_pending_ack` and so on... -- 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]
