Hi friends, I’m trying to test on GCP using private service connect to access a dedicated kafka cluster.
I’m following the instructions to create a GG network first, and connected it with my gcp project, and using private DNS resolution.
And then following this to setup the endpoints and DNS in GCP.
But when I was trying to validate the connectivities on confluent cloud following the instructions, in the gcp vm (in the same project, vpc of my private service connect), I don’t see the new dedicated cluster, but only one of the basic ones I created before when doing confluent kafka cluster list
.
In the meantime, at my local which is on the internet, when I run confluent kafka cluster list
, the dedicated cluster’s showing up.
Don’t understand what’s happening.