Support `spring-context-indexer`
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.
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?
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.
Could you please create an example project that helps us to reproduce the issue? You can use the existing example projects to get started.
Closing as the example/reproduction project hasn't been provided.