https://github.com/redhat-italy/rhosak-cdc-demo
https://github.com/redhat-italy/rhosak-cdc-demo
kafka openshift summit-osd-2022
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redhat-italy/rhosak-cdc-demo
- Owner: redhat-italy
- Created: 2022-10-25T11:35:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T20:16:07.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T22:51:15.942Z (9 months ago)
- Topics: kafka, openshift, summit-osd-2022
- Language: HTML
- Homepage:
- Size: 1.76 MB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RHOSAK CDC Demo
This repo use Red Hat Openshift Streams for Apache Kafka (aka RHOSAK) to enable change data capture

## Prerequisite
### Red Hat Openshift Application Service
You can choose to create a new kafka instance via web-ui or using the rhoas cli
To install the rhoas cli refer to [rhoas cli](https://github.com/redhat-developer/app-services-cli)
### Red Hat Openshit Strams for Apache Kafka
Go to cloud.redhat.com and create a new Kafka Instances
alternatively you can use below commands that use the rhoas cli
```shell script
rhoas kafka create --name cdc-demo
rhoas context set-kafka --name cdc-demo
```
### Create Project on openshift
```
oc project rhosak-cdc-demo
```
Follow the README in order to create the infrastructure
- [Order-Entry](orderEntry/README.md)
- [CDC](cdc/README.md)
- [Router](cdc-router/README.md)
- [Shipment](shipment/README.md)