Open fuzzygreenblurs opened 3 years ago
Couple quick questions:
1) Have you tried setting the serverPath
to match your server address from your command line Kafka invocations? localhost:9092
, it looks like from your comments.
2) What version of Ignition are you using? And can you confirm the module's status isn't showing anything abnormal? (i.e. it's not showing as quarantined on the module status or config pages, there aren't any error messages in Status -> Log, etc)
Hello,
I am working on a simple project to transmit simulated device data generated by Ignition (on Docker) to a Kafka broker that I have running locally. I am trying to leverage this module to do this.
Could you share some thoughts on next steps to troubleshoot the 404 error below?
So far, these are the steps I have taken:
built the module using
mvn package
and signed it to generate a signed.modl
fileadded the
.modl
file to a running instance of Ignition Gateway (running on Docker)I now see the module added to the gateway and running successfully
I set up a kafka producer and consumer using Confluent Platform commands like so:
I am able to see msgs flow from the producer to consumer following these commands
I then opened a Script Console on Designer Launcher to run the Consumer snippet found in the repo README. To keep things simple, I started by using the non SSL
getConsumer
method as seen below:host.docker.internal:9092
andserver:9092
. I also tried port9093
for these as specified in the above snippet.The resulting stack trace raises a 404 error as follows:
Thank you for your time!