Replies: 1 comment 2 replies
-
Hi @yukscck, Zilla implements the Kafka protocol and should work with any project that exposes it. With that Zilla doesn't currently support every Authentication mechanism. Which Auth mechanism will you need when connecting to EventHubs? Here is the Azure docs link for the available Auth options: https://learn.microsoft.com/en-us/azure/event-hubs/azure-event-hubs-kafka-overview#security-and-authentication |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I manage communication of events among a few services through an Azure EventHubs. Lately, I'm starting to see the need for supporting different protocols, such as MQTT and GRPC to enable more services to join the communications through EventHubs. I came across Zilla and I'm quite interested in exploring if it solves my problem.
EventHubs, on top of AMQP, supports event publishers (producers) and event receivers (consumers) using Kafka protocol. I plan to put a reverse proxy in front of the EventHubs to abstract the specifics away from connected services.
I'd like to ask, if anyone has explored and successfully use EventHubs in place of the Kafka scenarios Zilla supports?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions