Nowadays commented on PR #22423:
URL: https://github.com/apache/pulsar/pull/22423#issuecomment-2573455628

   Adding to what @fecet said, the Javadoc is clearly misleading, be it on 
close() or unsubscribe(), which both, clearly state that with the **force** 
flag it closes both the producers and consumers connected to said topic. 
(pulsar-client 3.2.2, broker 3.3.2)
   
   Which is does not since if there is a consumer connected, the topic and 
subscription get auto-recreated, and unfortunately cannot disable the 
auto-creation through the broker.conf since we need it for another use case.


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