Looking for docs on configuring webhook for kafka
-
Hi -
I've configured my local FusionAuth to send events to a local Kafka cluster. I'm not finding much documentation on how to publish events to Kafka, though. Am I right in infering that I should configure a webhook to send events to Kafka? Are there docs or tutorials on how to do this?
Thank you -
Brian. -
Hi @brian_ls
I have included the available documentation below; though I must admit, we could likely use a tutorial or two of Kafka in action.
https://fusionauth.io/docs/v1/tech/integrations/kafka/#overview
https://fusionauth.io/docs/v1/tech/messengers/kafka-messenger/
https://fusionauth.io/docs/v1/tech/apis/messengers/kafka/As I am not a Kafka expert myself, but I will log an issue on our issues board regarding the need for an example tutorial. Based on what I have read, you would configure a messenger and use Kafka to communicate using FusionAuth. Or use Kafka as an integration point, and yes, webhooks would be involved.
I will discuss this with my colleagues and let you know if I discover anything further.
Thanks,
Josh -
An FYI for anyone reading this in the future. The kafka integration does have been revised and include a docker based example.