JaredTan95 commented on pull request #74:
URL: 
https://github.com/apache/skywalking-kubernetes/pull/74#issuecomment-872825785


   ref 
https://cloud.spring.io/spring-cloud-netflix/multi/multi__router_and_filter_zuul.html,
 
   
   ```yaml
   myusers-service:
     ribbon:
       NIWSServerListClassName: 
com.netflix.loadbalancer.ConfigurationBasedServerList
       listOfServers: https://example1.com,http://example2.com
       ConnectTimeout: 1000
       ReadTimeout: 3000
       MaxTotalHttpConnections: 500
       MaxConnectionsPerHost: 100
   ```
   
   add http in pre versions looks work


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to