Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For my project required kafka and kerberos integration with EMQX opensource,So any how is it possible to do these integration with Emqx OPenSource version #13000

Closed
SHREEKANT-KUMAR-PRASAD opened this issue May 9, 2024 · 2 comments

Comments

@SHREEKANT-KUMAR-PRASAD
Copy link

What would you like to be added or enhanced?

As EMQX is used for multiple edge devices, if EMQX Open Source supports Kafka, it's easy to send messages to different sources. Kerberos is considered best for authentication.

Why is this needed?

As EMQX is used for multiple edge devices, if EMQX Open Source supports Kafka, it's easy to send messages to different sources. Kerberos is considered best for authentication.

@kjellwinblad
Copy link
Contributor

kjellwinblad commented May 10, 2024

Hi,

EMQX Enterprise Edition supports Kafka with Kerberos authentication (both consumer and producer) (see: https://www.emqx.io/docs/en/latest/data-integration/data-bridge-kafka.html).

We have intentionally left such support out of the open source edition as we want users to pay for EMQX Enterprise Edition.

Obviously you can implement a solution using the EMQX Community Edition + "your own way to forward data to Kafka". For example, you could use our HTTP data bride and implement a HTTP server that forwards data to Kafka. Please note that we recommend paying for EMQX Enterprise Edition instead as it includes a quality integration with Kafka that is supported by us.

Hope this helps!

@zmstone
Copy link
Member

zmstone commented May 11, 2024

As there is no plan to release kafka integration in Opensource edition, I’m closing this feature request.

@zmstone zmstone closed this as completed May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants