Hi, Malhar JDBC operator does lots of string manipulation and other handling to construct sql queries as per user inputs. Instead of constructing queries on our own we should use some dsl api library which will let us write DB agnostic code and take care of all other complexities.
I am trying out JOOQ library to write sql query in AbstractJdbcPollInputOperator. Would like to hear about communities feedback and suggestions. -Priyanka