SOOHYUN-LIM
SOOHYUN-LIM
Fix:https://github.com/yidongnan/grpc-spring-boot-starter/pull/907 If the constructor injection is causing issues until the update. you can use the following approach: ~~~java @Component class A { @GrpcClient("test") private lateinit var stub: TestStub } @Component...
I have modified the code to ensure that each dependency injection method works correctly, taking into consideration the Spring lifecycle. Also added test code to verify if metric information registration...
@abhathal No, I haven't received any feedback yet. @ST-DDT When can i expect confirmation?
@ST-DDT I resolved the merge conflict
@ST-DDT Sorry, Please build it again
Sorry for the delay. @ST-DDT As you mentioned, relocating initGrpClientConstructorInjections() would resolve the issue. However, given the potential for bugs due to the order of bean registrations, I proceeded with...