🔨Minor changes (#332)

This commit is contained in:
Harshil Agrawal 2020-12-14 17:13:33 +05:30 committed by GitHub
parent b9035cf851
commit 7bcf66c93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -27,7 +27,7 @@ The final workflow should look like the following image.
### 1. Kafka Trigger node
This node will trigger the workflow when a new message is sent to the topic `test_topic`. If you're using a different topic, use that instead.
This node will trigger the workflow when a new message is sent to the topic `test_topic`. If you're using a different topic, use that instead. We are sending the message `{ "id": 1, "temp": 100 }` to `test_topic`.
1. First of all, you'll have to enter credentials for the Kafka Trigger node. You can find out how to do that [here](../../../credentials/Kafka/README.md).
2. Enter the name of the topic in the ***Topic*** field.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 188 KiB