grpc-spring
grpc-spring copied to clipboard
Can supports nacos for springboot with grpc and REST both?
Example: Spring boot project starts a REST server in port 8080, and starts a grpc server in port 9090. Can both two servers can be registered to nacos, and how?
Currently the grpc port is added as metadata to the http endpoint registration, but I plan to also register it as a separate registration.
See also: https://github.com/yidongnan/grpc-spring-boot-starter/pull/496