emqx/apps/emqx_bridge_gcp_pubsub/test
Thales Macedo Garitezi 260fae296b feat(gcp_pubsub): generate jwt tokens on demand without workers (5.1)
Fixes https://emqx.atlassian.net/browse/EMQX-9603

Rather than relying on a JWT worker to produce and refresh tokens, we
could just produce then on demand when pushing the messages to GCP
PubSub.  That can generate a bit of extra work (as multiple processes
might realize it’s time to refresh the JWT and do so), but that
shouldn’t be much.  In return, we avoid any possibility of not having
a fresh JWT when pushing messages.
2023-06-06 13:19:24 -03:00
..
emqx_bridge_gcp_pubsub_SUITE.erl feat(gcp_pubsub): generate jwt tokens on demand without workers (5.1) 2023-06-06 13:19:24 -03:00