-
Hello, I'm using RR to provide grpc services, and it works well, thanks so much. Current my setting:
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 19 replies
-
Hey @lanphan, thanks for the question.
Regarding your Also, feel free to join our discord channel https://discord.gg/TFeEmCs |
Beta Was this translation helpful? Give feedback.
-
Thank @rustatian. Noted that I need to have health endpoint to check the availability of workers for now, no need to have complex check like your document (grpc service available + other checks ...) |
Beta Was this translation helpful? Give feedback.
-
My last question, @rustatian , when will you release your next minor version? :) |
Beta Was this translation helpful? Give feedback.
-
Super cool, thanks so much, @rustatian |
Beta Was this translation helpful? Give feedback.
-
Hi @rustatian ,
Thanks so much for your support. |
Beta Was this translation helpful? Give feedback.
-
@rustatian |
Beta Was this translation helpful? Give feedback.
Hey @lanphan, thanks for the question.
Unfortunately, the
grpc
plugin doesn't have an implementation of the statuses (provided by theStatus
plugin).It's very easy to implement them (for the workers) for the
grpc
plugin FR. Feel free to thumb up for this ticket 😃For the
grpc
we have 2 options:status
plugin interface and provide worker statistics with it.Regarding your
curl
requests. You don't have anhttp
plugin in the configuration, thushealth
for it returns withService: HTTP not found
.RPC doesn't have statuses as well as the
grpc
as I mentioned above 😃Also, feel free to join our d…