javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

support for ha-proxy protocol #1937

Closed kofemann closed 6 years ago

kofemann commented 7 years ago

HA-proxy protocol is widely adopted mechanism to allows back-end applications to make use of clients real IP address when used with HA-proxy or Amazon's ELB.

By adding support to Grizzly-framework will allow grizzly based applications to run in load-balanced environments without loosing connection information, such as client IP address.

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/grizzly/issues/1937