Skip to content

BrobridgeOrg/gravity-adapter-debezium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gravity-adapter-debezium

Gravity adapter for debezium CDC framework.

Troubleshooting

Snapshot doesn't work

Debezium has implementation of initial load which is called snapshot, but somehow snapshot doesn't work when adapter starts. The root cause of this problem is the topic already exists or offsets of consumer group is not zero. That means you probably start adapter in the past.

The solution is to delete existing consumer group and topic. In order to fix this problem, you can using kafka command in the following:

# Delete specific topic for datasource table in PostgreSQL
kafka-topics --delete --bootstrap-server localhost:29092 --topic postgres_0.public.datasource

# Delete consumer group for gravity adapter
kafka-consumer-groups --bootstrap-server localhost:29092 --delete --group gravity_adapter_debezium-mylaptop-debezium

About

Gravity adapter for debezium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages