Versions Compared

Key

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

...

  • Independence from the server node process (JVM) - issues and failures of the consumer shouldn't lead to server node instability.
  • Notification guarantees and failover - i.e. track and save a pointer to the last consumed record. Continue notification from this pointer in case of restart.
  • Resilience for the consumer - it's not an issue when a consumer temporarily consumes slower than data appear.

Description

draw.io Diagram
bordertrue
diagramNameCDC
simpleViewerfalse
width400
linksauto
tbstyletop
lboxtrue
diagramWidth621
revision2

IgniteCDC is a new utility that should be run on the server node host. CDC utility watches by the appearance of the WAL archive segments.

...