Starchenko Ilya

Results 13 comments of Starchenko Ilya

> Does injecting any other bean work? Yes, everything else works fine.

> Then please create a @GrpcClientBean on a @Configuration class and inject the required stub or channel. I do exactly this thing. I created [repository](https://github.com/stillya/grpc-spring-starter-bug) which pretty close to my...

It's ok. By the way, thank you for spending your time on this.

Hello, haven't had time to look on this bug(or not) yet?

@a-simeshin your workaround isn't working if I wanna more than one grpcClientBean to create another bean, i.e. ``` kotlin @Configuration @GrpcClientBeans( value = [ GrpcClientBean( beanName = "authStub", clazz =...

Any update? It would be great if we could expose the `Prometheus` exporter port through the `operator`. Currently I'm unable to configure [SPM](https://www.jaegertracing.io/docs/1.45/spm/) in Jaeger using the `spanmetrics connector` with...

Thank you, @soulless-viewer. It's becoming clearer, but do you have any best practices for using resync? Because all informers I've seen so far look like [this](https://github.com/traefik/traefik/blob/master/pkg/provider/kubernetes/k8s/event_handler.go#L41), so when resync happens,...

@krmahadevan yeah, but my point is about to define ClientBean in configuration and use stub as a regular bean.

Any updates? I want to switch my frontend to Protocol Buffers and create a gRPC gateway for all my microservices. However, I'm currently using Spring Security to implement Attribute-Based Access...

Any updates? I'm eager to help, but I'm not sure which solution would be best. On one hand, we could let the operating system choose the ephemeral port for us,...