https://github.com/eulixir/ex_debezium
https://github.com/eulixir/ex_debezium
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eulixir/ex_debezium
- Owner: eulixir
- Created: 2022-08-02T14:36:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T14:49:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T08:46:38.296Z (over 1 year ago)
- Language: Elixir
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ex_debezium
```sql
alter table users replica identity full;
```
```bash
curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" 127.0.0.1:8083/connectors/ --data "@debezium.json"
docker run --tty --network ex-debezium_default confluentinc/cp-kafkacat kafkacat -b kafka:9092 -C -s key=s -s value=avro -r http:/schema-registry:8081 -t postgres.public.users
```