V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
123
stars
69
forks
source link
CARMA-Streets plugin hanging without standing up consumers for kafka #558
When deploying CARMA-Streets plugin, Kafka Consumers will occasionally not be created and the CARMA-Streets Plugin will hang after initializing Kafka Producer. This will prevent CARMA-Streets Plugin from pulling Kafka messages from CARMA-Streets on to the TMX bus.
Commit
e1b7cf8b0a01f200094932a978ac9ceb5fffa81b
Expected Behavior
CARMA Streets plugin is able to publish data to kafka and consume data from kafka.
Actual Behavior
CARMA-Streets Plugin is not able to consume data from kafka.
Steps to Reproduce the Actual Behavior
Deploy V2X-Hub
Enable CARMA-Streets Plugin
Navigate to Kowl (Kafka Monitoring Tool)
Confirm no consumer groups where created for V2X-Hub CARMA-Streets Plugin.
Summary
When deploying CARMA-Streets plugin, Kafka Consumers will occasionally not be created and the CARMA-Streets Plugin will hang after initializing Kafka Producer. This will prevent CARMA-Streets Plugin from pulling Kafka messages from CARMA-Streets on to the TMX bus.
Commit
e1b7cf8b0a01f200094932a978ac9ceb5fffa81b
Expected Behavior
CARMA Streets plugin is able to publish data to kafka and consume data from kafka.
Actual Behavior
CARMA-Streets Plugin is not able to consume data from kafka.
Steps to Reproduce the Actual Behavior
Related Work
No response