I think servicecomb need to provide multiple service endpoint for different port.
for example, I need provide a service for dealing with the requests from internet. In the same time, I also need to provide a service for dealing with the requests from other micro-services in intranet. For security, authentication and other reason, we had to listen different port to provide two or more services. We now implement micro-service for internal micro-services, and implement service for internal using raw vert.x API. we implement a home-made transport. in the init function, we using vertx instance created by servicecomb to do our own initializations. [ Full content available at: https://github.com/apache/incubator-servicecomb-java-chassis/issues/938 ] This message was relayed via gitbox.apache.org for [email protected]
