Hi Jaikiran,
I want to correct that Agroal does call getCredentials(...) each time a new connection is established.
Password rotation is tested on the library and I believe there
are tests in the Vault extension as well.
What can be happening here in Sunil's case is that Agroal is not being used, since it's mentioned that the application is on hibernate reactive.
Unfortunately, I not familiar enough with the vert.x postgres
driver to know if it caches credentials or not.
Regards,