Azure function to read from Kafka

Amar-Azure-Practice 661 Reputation points
2020-10-26T16:18:08.247+00:00

Hi

Can you please explain me how we can connect to Kafka in GCP from Azure functions.

i need to read message from kafka(running in GCP) from Azure function app

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,016 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,531 Reputation points
    2020-10-27T05:41:29.947+00:00

    Hello @Amar-Azure-Practice Please refer to https://github.com/Azure/azure-functions-kafka-extension and let me know if this helps. Please check https://techcommunity.microsoft.com/t5/apps-on-azure/announcing-preview-of-the-azure-functions-kafka-extension/ba-p/1342348 as well.
    Also, if you want to trigger function when there is a new message and consume the message, you may consider to send messages to a supported source (e.g. Azure Event Hubs) and configure Functions to listen to that source. https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-kafka-mirror-maker-tutorial

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.