About 6,820,000 results
Open links in new tab
  1. Apache Kafka bindings for Azure Functions | Microsoft Learn

    Mar 31, 2024 · The Kafka extension for Azure Functions lets you write values out to Apache Kafka topics by using an output binding. You can also use a trigger to invoke your functions in …

  2. Azure Function with Kafka Bindings | by Saurabh Shrivastava

    Oct 16, 2023 · Apache Kafka is a distributed, open-source event streaming framework that can handle massive amounts of real-time data. Kafka is used by many different industries to …

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

    Sep 3, 2018 · Azure Functions need a trigger defined in order to run. There is a limited set of supported trigger types, and Kafka is not one of them. In order to consume messages from …

  4. Azure/azure-functions-kafka-extension - GitHub

    Trigger bindings are designed to consume messages from a Kafka topics. Kafka messages can be serialized in multiple formats. Currently the following formats are supported: string, Avro …

  5. Consuming Kafka events with an Azure Function - LinkedIn

    Oct 18, 2021 · Let's see, if the Azure Function Kafka Extension can consume it. Let's configure the function accordingly. We will need the Event Hub Namespace and the Event Hub …

  6. Apache Kafka bindings for Azure Functions – Bruno Lucas Azure

    Jun 6, 2022 · I was currently looking for a way to listen to Kafka topics direct from Azure Functions when I found the Kafka bindings are now available for Azure Functions v3+ hosted …

  7. Serverless Stream Processing with Apache Kafka, Azure Functions

    Aug 10, 2022 · Serverless stream processing with Apache Kafka ® is a powerful yet often underutilized field. Microsoft’s Azure Functions, in combination with ksqlDB and Confluent’s …

  8. End-to-End Data Streaming with Kafka, Azure Functions, and …

    5 days ago · Azure Functions process, transform, or filter incoming data before sending it to Cosmos DB. Azure Function for Kafka Trigger. logging.info ("Stored event in Cosmos DB.")

  9. Consuming Messages Using Kafka Trigger in Azure Functions

    Feb 24, 2025 · When combined with Azure Functions, Kafka can be efficiently used to trigger serverless functions for processing messages as they arrive. In this blog, we will walk through …

  10. Apache Kafka output binding for Azure Functions

    Jun 14, 2024 · The following examples show a Kafka output binding for a function that is triggered by an HTTP request and sends data from the request to the Kafka topic. The following …

  11. Some results have been removed