Skip to content

refactor(devkit): simplify host port mappings#3284

Merged
Gezi-lzq merged 1 commit into
1.6from
devkit/simplify-port-mappings
Apr 3, 2026
Merged

refactor(devkit): simplify host port mappings#3284
Gezi-lzq merged 1 commit into
1.6from
devkit/simplify-port-mappings

Conversation

@Gezi-lzq
Copy link
Copy Markdown
Contributor

@Gezi-lzq Gezi-lzq commented Apr 3, 2026

Summary

  • Remove unused PLAINTEXT (X9092:9092) and CONTROLLER (X9093:9093) host port mappings — they are unreachable from the host since advertised.listeners uses container hostnames
  • Reuse the X9092 port slots for HOST listener, eliminating the separate X9192 ports
  • Change container-side HOST listener port from 29092 to 9192 to avoid confusing collision with node-2's host port

Test plan

  • just start-build 3 — all nodes healthy
  • Host-side client connects via localhost:9092

…TEXT/CONTROLLER exports

Remove unused PLAINTEXT and CONTROLLER host port mappings since they are
unreachable from the host (advertised.listeners uses container hostnames).
Reuse the X9092 port slots for HOST listener and change the container-side
HOST port from 29092 to 9192 to avoid confusing collision with node-2.
@Gezi-lzq Gezi-lzq merged commit 4fd3f19 into 1.6 Apr 3, 2026
9 checks passed
@Gezi-lzq Gezi-lzq deleted the devkit/simplify-port-mappings branch April 3, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants