Skip to content

Commit

Permalink
Switch to MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
jefrajames committed Jan 18, 2023
1 parent 8dec6ce commit dbe8771
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "disabled"
}
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project demonstrates how to use https://eventuate.io/abouteventuatetram.html[Eventuate Tram Saga] on a concrete use case.

It has been showcased during talks at Devoxx France, Bordeaux JUG, DevFest Lille, BreizhCamp, Paris JUG.
It has been showcased during talks I've given at Devoxx France, Bordeaux JUG, DevFest Lille, BreizhCamp, Paris JUG.

A similar example based on https://download.eclipse.org/microprofile/microprofile-lra-1.0-M1/microprofile-lra-spec.html[MicroProfile Long Runing Actions] is available on https://github.com/jefrajames/lra-demo[GitHub].

Expand All @@ -27,7 +27,7 @@ Comments:
. *Howl* is a https://github.com/redpanda-data/kowl[Kafka GUI] enabling to easily browse topics, messages, consumer groups
. *Zookeeper* supervises both Kafka and CDC.

It is possible to run several CDC similar instances running in parallel (sharing the same EVENTUATELOCAL_CDC_LEADERSHIP_LOCK_PATH value), but only one is elected active by Zookeeper and able to read the message table.
It is possible to run several CDC similar instances running in parallel (sharing the same EVENTUATELOCAL_CDC_LEADERSHIP_LOCK_PATH value), but only one is elected active by Zookeeper and able to read the message table. More information on https://eventuate.io/docs/manual/eventuate-tram/latest/cdc-configuration.html[Configuring the Eventuate CDC Service].

=== About the SAGA definition

Expand Down
Binary file added images/saga-demo-architecture-old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/saga-demo-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dbe8771

Please sign in to comment.