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