Architecture model: Transaction log tracks

Architecture model: Transaction log tracks

problem

How reliable / publishing event in the atomic state changes

solution

Watch database transaction log and each change release for the event.

Relevance Model

  • Event-driven architecture model creates a demand for this model.
  • Event traceability is an alternative mode

example

  • Eventuate Local use a transaction log tail.

Guess you like

Origin www.cnblogs.com/paxlyf/p/11289925.html