
Debezium on OpenShift Cheat Sheet

Get the cheat sheet
About
Debezium is a distributed open-source platform for change data capture. Start it up, point it at your databases, and your apps can start responding
to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly
and never miss an event, even when things go wrong.
This cheat sheet covers how to deploy, create, run, and update a Debezium Connector on OpenShift.