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
Is your feature request related to a problem? Please describe
Hello DotPulsar Team,
I am currently working with Apache Pulsar and using DotPulsar for my messaging needs. I have a requirement to consume messages from multiple topics with a single consumer. This is a feature available in the Pulsar Java client, and I would like to see similar functionality in DotPulsar.
Java Client Example
In the Pulsar Java client, I can subscribe to multiple topics using a pattern or a list of topic names, as shown below:
I would like to request the implementation of similar functionality in DotPulsar. Specifically, the ability to:
Subscribe to multiple topics using a regex pattern.
Subscribe to multiple topics by providing a list of topic names.
These features would greatly enhance the flexibility and usability of DotPulsar for handling complex messaging scenarios.
Thank you for considering this feature request. I appreciate the hard work and dedication of the DotPulsar team.
Best regards,
Savankumar Rangrej
Describe the solution you'd like and alternatives you've considered
We want Support for Multi-Topic Consumer in DotPulsar.
These features would greatly enhance the flexibility and usability of DotPulsar for handling complex messaging scenarios.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Hello DotPulsar Team,
I am currently working with Apache Pulsar and using DotPulsar for my messaging needs. I have a requirement to consume messages from multiple topics with a single consumer. This is a feature available in the Pulsar Java client, and I would like to see similar functionality in DotPulsar.
Java Client Example
In the Pulsar Java client, I can subscribe to multiple topics using a pattern or a list of topic names, as shown below:
Pattern Example:
Multiple Topics Example:
I would like to request the implementation of similar functionality in DotPulsar. Specifically, the ability to:
These features would greatly enhance the flexibility and usability of DotPulsar for handling complex messaging scenarios.
Thank you for considering this feature request. I appreciate the hard work and dedication of the DotPulsar team.
Best regards,
Savankumar Rangrej
Describe the solution you'd like and alternatives you've considered
We want Support for Multi-Topic Consumer in DotPulsar.
These features would greatly enhance the flexibility and usability of DotPulsar for handling complex messaging scenarios.
The text was updated successfully, but these errors were encountered: