Replies: 1 comment
-
Thanks for the report. So we are certain to use the same setup as you, would you please export your definitions from both the upstream and downstream environments, and attach them to your response? That way we can use the exact same queue and federation settings. Other questions:
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've run into what looks like a problem with queue federation where messages are not being transferred after the consumer's prefetch count is reached and then cleared.
The federation links remain with a status of "running" but no messages are transferred from the upstream. This seems consistent with the expected behavior for queue federation where the link has been made but there are no consumers... in my case though there are consumers.
It seems like the federation halts if no consumers are available to consume messages (i.e. because the prefetch counts have been reached) but that it isn't continuing the federation once the consumers become available again.
Sequence of events (may require a consumer which processes events slowly):
Here are some more details on my setup which may or may not be relevant:
I am still investigating this myself to try to understand what is happening better and what is and isn't relevant in the scenario. In the mean time I wanted to post this to ask...
Beta Was this translation helpful? Give feedback.
All reactions