Andrew O'Hara
06/19/2024, 11:45 PMdave
06/20/2024, 12:28 AMAndrew O'Hara
06/20/2024, 3:31 AMAndrew O'Hara
06/20/2024, 3:33 AMAndrew O'Hara
06/20/2024, 3:41 AMdave
06/20/2024, 9:02 AMDominik Sandjaja
06/20/2024, 9:07 AMchristophsturm
06/20/2024, 9:14 AMchristophsturm
06/20/2024, 9:42 AMAdrian Garcia
06/20/2024, 11:55 AMJames Richardson
06/20/2024, 1:10 PMAndrew O'Hara
06/20/2024, 4:32 PMAndrew O'Hara
06/20/2024, 4:34 PMIt sounds like you are using kubernetes.No, this is ECS, but I imagine the important bit is that it IS containerized @James Richardson
Are you using ECS with envoy?This is ECS, but there are no envoys or sidecars
Andrew O'Hara
06/20/2024, 4:37 PMI think the java11 http client can not run out of threads because its non blocking.You're probably right. However I believe it has a connection pool. I wonder if THAT can run out.
what is your jetty config?I'm using the http4k wrapper around Jetty 12, so I don't know if I can accurately say. But it appears to me the only thing http4k modifies from the standard config is to add a handler and tweak the stop mode.
dave
06/20/2024, 4:39 PMAndrew O'Hara
06/20/2024, 4:43 PMdave
06/20/2024, 4:44 PMAndrew O'Hara
06/20/2024, 4:45 PMSounds like you're on dynamoDB, so I don't think you have the same issueIt sounds like you had a networking issue. But then that would result in ZERO performance rather than the degraded performance I get. Or do I misunderstand?
James Richardson
06/20/2024, 4:49 PMAndrew O'Hara
06/20/2024, 4:53 PMJaap Beetstra
06/20/2024, 4:55 PMAndrew O'Hara
06/20/2024, 4:58 PMAdrian Garcia
06/20/2024, 5:11 PM