pulsar-client-python
pulsar-client-python copied to clipboard
Disable consumer auto reconnect
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