confluentinc / kafka-connect-jdbc

Kafka Connect connector for JDBC-compatible databases
Other
1.01k stars 953 forks source link

Allow users to configure current timestamp query. #1407

Open sheu opened 3 months ago

sheu commented 3 months ago

Currently the timestamp query is hardcoded in the SQL Dialect and this varies from dialect to dialect. The best option will be to just allows users to configure the current timestamp query. This way the generic database dialect can be used for many databases without any code chang.