You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/04/27 01:40:31 UTC

[GitHub] [skywalking] netfreeperson opened a new issue #6847: skywalking 8.5.0 collector.backend_service can multiple IPs be configured to support load balancing?

netfreeperson opened a new issue #6847:
URL: https://github.com/apache/skywalking/issues/6847


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   skywalking 8.5.0 collector.backend_service can multiple IPs be configured to support load balancing?
   


-- 
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] [skywalking] wu-sheng closed issue #6847: skywalking 8.5.0 collector.backend_service can multiple IPs be configured to support load balancing?

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6847:
URL: https://github.com/apache/skywalking/issues/6847


   


-- 
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] [skywalking] wu-sheng commented on issue #6847: skywalking 8.5.0 collector.backend_service can multiple IPs be configured to support load balancing?

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6847:
URL: https://github.com/apache/skywalking/issues/6847#issuecomment-827247136


   I think https://github.com/apache/skywalking/issues/6844 is very clear. Why are you keeping asking?


-- 
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] [skywalking] netfreeperson commented on issue #6847: skywalking 8.5.0 collector.backend_service can multiple IPs be configured to support load balancing?

Posted by GitBox <gi...@apache.org>.
netfreeperson commented on issue #6847:
URL: https://github.com/apache/skywalking/issues/6847#issuecomment-827287133


   > I think #6844 is very clear. Why are you keeping asking?
   
   1、because i think config multiple IPs may only support cluster failover mechanism but not support load balancing. 
   
   2、Also, since OAP backen supports a central registry cluster(like nacos), can the Agent client get the list of services directly from the registry
   
   3、Also I wonder why the server information of log collection connection needs to be configured separately?Is it to be separate from trace and metric collection?
   
   thanks
   


-- 
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] [skywalking] wu-sheng commented on issue #6847: skywalking 8.5.0 collector.backend_service can multiple IPs be configured to support load balancing?

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6847:
URL: https://github.com/apache/skywalking/issues/6847#issuecomment-827290612


   > 1、because i think config multiple IPs may only support cluster failover mechanism but not support load balancing.
   
   I explained to you, why this is not required.
   
   > 2、Also, since OAP backen supports a central registry cluster(like nacos), can the Agent client get the list of services directly from the registry
   
   Because agent and backend typically are not in one VPC, even region. Things like Nacos is pointless. And with today's k8s DNS driven and service mesh, implementing this client-side service discovery is a really old fashion thing. OAP could work with many register central, agent can't and shouldn't work with all options.
   
   > 3、Also I wonder why the server information of log collection connection needs to be configured separately?Is it to be separate from trace and metric collection?
   
   Because logs could be collected by other agents, fluentd, filebeat, etc. The thing you are seeing today on the release is just a very small piece of SkyWalking's landscape. So it is being defined as a plugin and reporter only.
   SkyWalking project is expanding in the last 5 years, many things are upgrading.


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