You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.