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”

Docker Image with JDK, Maven, Helm and OpenShift

If you are using CI/CD pipelines and you want to be completely independent of the host that the pipeline is running on (Example GitHub Runner, or Jenkins), then it is best to use a docker image as part of your pipeline instead of trying to install everything on the (GitHub host runner or Jenkins)This requiresContinueContinue reading “Docker Image with JDK, Maven, Helm and OpenShift”