Category "status"

Can Spring Boot detect when the Google PubSub connection is down?

I've been googling and can't seem to find an answer to this question: Can a Spring Boot app get a lifecycle notification if its underlying broker connection (ei

Terraform Activity Log Alerts Status Field

I'm in the process of recreating our company's alerts in Terraform after they were originally created manually. I have been looking into the JSON of each alert

REST API How to generate a 500 Error status when using a Postman Request

I need to test the 500 'internal server error' but Need to test this new API with calls from postman. Does anyone know how to make a call that will trigger it?