Skip to content

Scheduler: adds --override-broadcast-host-port#8416

Merged
yaron2 merged 1 commit into
dapr:release-1.15from
JoshVanL:scheduler-override-broadcast-host-port
Jan 27, 2025
Merged

Scheduler: adds --override-broadcast-host-port#8416
yaron2 merged 1 commit into
dapr:release-1.15from
JoshVanL:scheduler-override-broadcast-host-port

Conversation

@JoshVanL

Copy link
Copy Markdown
Contributor

Override the address (host:port) which is broadcast by this scheduler host that daprd instances will use to connect to this scheduler. This option should only be set by the CLI when in standalone mode, or in exotic environments whereby the routable scheduler address (host:port) is different from its own understood routable address, i.e. in a layered or natted network.

Adds int tests to ensure value it propagated correctly.

Override the address (host:port) which is broadcast by this scheduler
host that daprd instances will use to connect to this scheduler. This
option should only be set by the CLI when in standalone mode, or in
exotic environments whereby the routable scheduler address (host:port)
is different from its own understood routable address, i.e. in a layered
or natted network.

Adds int tests to ensure value it propagated correctly.

Signed-off-by: joshvanl <[email protected]>
@JoshVanL
JoshVanL marked this pull request as ready for review January 25, 2025 01:46
@JoshVanL
JoshVanL requested review from a team as code owners January 25, 2025 01:46

@elena-kolevska elena-kolevska left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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.

Scheduler fails to broadcast on localhost in standalone mode

4 participants