lhotari commented on issue #25020:
URL: https://github.com/apache/pulsar/issues/25020#issuecomment-3601438188

   > One potential solution is to retrieve the list of topics for the namespace 
after the metadata store session resumes after disconnection. It could then 
compare the changes and reconstruct the missed add/delete events to send to the 
client.
   
   I think this could be useful. The client implementation needs a change since 
by now, the hash has been ignored. 
   
   The correct approach should be to restart the topic watcher or request a 
full topic listing if the hash doesn't match after applying the changes. This 
way the client could be kept in sync with the actual state on the broker side.
   
   
   


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