Skip to content

Commit

Permalink
Process feedback Michal
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurens Slats committed Aug 10, 2023
1 parent 9e8ac69 commit 559e73f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified docs/Cloud_integrations/images/kafka-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions docs/Cloud_integrations/kafka.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Kafka
title: Kafka or Azure Event Hub
date: 2023-08-08
og_title: AVSystem IoT Developer Zone
---

# Kafka
# Kafka or Azure Event Hub

Connect {{ coiote_long_name }} to your Kafka cluster by creating a Kafka event handler.
Connect {{ coiote_long_name }} to your **Kafka cluster** or **Azure Event Hub** by creating a Kafka event handler.

## Prerequisites

* A user with access to the {{ coiote_long_name }} and appropriate permissions
* A LwM2M device
* Access to a Kafka cluster
* Access to a Kafka cluster or Azure Event Hub

## Create a Kafka handler

Expand Down Expand Up @@ -47,7 +47,7 @@ Provide **basic information** such as the name and description, optionally enabl

## Configure Kafka parameters

Specify the **Topic** and **Producer configuration** to set up the conntion with a Kafka cluster.
Specify the **Topic** and **Producer configuration** to set up the connection with a Kafka cluster or Azure Event Hub.

![Configure parameters](images/kafka-configure-parameters.png "Configure parameters")

Expand Down Expand Up @@ -118,7 +118,7 @@ Click **Next step** and **Add event handler** to create the event handler.
![Active kafka](images/active-kafka.png "Active kafka")


If the integration is setup correct, the device events are received in your Kafka cluster.
If the integration is setup correct, the device events are received in your Kafka cluster or Azure Event Hub.

![Kafka Confluent](images/kafka-event-arrived.png "Kafka Confluent")
*Example of an event received by a Kafka topic in Confluent*
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ nav:
- 'Data Integration Center':
- Webhooks: 'Cloud_integrations/webhooks.md'
- InfluxDB: 'Cloud_integrations/influx.md'
- Kafka: 'Cloud_integrations/kafka.md'
- Kafka or Azure Event Hub: 'Cloud_integrations/kafka.md'
- 'Azure IoT':
- 'Azure IoT Hub':
- 'Configure integration': 'Cloud_integrations/Azure_IoT/Azure_IoT_Hub/Configure_Azure_IoT_Hub_integration.md'
Expand Down

0 comments on commit 559e73f

Please sign in to comment.