spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Add GrpcServiceDiscoverer to prepare for interceptors #43

Closed onobc closed 2 weeks ago

onobc commented 3 weeks ago

This commit re-introduces the service discoverer concept from the gRPC ecosystem. We previously removed it but realized that the abstraction is helpful to provide fully configured service definitions with features like server interceptors. The next commit will take advantage of this commit to add interceptors.

See #4