Publish PostgreSQL Data Changes as Kafka Events using Debezium Connector

Debezium Connector is used to capture row-level changes and publish them as Events to your Kafka Cluster without the need to write custom code.If you have a requirement for (change data capture) in an Event-Driven Architecture, then consider Debezium.Debezium support JSON or you can use a custom converter, for Avro Serialization. The Debezium PostgreSQL connectorContinueContinue reading “Publish PostgreSQL Data Changes as Kafka Events using Debezium Connector”