scylladb / kafka-connect-scylladb

Kafka Connect Scylladb Sink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use kafka connect offset management with topic regex router

chiragb1994 opened this issue · comments

If I use a regex router and disable scylladb offset storage table, offsets don't get committed to kafka. This happens because the topic name is changed and the offset details returned by preCommit is returning offsets with changed topic name.

Possible solution: Give an option to set table name

Hi, this should be solved now by #86.
Regex router should work without a problem.