I think that is part of the problem, and probably part of the solution. If I can wire load balancer to do a HTTP HEAD (a property of the HandleHttpRequest) - knowing that this is a “Separate” Jetty instance means I should get a 200 from the HEAD
Something like that > On Sep 4, 2020, at 9:56 AM, Bryan Bende <[email protected]> wrote: > > That is correct. Each instance of HandleHttpRequest and ListenHttp have their > own embedded Jetty server that is separate from the Jetty that is running > NiFi's REST API. >
