Hi Team, I have a question about using JDBC as so...
# troubleshooting
i
Hi Team, I have a question about using JDBC as source in my Flink SQL/Table Application. Does JDBC connector support streaming mode? It seems the results from it is unordered by the partitioned column. Checking the implementation on github does not seem there is any ordering mechanism there.. Does that mean JDBC only supports batch job?
m
Does JDBC connector support streaming mode?
As a source, the JDBC connector only supports bounded
πŸ‘ 1
i
Thanks for the confirmation!