cloudfoundry / java-buildpack

Cloud Foundry buildpack for running Java applications
Apache License 2.0
433 stars 2.59k forks source link

harmonization of gorouter -> java app communication #1078

Open h0nIg opened 1 month ago

h0nIg commented 1 month ago

fix for #881

it is a known issue that gorouter -> java applications do not work properly together, once keepalive is used: https://knowledge.broadcom.com/external/article/298104/intermittent-502-eof-gorouter-errors-for.html

The fix is described in the link, but not implemented so far for the java buildpack