Search code examples
apache-kafkakuberneteslagom

Production Kafka configuration in Lagom Framework with Kubernetes?


How to configure kafka cluster in lagom framework in kubernetes in production mode.

Its expecting kafka_native service while starting service container.

Cassandra cas_native successfully configured but kafka not working


Solution

  • As you are using Kubernetes you can use service locator DNS and take advantage of Kube DNS Service... You have to have a headless service in front of Kafka...