seal90
seal90
Cool I also want to add this feature. When I saw boot cloud, I thought it was implemented based on Spring Cloud. The configuration capability in Spring is implemented in...
Because we are extending based on springboot, I believe that using 'dapr. configuration' is superior to 'dapr. cloudconfig' The word 'configuration' used in both documentation and code, for example https://docs.dapr.io/getting-started/quickstarts/configuration-quickstart/...
> still exist I have also encountered the same problem, have you solved it?
Look at GrpcChannelsProperties, the client config is start with grpc.client.SERVICE_NAME.port. I think maybe you set a unexpected proterties or env key is `grpc.client.port`
Will do — I’ll open a docs PR . Cheers!
I've opened the docs PR — thanks for the review!
Hello! I've fixed and optimized both the code and the documentation.