Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it feasible to reuse the gassip port for grpc service? #286

Open
kcmvp opened this issue May 19, 2023 · 1 comment
Open

Is it feasible to reuse the gassip port for grpc service? #286

kcmvp opened this issue May 19, 2023 · 1 comment

Comments

@kcmvp
Copy link

kcmvp commented May 19, 2023

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!

@kcmvp
Copy link
Author

kcmvp commented May 19, 2023

right now my findings/difficulty is

as memberlist process data/messsage based on the connection to make sure gossip functionality and seems only supply connection-oriented api , but grpc use method call by hidding the network connection.

how can I reuse the port but dont break memberlist itself functionality?

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

No branches or pull requests

1 participant