Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 428 Bytes

File metadata and controls

6 lines (5 loc) · 428 Bytes

Postgres logical decoding events

"Postgres logical decoding events" java library that can read PostgrsSql WAL and provide changes in db as events. Library contains two parts:

  • Event Replication - provaide managment for PostgresSql replication connections and streams. Guarantee only one produce of each event
  • Event Holder - realization of load balancer for events. Was created for parallel handling replicated events.