Skip to content

davgordo/strimzi-kafka-connect-observability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Change Data Capture with AMQ Streams

Resource configurations for quickly provisioning a MySQL change data capture scenario using AMQ Streams

Provisioning Instructions

  1. Provision namespaces for the CDC demo.
    oc new-project cdc-demo
    oc new-project cdc-prometheus
    oc new-project cdc-jaeger
    oc new-project cdc-upstream
  2. Provision operators.
    oc new-project openshift-distributed-tracing
    oc apply -f operators/
  3. Provision observability platform components.
    oc apply -f cdc-prometheus/ -n cdc-prometheus
    oc apply -f cdc-jaeger/ -n cdc-jaeger
  4. Provision the demo CDC scenario.
    oc apply -f cdc-demo/ -n cdc-demo
  5. Provision the upstream data producer
    oc apply -f cdc-upstream/ -n cdc-upstream
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published