ibm-cloud-architecture / refarch-kc-ms

Microservices and functions to support the container shipment event-driven architecture solution
http://ibm-cloud-architecture.github.io/refarch-kc
Apache License 2.0
0 stars 9 forks source link

Converge usage of `bluewaterContainer` and `containers` Kafka topics to single topic #43

Open osowski opened 4 years ago

osowski commented 4 years ago

Across the fleet-ms, spring-container-ms, and kc-ui microservices, the Kafka topics used are duplicated in nature and should be condensed to use a single Kafka topic for all communication regarding the physical state of a single shipping container.

Ideally, this would simply change the usage of bluewaterContainer to containers universally and assess the impact, as well as ensure the data model is in fact one and the same.

osowski commented 4 years ago

This should come after https://github.com/ibm-cloud-architecture/refarch-kc-ui/issues/59 is completed.

jbcodeforce commented 4 years ago

in fact this topic is reefer-telemetries and not containers. this is why we need to deeply refactor those simulator by using the new approach we started to adopt with reefer-ml project