How to rewrite kafka connect jdbc driver select current_timestamp method?
I am trying to use Kafka connect with jaybird to retrieve data from firebird tables using timestamp.
Jaybird version is 5.0.4. Kafka connect failed with ‘failed to get current time from db using generic and query’ error. The correct way to get timestamp is
SELECT CURRENT_TIMESTAMP from rdb$database;