hello! are there any suggestions for grpc client? ...
# grpc
d
hello! are there any suggestions for grpc client? e.g. looks like https://github.com/yidongnan/grpc-spring-boot-starter is pretty popular but wondering if there is something better
g
https://github.com/grpc/grpc-kotlin this is the official implementation was released a month or so ago
d
Yeah I'm using it to generate stubs
Looking into some configurable client that can add some interceptors etc
In production we use a library by LINE to wrap extra functionality around the core gRPC lib you can check it out here: https://line.github.io/armeria/docs/server-grpc
d
👍
g
Armeria also allows you to run grpc side by side with Spring which was important for us because a good number of our stacks use Spring