MaxxM59 opened a new issue, #339: URL: https://github.com/apache/pulsar-client-node/issues/339
Hello, My goal is to ensure a consumer will always receive key associated messages. But from my tests, on adding/removing consumers there are cases where Pulsar will do a rebalance. So I think my best shot is to publish to a specific partition and subscribe to this specific partition with my customer. So what I would do is implement the Message Router interface [as explained here](https://pulsar.apache.org/docs/3.0.x/concepts-messaging/#routing-modes). But I could not make it in the Node.js client, as it does not seem to exist. Will that be implemented in the future ? Let me know if I'm mistaking or if it's unclear, as I'm pretty new to Apache Pulsar. Thanks for reading. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
