lhotari opened a new pull request, #16622:
URL: https://github.com/apache/pulsar/pull/16622

   ### Motivation
   
   - currently there's a problem that the replicators get shutdown in the 
inactivity check
   - this is an improved fix for the issue described in #11382
   
   ### Modifications
   
   - skip deleting a topic that has connected remote replication producers.
   - move existing check to happen before replicators are closed.
   
   ### Additional context
   
   An alternative solution is to disable delete-while-inactive for namespaces 
that are replicated.
   ```shell
   pulsar-admin namespaces set-inactive-topic-policies tenant/namespace 
--disable-delete-while-inactive
   ```
   


-- 
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]

Reply via email to