apache / pulsar-client-node

Apache Pulsar NodeJS Client
https://pulsar.apache.org/
Apache License 2.0
148 stars 86 forks source link

Pause & Resume Consumer #360

Open mguay22 opened 11 months ago

mguay22 commented 11 months ago

The Java client can pause & resume Pulsar consumers. We need this capability to support Blue/Green deployments with Pulsar. Is this something that is on the roadmap for pulsar-client-node?

Alternatively, I was thinking to simply close() the consumer and then re-subscribe.