grpc-spring icon indicating copy to clipboard operation
grpc-spring copied to clipboard

Support `spring-context-indexer`

Open goto1134 opened this issue 4 years ago • 3 comments

The problem

I want to optimize startup time by using spring-context-indexer, but it does not work with grpc-spring-boot-starter.

The solution

Provide support for spring-context-indexer.

goto1134 avatar Oct 21 '21 14:10 goto1134

but it does not work with grpc-spring-boot-starter.

Why does it not work? Is there an exception? What needs to be done for this?

ST-DDT avatar Oct 21 '21 15:10 ST-DDT

The grpc services and clients do not get created or injected. This library generates XML bean definitions in build time, so I do not really know, what must be done to make it work with your library.

goto1134 avatar Oct 21 '21 16:10 goto1134

Could you please create an example project that helps us to reproduce the issue? You can use the existing example projects to get started.

ST-DDT avatar Oct 21 '21 17:10 ST-DDT

Closing as the example/reproduction project hasn't been provided.

ST-DDT avatar Sep 13 '22 23:09 ST-DDT