Hi Team, Recently I created a streaming pipeline that will connect to the CloudSQL database. I found two approaches to connect DB one is JDBC IO and Connection Pool using c3po.
My use case: for each element I need to check any previous data that exists in the database for that particular record, if yes then retrieve that record. And there are some processing steps after that. Based on my use case which approach will have better scaling? Is there any other preferred approach? Thanks Rohith
