This page describes the default ports that are used for each runtime when the port offset is 0.
...
9090 | HTTP netty transport. |
9090 | Specify the port of the node for the advertisedPort parameter in the liveSync section. The HTTP netty transport port is considered the default port. |
9443 | HTTPS netty transport. |
Multi Datacenter High Availability Deployment
Other than the ports used in clustering setups (i.e., a Minimum HA Deployment or a Fully Distributed Deployment), the following is required:
9092 | Ports of the two separate instances of the broker deployed in each data center. (e.g., : bootstrap.servers= 'host1:9092, host2:9092', default 9092 where the external kafka servers start ) |