Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to trigger azure function when there is a message in Kafka topic

I am new to azure function and Kafka.

I would like to know whether it is possible to trigger azure function when there is message in the Kafka topic?

Thanks

like image 504
Mukil Deepthi Avatar asked Dec 10 '22 05:12

Mukil Deepthi


1 Answers

Azure have an extension for Kafka. https://github.com/Azure/azure-functions-kafka-extension

;)

like image 192
Rogério Ferreira Avatar answered Mar 01 '23 23:03

Rogério Ferreira