Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
A practical, reversible blueprint for major PostgreSQL upgrades with Debezium, Kafka, PgBouncer, logical replication, and zero downtime.
What is Change Data Capture? According to Confluent, Change Data Capture is a process of tracking...
Outbox Pattern with Spring Boot and Debezium How to implement reliable messaging in...
Introduction Suppose we have a API that generates a lot of information whom we must store...
A real-world CQRS implementation using PostgreSQL, MongoDB, Kafka, and Debezium in a microservice banking architecture.
When I explored CDC (Change Data Capture) implementations without Kafka, I found very little helpful...