How-To Guides
Integration Guides
Kafka TCP Integration Guide
10min
review the following guide for setting up an integration between manufacturing connect edge and a kafka broker before you begin you will need access to a kafka tcp broker refer to the following links to learn more apache kafka download confluent platform docs step 1 set up the kafka tcp server you will need to set up the kafka server so that it is ready to connect with manufacturing connect edge to set up the kafka tcp server connect and log in to the kafka tcp server from the command screen cursor, enter cat docker compose yml the services list appears from the cursor, enter docker compose up the tcp zookeeper and tcp kafka start up step 2 add device follow the steps to connect a device docid\ rfvijdxz7dbad8mwbisma the device will be used to store tags that will be eventually used to create outbound topics in the connector make sure to select the enable data store checkbox step 3 add tags after connecting the device in manufacturing connect edge, you can add tags docid\ ioanzd2awqnkuppgee3eh to the device create tags that you want to use to create outbound topics for the connector step 4 add kafka tcp connector follow the steps to add a connector docid\ m2nifnaadyphcvzwmcoto and select the kafka tcp provider configure the following parameters name enter a name for the connector brokers list separated by comma enter the kafka broker url for example 192 168 56 1 sasl mechanism select an option none, sasl plaintext, scram sha 256, scram sha 512 username (optional) password (optional) topic enter the name of the default topic used for publishing data throttling limit the maximum number of messages per second to be processed the default value is zero, which means that there is no limit persistent storage when enabled, this will cause messages to undergo a store and forward procedure messages will be stored within manufacturing connect edge when cloud providers are online queue mode select the queue mode as lifo (last in first out) or fifo (first in first out) selecting lifo means that the last data entry is processed first, and selecting fifo means the first data entry is processed first step 5 enable the connector after adding the connector, click the toggle in the connector tile to enable it if you see a failed status, you can review the manage connectors docid\ zz28hztqbk7od xsj81o8 and relevant error messages step 6 create topics for connector you will now need to import the tag you added in step 3 to the connector as topics topics must already exist on the kafka server to avoid errors using non existent kafka topics will result in errors in logs, failed connection and/or persisted storage to create outbound topics click the connector tile the connector dashboard appears click the topics tab click the import from devicehub tags icon the devicehub import dialog box appears select all the tags to import and click import after adding all required topics, navigate to the integration overview page and ensure the connector is not disabled and still shows a connected status step 7 enable topics to enable the topics, return to the topics tab and click the enable all topics icon step 8 verify connection access the kafka broker and verify that manufacturing connect edge is successfully sending data