usdot-fhwa-OPS / V2X-Hub

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

Closed paulbourelly999 closed 7 months ago

paulbourelly999 commented 1 year ago

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

  1. Deploy V2X-Hub
  2. Enable CARMA-Streets Plugin
  3. Navigate to Kowl (Kafka Monitoring Tool)
  4. Confirm no consumer groups where created for V2X-Hub CARMA-Streets Plugin.

Related Work

No response