I have a managed kafka cluster running in the cloud on Aiven (GCP). I'm trying to use the Debezium SQL Server connector to stream CDC records from our on-premise database.
Does anybody know how to connect from kafka in the cloud to an on-premise database? Can this be done through some sort of VPN connection or do I need to configure a VPC through google cloud? Appreciate any advice.