host config of broker(application.yaml) must use real ip, not 0.0.0.0:
commandApi:
# Overrides the host used for gateway-to-broker communication
# This setting can also be overridden using the environment variable ZEEBE_BROKER_NETWORK_COMMANDAPI_HOST.
host: 10.1.1.64
# Sets the port used for gateway-to-broker communication
# This setting can also be overridden using the environment variable ZEEBE_BROKER_NETWORK_COMMANDAPI_PORT.
port: 26501
internalApi:
# Overrides the host used for internal broker-to-broker communication
# This setting can also be overridden using the environment variable ZEEBE_BROKER_NETWORK_INTERNALAPI_HOST.
host: 10.1.1.64
# Sets the port used for internal broker-to-broker communication
# This setting can also be overridden using the environment variable ZEEBE_BROKER_NETWORK_INTERNALAPI_PORT.
port: 26502
monitoringApi:
# Overrides the host used for exposing monitoring information
# This setting can also be overridden using the environment variable ZEEBE_BROKER_NETWORK_MONITORINGAPI_HOST.
host: 10.1.1.64
# Sets the port used for exposing monitoring information
# This setting can also be overridden using the environment variable ZEEBE_BROKER_NETWORK_MONITORINGAPI_PORT.
port: 9600