Tomer Shaiman
Jun 13, 2021

Since this tutorial only focuses on the capabilites of the Kafka eco system and not on deployment concepts I did not deep dived into the vairous deployment options and configuration. Of course the demo is not production-ready demo in any means.

If you want to support the sceanio with 3 node you will need to revisit the code in such as way that is similiar to the helm charts published by confluent , lets take for example the file here :

https://github.com/confluentinc/cp-helm-charts/blob/8cf487e287d67b4357638df24f244fe08d677e70/charts/cp-kafka/values.yaml

where you can see they are concating the Broker ID to the IP Address, e.g :

EXTERNAL://${HOST_IP}:$((31090 + ${KAFKA_BROKER_ID}))

this way you are using some "formula" combined of start Port + Broker ID.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Tomer Shaiman
Tomer Shaiman

Written by Tomer Shaiman

Principal Software Engineer at Microsoft ✰ Kubernetes and DevOps ✰ CKAD/CKA Certified

Responses (1)

Write a response