RegioHelden / django-kafka

MIT License
2 stars 1 forks source link

Add debezium generic model topic #10

Closed stefan-cardnell-rh closed 1 month ago

stefan-cardnell-rh commented 1 month ago

Consuming topics from a debezium source connector often has a generic behaviour of just creating a model instance from the supplied columns.

Create a class which allows simple consumption of debezium source connector topics and creates model instances.