Hi Temporal team, have a question regarding something we recently saw in our application. So we have a spring boot based app which interacts with temporal. The version of temporal SDK we were using was old, and we moved to the latest available version 1.23.2… When we were bringing up the app earlier on the older version (1.21.2), the app used to start, but it would keep saying that is was unable to connect to temporal if the temporal server was unavailable, which is expected… in the newer version, the app startup itself fails… we wanted to know if this is a new change and is expected?
By the way, on the latest version, once the Spring app starts, and we shut down the temporal server, thats fine… the app just keeps on polling and doesnt fail and resumes when the server is back up… but it is the change in app startup behavior am more curious about.
UPDATE: going through the releases, the first release this behavior happens in 1.22.0… As soon as I change the version from 1.21.2 → 1.22.0, my app startup fails if temporal is down.