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.
I'm trying to use mGate to integrate Magistrala users and clients and topic (channel) management to my existing platform that is already using the underlying message broker.
Describe the feature you are requesting, as well as the possible use case(s) for it.
I'd like to use mGate as a universal proxy tool to directly access the message broker such as NATS, RabbitMQ, Kafka, Redis, and others. Ideally, I'd use mGate to transparently enforce access control or some other policies on my messaging, with minimal overhead from the application side (i.e. only setting up the auth token). This implies that mGate should "speak" protocols the underlying broker is using, similar to MQTT and HTTP.
Protocols we should target are:
Is your feature request related to a problem? Please describe.
I'm trying to use mGate to integrate Magistrala users and clients and topic (channel) management to my existing platform that is already using the underlying message broker.
Describe the feature you are requesting, as well as the possible use case(s) for it.
I'd like to use mGate as a universal proxy tool to directly access the message broker such as NATS, RabbitMQ, Kafka, Redis, and others. Ideally, I'd use mGate to transparently enforce access control or some other policies on my messaging, with minimal overhead from the application side (i.e. only setting up the auth token). This implies that mGate should "speak" protocols the underlying broker is using, similar to MQTT and HTTP.
Protocols we should target are:
Most of these protocols are TCP/IP-based.
Indicate the importance of this feature to you.
Must-have
Anything else?
Ideally, the one should be able to use mGate in three ways:
The text was updated successfully, but these errors were encountered: