For now GrpcClientProvider is not accessible in TestKit like HttpClientProvider is.
We need it for creating a client for an external running service (for example mocked by wiremock).
For now you can only access getGrpcEndpointClient that can be used only for the service that is being tested,
For now
GrpcClientProvideris not accessible inTestKitlikeHttpClientProvideris.We need it for creating a client for an external running service (for example mocked by wiremock).
For now you can only access
getGrpcEndpointClientthat can be used only for the service that is being tested,