Re: Best practice for health check URL?

2021-12-06 Thread JumpStart
I think you’d want to make it a configuration option, so that development can still come up quickly, but that sounds great for production. I’ve spent some time bouncing between Dmitry and Ben’s approaches. With the latter I simplified it with Jsoup, but there are considerable limitations to wha

Re: Best practice for health check URL?

2021-12-06 Thread Dmitry Gusev
Hi Geoff, I extracted all the important bits from our implementation into this gist: https://gist.github.com/dmitrygusev/486ad56174450299b94cc364d3630b28 I'd start exploring it from here: https://gist.github.com/dmitrygusev/486ad56174450299b94cc364d3630b28#file-eagerloadresourceimpl-java-L94 I