debezium-embedded

Clojure wrapper for the debezium-embedded engine.

APACHE-2.0 License

Stars
2

debezium-embedded CircleCI Clojars Project

A Clojure wrapper for the debezium-embedded engine.

Not every application needs this level of fault tolerance and reliability, and they may not want to rely upon an external cluster of Kafka brokers and Kafka Connect services. Instead, some applications would prefer to embed Debezium connectors directly within the application space. They still want the same data change events, but prefer to have the connectors send them directly to the application rather than persists them inside Kafka. This debezium-embedded module defines a small library that allows an application to easily configure and run Debezium connectors. -- source

See also:

License

Copyright © 2019 Haokang Den