Skip to content

Why in KafkaBuilder are const assinged Ports #915

Answered by HofmeisterAn
Exoil asked this question in Q&A
Discussion options

You must be logged in to vote

These are the default ports of the Kafka service (container ports). The container ports are mapped to public random host ports. This is recommended and considered from us as best practices described here and here.

Modules usually do not allow configuring the ports of the service running inside the container (container ports). This applies for the Kafka module too, and we do not think this is even necessary. From our experiences and discussions we had in the past, there is not a real use case. Can you elaborate your use case? OC, you can always use the generic builder to configure the containers as you like.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Exoil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants