README ¶ debezium2postgres Application to apply CDC log from Debezium to the target PostgreSQL. use $ ./debezium2postgres --kafka=10.0.0.105:9092 --topic=dbserver1.inventory --loglevel=debug --postgres=postgres://user:pwd@10.0.0.105/inventory kafka - URL to the debezium kafka topic - name of the topic with CDC data or the prefix for such topic names, e.g. dbserver1.inventory will consume all topics from server dbserver1 and database inventory loglevel - output message level, e.g. trace, debug, info, warn, error, panic postgres - PostgreSQL connection URL ⚠ To connect to kafka cluster the advertised.listeners option should be configured properly. See more https://www.confluent.io/blog/kafka-client-cannot-connect-to-broker-on-aws-on-docker-etc/ tutorial mysql postgresql Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis internal cmdparser kafka log postgres Click to show internal directories. Click to hide internal directories.