Hi,
I deployed kafka in minikube using this link GitHub - confluentinc/cp-helm-charts: The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
Kafka broker etc. are running now. I am using confluent_kafka pkg to test it.
Here are comes two questions:
- within the minikube cluster, how to use python to produce and consume topics to the deployed kafka service? How to find the right bootstrap.server value?
- If I use local IDE outside minikube cluster, how to produce and consume topics to the kafka inside the minikube cluster? How to find the right bootstrap. server value?