When using a gRPC database, I think it's possible to obtain service and method schemas with reflection.
On the other hand, when a new service or method is added to the API server, there are times when it is not reflected in reflection. <該当のサービス>The method can be obtained by manually executing the
grpcurl <該当のサーバ> list
, so it seems that reflection itself is enabled, but at what timing will schema changes be reflected in the database
·