terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Apache Pulsar Routing Support

Open Nilavarasi-Ashika opened this issue 1 year ago • 3 comments

Along with exiting routing protocols (such as TCP, UDP, Http, gRPC). Need an ability to route the data using apache pluser for high-throughput messaging capabilities, data streaming.

Nilavarasi-Ashika avatar Oct 15 '24 17:10 Nilavarasi-Ashika

@Nilavarasi-Ashika: Can you please explain the use case ? Can this not be done as part of the your custom routing ?

Apache Pulsar needs to support data streaming between applications and multiple endpoints. While we currently have custom Pulsar communication in place, it would be highly beneficial to ensure consistency across all types of routing using a unified terminal framework.

General use case: Sending a command based on specific topics to a consumer, where the consumer receives the data, performs operations on the designated endpoints, and sends the processed data back.

Nilavarasi-Ashika avatar Oct 16 '24 09:10 Nilavarasi-Ashika

Ok thanks, Apache Pulsar integration is not in our roadmap currently. I have added a future label to it.