Hagakure87
Hagakure87

Reputation: 137

OPC-da connector for Kafka - available solutions

Is there any out of the box solution for connecting opc-da to Kafka? I’m looking to get data from and opc-da server into apache Flink

Upvotes: 3

Views: 542

Answers (1)

Bo Biene
Bo Biene

Reputation: 21

See: https://stackoverflow.com/a/69949669/1790688

You can use the OPC Router with the Kafka Plug-In to stream OPC UA or OPC Classic data to Kafka.

The OPC Router is listed as official solution in the confluent hub

Upvotes: 1

Related Questions