etcd icon indicating copy to clipboard operation
etcd copied to clipboard

Make equivalent of /livez and /readyz in gRPC and etcdctl command

Open henrybear327 opened this issue 9 months ago • 4 comments

What would you like to be added?

As discussed and mentioned in the comment, take this commit as a base, and finish the implementation of livez/readyz in gRPC and etcdctl command.

Why is this needed?

Based on the discussions in https://github.com/etcd-io/etcd/issues/16007

henrybear327 avatar May 02 '24 15:05 henrybear327

/cc @siyuanfoundation /assign @henrybear327

henrybear327 avatar May 02 '24 15:05 henrybear327

Please note https://github.com/etcd-io/etcd/issues/16007#issuecomment-2084856478

Due to https://github.com/etcd-io/etcd/issues/15402 we are supporting a separating HTTP and GRPC endpoints, and recommend it for production.

serathius avatar May 06 '24 10:05 serathius

Please note #16007 (comment)

Due to #15402 we are supporting a separating HTTP and GRPC endpoints, and recommend it for production.

Looks like the HTTP part is completed. I will focus on the gRPC part, and extend the feature to the etcdctl command for now!

henrybear327 avatar May 12 '24 21:05 henrybear327