Hi all, inspired by the Sparkplug tool at Building IoT, I started working on a Sparkplug Edge Gateway to use legacy hardware in a Sparkplug system.
While at it I noticed that probably most code needed would be the same as in the OPC-UA server. But I also noticed that generally it would also be like the Logstash, Kafka Connect, .... integrations. So, I thought: How about us refactoring all of these to use a shared backend? With this we could keep the configuration of all our tools aligned, we could solve problems only once and profit in all integrations from it. What do you think? Chris
