pulsar-client-python icon indicating copy to clipboard operation
pulsar-client-python copied to clipboard

Disable consumer auto reconnect

Open fecet opened this issue 1 year ago • 1 comments

Could you provide an option to set the client's automatic reconnection strategy? I would like to use the admin API to force delete a subscription, but currently, the consumer immediately reconnects after being disconnected, causing the subscription to be recreated.

per https://github.com/apache/pulsar/pull/22423

fecet avatar Aug 03 '24 12:08 fecet