temporalio / temporalio/temporal
DNS name in BroadcastAddress
@jbreiding is already working on this.
Since Mar 25, 2022.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
I try deploy temporal cluster on docker swarm(need concept proof(scalability/limitations) before we will use it in prod).
Kuber+helm too cumbersome for my laptop(and i have not too much expertise in it (i am developer not a devops))
We face problems with BIND_ON_IP (it sets only on one interface and cannot see requests from others) and
TEMPORAL_BROADCAST_ADDRESS(we can not set a dns name as address(validation failure ringpop.go:75) can not understand reason for this restriction)
Probable solution
TEMPORAL_BROADCAST_ADDRESS(BroadcastAddress) can be dns name
BIND_ON_IP is 0.0.0.0 by default
Alternatives solution
Maybe you can add a swarm config in docker-compose repo for concept proof purpose.
Single node deployment not enough to be sure in scalability and see bottlenecks.
Sorry for bothering))
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.