IgnitionModuleDevelopmentCommunity / Kafka

Kafka extension for Ignition
Apache License 2.0
2 stars 4 forks source link

Add producer functionality #8

Closed Freeno83 closed 3 years ago

Freeno83 commented 3 years ago

Adds 3 new functions: createProducer, createSSLProducer, and transmitData.

"transmitData" is used to create the producer record and then send it.

The function to add SSL properties has also been broken out so that it can be used by the consumer and producer functions.