troubleshooting

What format should be used for the `--advertise-addr` parameter in risingwave nodes?

I am unsure whether the --advertise-addr parameter in risingwave nodes should be just the hostname or a full URI. For example, should it be --advertise-addr=<https://mynodehostname> or --advertise-addr=mynodehostname?

Ri

Rick Otten

Asked on Oct 25, 2023

  1. The --advertise-addr parameter in risingwave nodes should be in the format of hostname + port.

  2. For example, it should be specified as --advertise-addr=hostname:port.

  3. Make sure to include both the hostname and the port number when setting the --advertise-addr parameter in risingwave nodes.

Oct 25, 2023Edited by