I create Kafka in Googlecloud. But i can't connect with Kafka and Databricks
Asked
Active
Viewed 58 times
0

OneCricketeer
- 179,855
- 19
- 132
- 245

frtarslan
- 1
- 1
-
Use the external GCE VM address, not the internal one. Also, you're not using Spark here – OneCricketeer Jul 11 '22 at 11:49
-
Thank you. I'm try external and internal GCE VM address, but i don't. What else can i try? – frtarslan Jul 11 '22 at 12:15
-
`10.x.x.x` addresses are internal to GCP. Probably not going to be accessible from Databricks if it's not on the same VPC network – OneCricketeer Jul 11 '22 at 12:16
-
You may also want to read this https://www.confluent.io/blog/kafka-listeners-explained/ – OneCricketeer Jul 11 '22 at 12:18