Skip to content

misselvexu/eventuate-cdc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventuate CDC service

The Eventuate CDC service is a key part of the Eventuate platform.

logo

It enables the Eventuate Tram, Eventuate Tram Sagas and Eventuate Local frameworks to implement transactional messaging using the Transactional Outbox pattern.

The Eventuate CDC service acts as the bridge between the database and the message broker:

ReliablePublication

It reads the messages inserted into the database by a service and publishes them to the message broker.

The Eventuate CDC service reads the messages the following patterns patterns:

It supports the following message brokers: Apache Kafka, Apache ActiveMQ, RabbitMQ and Redis (Streams).

For more information on how to configure the Eventuate CDC service please see the Eventuate Tram manual.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.8%
  • Shell 4.0%
  • Other 0.2%