Open iamaccosta opened 3 weeks ago
Hi @mdanish98,
New commits pushed. I addressed the mentioned reviews, signed the ECA, added the formatter to Eclipse, and the example to databridge.examples
. Missing the regression tests still.
In the example, I used the .aasx file presented in the aas-jsonata-opcua -> test.resources.aasx
to simulate the assertions.
I think the test is failling, but i don't know the reason...
Since my local test from the initial PR commits was failling maybe due to some errors on my initial implementation, I think this test is supposed to fail right?
This PR introduces a Kafka producer implementation to the BaSyx Databridge, allowing Kafka to act as a DataSink. This enhancement makes it possible to publish data from the AAS environment to Kafka topics, extending integration options for real-time data streaming and processing.
I added the files:
Ran the commands:
mvn clean install -DskipTests
(removed the tests since they were failing)docker build -t custom-databridge:latest.
Dockerfile:
Launched my databridge example that is:
retrieving
withaaspollingconsumer.json
from the same property and sending to a Kafka broker.databridge.kafka.zip
Logs: