From 124fd93d95b010f1312b417e9ba55c32f360a73e Mon Sep 17 00:00:00 2001 From: Harshil Date: Fri, 30 Oct 2020 17:51:50 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20basic=20operation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/nodes/nodes-library/nodes/Kafka/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/nodes/nodes-library/nodes/Kafka/README.md b/docs/nodes/nodes-library/nodes/Kafka/README.md index b92e8a1dd..16d31776e 100644 --- a/docs/nodes/nodes-library/nodes/Kafka/README.md +++ b/docs/nodes/nodes-library/nodes/Kafka/README.md @@ -11,6 +11,10 @@ description: Learn how to use the Kafka node in n8n You can find authentication information for this node [here](../../../credentials/Kafka/README.md). ::: +## Basic Operations + +- Send message + ## Example Usage This workflow allows you to send updates about the position of the ISS every minute to a topic in Kafka using the Kafka node. You can also find the [workflow](https://n8n.io/workflows/750) on n8n.io. This example usage workflow uses the following nodes.