jbertram commented on code in PR #5908: URL: https://github.com/apache/activemq-artemis/pull/5908#discussion_r2330718431
########## docs/user-manual/versions.adoc: ########## @@ -20,6 +20,10 @@ https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&versio === Highlights * Broker observability has improved with the new ability to export xref:metrics.adoc#executor-services[metrics for executor services] (aka thread pools). +* The https://github.com/haproxy/haproxy/blob/master/doc/proxy-protocol.txt[PROXY Protocol] is now supported! +This means that clients connecting through an applicable reverse proxy (e.g. HAProxy, nginx, etc.) will have the original client IP address reflected in the logs and in the web console rather than that of the proxy itself. +Furthermore, this support is 100% transparent and requires no additional configuration. Review Comment: Done. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
