Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Besides having support to implement applications using PLC4X with Apache Edgent and Apache Cammel, another big use case would be to have a Kafka Connect adapter to connect PLC4X and Kafka directly without having to go the extra mile with an Edgent application.
It seems there is documentation out there that could help implementing this:
https://docs.confluent.io/current/connect/devguide.html
I guess what we would have to do, is implement a source to read PLC data into a Kafka Stream and a sink to write information to a PLC.