confluentinc/examples

Looking for Azure Function connector examples on the azure functions side

donntorres35 opened this issue · 0 comments

I've been tasked to integrate Kafka Confluent Topics to an Azure Function which will serve as a consumer and subscriber. I'm thinking at different options and I found a connector. There's a documentation I found to setup "Azure Functions Sink Connector for Confluent Cloud": https://docs.confluent.io/cloud/current/connectors/cc-azure-functions-sink.html#number-of-tasks-for-this-connector

Unfortunately there's no documentation on the how the receiving function should look like. Are there specific examples for this scenario as the current repo only have sample for a C# console application producer/consumer standpoint.

Thanks in advance