michalcukierman commented on issue #20968: URL: https://github.com/apache/pulsar/issues/20968#issuecomment-1682121128
I've set the dedicated namespace with retention: ```bash NAMESPACE="public/test" TOPIC="persistent://$NAMESPACE/test-partitioned-0" kubectl exec --namespace pulsar -t pulsar-toolset-0 -- bin/pulsar-admin namespaces create $NAMESPACE kubectl exec --namespace pulsar -t pulsar-toolset-0 -- bin/pulsar-admin namespaces set-retention -s -1 -t -1 $NAMESPACE ``` I run the test a couple of times in a row. It looks like the messages are preserved between restarts. I'll run two more tests: - restart only one broker, not all a couple of times to check if the issue occure - try with brokerDeleteInactiveTopicsMode -- 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]
