Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When building microservices architecture various parts of the system can interact with the source database. Using publishing events from the server application is not always possible and it might require modifications in various servers that are often legacy.

When utilizing debezium Debezium and kafka Kafka we can connect directly to the database to get notified about any change that happened in the database instantly.

Debezium will be only involved in collecting and publishing the data to kafkaKafka. The purpose of this work is to build an opinionated Node.js layer that will consume Kafka messages to apply some specific filtering and publish messages back to clients using GraphQL subscriptions.

...

Diagram: https://docsmedia.googlediscordapp.comnet/drawingsattachments/d632235423300714507/e/2PACX-1vQZls0M2H9yUsZhYnXD_hSvtSBEF8lISpm5VBIFGCRw9PtPyznQBl2Yzfl2gqLfFnwZq_qD8t77jZoJ/pub?w=944&h=552669530559701319691/Screenshot_2020-01-22_at_13.15.08.png

Technologies: Nodejs, GraphQL, AeroGear DataSync, React, Apache Kafka

...