-
I'm new to go so I apologize if this is obvious. I'm using a a block like this to connect to a serverless MSK instance and I'm running into issues when the keys expire.
Is there something that i can set that will tell the transport to generate a new key when the keys expire? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
teeterc
Nov 4, 2024
Replies: 1 comment
-
To follow up on on this: The issue with the keys not refreshing was that I was setting an absolute sign time.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
teeterc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To follow up on on this: The issue with the keys not refreshing was that I was setting an absolute sign time.