All Questions
1 question
3
votes
2
answers
4k
views
kafka jdbc source connector: time stamp mode is not working for sqlite3
I tried to set up a database with a table with timestamp column . I am trying to implement timestamp mode to capture incremental changes in the DB.
But kafka-connect-jdbc is not reading any data from ...