EventHub WaitTime and retry-after header #1589
Replies: 3 comments
-
Just increased the log level to see if I can verify it is getting a valid |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looking at the code it seems that this bit should be getting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found the bug in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently trying to test some throttling handling I seem to be getting zero for WaitTime in the EventHub when setting
UseRetryAfterHeader
totrue
. If I set that to false and set a delay time it correctly shows in the WaitTime. Is there any other way to get the actual retry-after value at this point?Here is my EventHub code:
The event is getting caught, the value is just always zero.
What I really need is a way to get to the underlying
Retry-After
header value when the EventHub fires.Beta Was this translation helpful? Give feedback.
All reactions