Greg Wilkins

Results 470 comments of Greg Wilkins

@plelevier @aphalke Jetty has implemented a work around, which is in our current 9.4.9 release. See issue https://github.com/eclipse/jetty.project/issues/1891 and commit https://github.com/eclipse/jetty.project/commit/4236f14955e828946c33f447fed3e65dfa8bfc1e It is a configuration setter in HttpConfiguration.

@joakime Last I asked we were not allowed to upgrade jetty-runtime to jdk-11 as that needed to be coordinated with the wider jdk-11. However, if "buster" also supports jdk-8, then...

@joakime again I don't believe we can make an official jdk-11 image until all others are ready to go to jdk-11. Surely there is a way to get a back...

This plugin directly supports ARGs, so we should not need to filter the Dockerfile Also supports dependencies from one image to another, so would be good to convert the https://github.com/GoogleCloudPlatform/openjdk-runtime...

alternately.... this project could convert to using https://dmp.fabric8.io/ the same as openjdk-runtime

Note also that if session affinity is available, we can add a more efficient memory cache for sessions in each instance that will reduce the load on the shared session...

@Petikoch Thanks for that - I'll test that out (probably next week) and if it works will see what session options should be turned on in the image to best...

I've done some testing with the session_affinity and it appears to work fine. It does not trigger off the `JSESSION_ID`, rather it set's it's own `GCLB` cookie. The normal default...

Pull request #260 documents this

If you set session_affinity to true, you will get session affinity implemented by the Google load balancer using its own additional cookie. This will work with no changes to Jetty....