This pr allows a source to specify the protocol used by its service, rather than forcing the current default protocol type (nacos/eureka: HTTP, zookeeper: DUBBO).
Generic support is also provided. When GenericProtocol is enabled, GENERIC is used as the protocol for the service port, and the specific protocol is reflected in the port name. For more information on generic, see generic proxy.
This pr allows a source to specify the protocol used by its service, rather than forcing the current default protocol type (nacos/eureka: HTTP, zookeeper: DUBBO).
Generic support is also provided. When
GenericProtocol
is enabled,GENERIC
is used as the protocol for the service port, and the specific protocol is reflected in the port name. For more information on generic, see generic proxy.usage:
converted diff(right is the new):