I noticed that a recent commit removed the REST health check endpoint from the JVB. We use it so I am wondering why it was removed? https://github.com/jitsi/jitsi-videobridge/commit/244ac47a6a8d870580a03bb89458cd890f4ca60c
It wasn’t removed, just the code that implements it was moved. Since we have multiple components that do the same health check functionality, we moved the code to Jicoco so it could be re-used.
(The code for this actually already existed in Jicoco)
I see that now. for missing the commit message.