Jonathan Pinto Sperafico
Jonathan Pinto Sperafico
Hey everyone, I'm working on a personal project in order to learn Kubernetes, Helm and Kafka. Currently, I am struggling with the same issue and community comments didn't helped out...
Hey everyone, # Local Development Instance You can create a file `${workspaceDir}\helm\kafka-values.local.yaml` with the following content: ```yaml listeners: client: containerPort: 9092 protocol: PLAINTEXT name: CLIENT sslClientAuth: "none" interbroker: containerPort: 9094...
Hey @jotamartos, Since my last comment, I assumed `Minikube` was the culprit and attempted to configure Kubernetes through `kubeadm`. Thinking it would be a nice way to learn k8s (painful...
Hey @jotamartos, First of all, my apologies, I didn't saw on your helm status statement contained the version installed. With the version `28.0.4` the **producer works** flawlessly, despite the consumer...
Hey @jotamartos, I do understand it may have a delay between producer and consumer, so I closed the connection of the producer before connecting as a consumer. Also, I brew...