Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka Bridges #126

Closed
wagmarcel opened this issue Mar 12, 2022 · 0 comments
Closed

Kafka Bridges #126

wagmarcel opened this issue Mar 12, 2022 · 0 comments
Assignees

Comments

@wagmarcel
Copy link
Member

The services Alerta and NGSI-LD/Scorpio need to be linked to Kafke by bridges.

  1. Kafka Topic is needed to which alerta objects can be send which, in turn, are send to alerta through alerta Rest API.
  2. NGSI-LD bridge is needed so that NGSI-LD objects can be updated
  3. Debezium sends NGSI-LD updates back to Kafka, this has to be demultiplexed to the proper topics on Kafka
@wagmarcel wagmarcel self-assigned this Mar 12, 2022
wagmarcel added a commit to wagmarcel/DigitalTwin that referenced this issue Mar 13, 2022
This Commit adds the link between Kafka and other services. It provides

* The Alerta bridge which allows to send alerts through a Kafka channel
* The NGSI-LD Updates bridge which allows to send ngsi-ld data updates through Kafka
* The Debezium bridge which maps the debezium entitiy update to respective Kafka channels
* All is in a single container, only startup command must be different
* A helm chart with deployment files and configmaps for the bridges

Closes issue IndustryFusion#126
KonstantinKe pushed a commit that referenced this issue Mar 22, 2022
This Commit adds the link between Kafka and other services. It provides

* The Alerta bridge which allows to send alerts through a Kafka channel
* The NGSI-LD Updates bridge which allows to send ngsi-ld data updates through Kafka
* The Debezium bridge which maps the debezium entitiy update to respective Kafka channels
* All is in a single container, only startup command must be different
* A helm chart with deployment files and configmaps for the bridges

Closes issue #126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant