bryancall commented on issue #8000: URL: https://github.com/apache/trafficserver/issues/8000#issuecomment-4827448873
The balancer plugin was intentionally removed in Apache Traffic Server 9.0.0 (https://github.com/apache/trafficserver/pull/5739), because the parent configuration (parent.config) covers the load balancing use case with more features. As noted above, you set up the child with a remap rule plus a parent.config entry pointing at the upstream (using go_direct=false and round_robin such as consistent_hash), and the parent does the origin remap. For the 502 you hit, the usual cause is the parent rule not matching the proxied host, or pristine host header handling, the example earlier in this thread covers the working pattern. Since the original question (no balancer module in 9.0.x, how to load balance now) is answered and there has been no further response, I am closing this. Please open a new issue with a current reproduction if parent.config does not meet your needs. -- 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]
