hashicorp / hashicorp/memberlist
Is it feasible to reuse the gassip port for grpc service?
Open
- Dominant language
- Go
- Stars
- 4.1k
- Forks
- 478
- Avg merge
- 15h 58m
- Merged PRs (30d)
- 3
Description
my applcation bases on memberlist. right now I am using **SendReliable** api to exchange data between nodes.
right now I want to use grpc for my application. I know memberlist use one port for both (tcp/udp). Is it feasible to reuse the port my my grpc service?
thank you very much!
Contributor guide
Research direction
Start by reading memberlist's SendReliable API and the way its single TCP/UDP port is managed. Then compare those port and transport requirements with the intended gRPC service; done means establishing whether the port can be reused and documenting the constraints or required design.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, grpc
- Domain
- distributed-systems, networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100