perpetualintelligence / terminal

The most flexible cross-platform framework for building modern and secured terminals.
https://www.perpetualintelligence.com/products/piterminal
Other
37 stars 3 forks source link

Apache Pulsar Routing Support #129

Open Nilavarasi-Ashika opened 1 month ago

Nilavarasi-Ashika commented 1 month ago

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.

perpetualintelligencegit commented 1 month ago

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

Nilavarasi-Ashika commented 1 month ago

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.

perpetualintelligencegit commented 1 month ago

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