You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/07/04 02:06:21 UTC

[GitHub] [incubator-apisix] 18210212423 opened a new issue #1802: request help:

18210212423 opened a new issue #1802:
URL: https://github.com/apache/incubator-apisix/issues/1802


   Can the service URL be obtained by the gateway itself instead of manually configuring


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix] moonming commented on issue #1802: request help:

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #1802:
URL: https://github.com/apache/incubator-apisix/issues/1802#issuecomment-663307690


   > > can you provide an example?
   > 
   > If many microservices need to be registered to the gateway, it will be very troublesome to add them manually. Is it possible to register the services to zookeeper or other registration centers, and then the gateway will read the registered services. Now we want to register nearly hundreds of interfaces to the gateway
   
   agreed, Apache APISIX can works with external service discovery:In addition to the built-in etcd, it also supports Consul and Nacos DNS discovery mode, and Eureka 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix] membphis commented on issue #1802: request help:

Posted by GitBox <gi...@apache.org>.
membphis commented on issue #1802:
URL: https://github.com/apache/incubator-apisix/issues/1802#issuecomment-653773688


   can you provide an example? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix] XW512 commented on issue #1802: request help:

Posted by GitBox <gi...@apache.org>.
XW512 commented on issue #1802:
URL: https://github.com/apache/incubator-apisix/issues/1802#issuecomment-662508112


   > can you provide an example?
   
   If many microservices need to be registered to the gateway, it will be very troublesome to add them manually. Is it possible to register the services to zookeeper or other registration centers, and then the gateway will read the registered services. Now we want to register nearly hundreds of interfaces to the gateway


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-apisix] houshunwei commented on issue #1802: request help:

Posted by GitBox <gi...@apache.org>.
houshunwei commented on issue #1802:
URL: https://github.com/apache/incubator-apisix/issues/1802#issuecomment-657517243


   > Can the service URL be obtained by the gateway itself instead of manually configuring
   
   The Answer is `No`.  It's a gateway, not istio(manage your east-west throughput)
   But you can do that by your self:
   1. detect service add/delete in your own way ;
   2. apply change to Route/Service in apisix;
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org