Back to Flink

Expert High Availability Section

docs/layouts/shortcodes/generated/expert_high_availability_section.html

0.4-rc1547 B
Original Source
KeyDefaultTypeDescription
high-availability.jobmanager.port

| "0" | String | The port (range) used by the Flink Master for its RPC connections in highly-available setups. In highly-available setups, this value is used instead of 'jobmanager.rpc.port'.A value of '0' means that a random free port is chosen. TaskManagers discover this port through the high-availability services (leader election), so a random port or a port range works without requiring any additional means of service discovery. |