Furer Alexander
Furer Alexander
You can have a look at demo module in this repo to get the idea how to develop unit tests
I wonder why would you want to get rid of bootable features?
Understood. Sorry but I don't think that legacy applications support feature is something that should be added and maintained onwards, at least in this repository. I would suggest to copy-paste...
@sfcodes, it looks like [client starter](https://github.com/sfcodes/grpc-client-spring-boot) has not been updated for a while , would you be interested to contribute by merging it into this repo [here](https://github.com/LogNet/grpc-spring-boot-starter/tree/master/grpc-client-spring-boot-starter) ?
Sorry, it's hard to understand from your question what the problem is. Where this code snippet is taken from?
Please post your proto as a sample
https://github.com/grpc/grpc-java/issues/8826
I'm aware about this ;-) , but what about this : ```` service MyGrpcService { rpc rpc_method_name(org.tobi...) returns (RpcResponse) {}; rpc rpc_mEthod_nAme(org.tobi...) returns (RpcResponse) {}; } ```` ?
You are right... I'll implement your suggestion meanwhile since the original implementation suffers from this anyway. Let's hope grpc java team will provide solution in the nearest future.
@tobq , please try with `4.6.0-SNAPSHOT`, I'll keep the issue open meanwhile. may be grpc team will provide the requested API