I’m using confluent cli to do some operations.
I tried 3 different environments, my local, a vm in GCP, and a ec2 instance.
In the 3 environments, I used the same credentials to log in.
But when I do confluent kafka cluster list
, in both aws and gcp, only one cluster showed up, while at my local, I’m able to see all 4 clusters.
I tried to access the other 3 clusters, able to do confluent kafka cluster use X
at my local, but at aws or gcp instances, I got error.
What is going on?