You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "copy topic" function to copy an event from the DLT to the main topic this causes an infinite loop if the event immediatly fails and is republished to the DLT again.
The "copy topic" function seems to also copy any new events that are published to the topic after the copy action has started. If new events are published to this topic faster than these can be copied this copy action never ends.
This issue can be reproduced reliably by creating two topics with a service consuming events from one topic and publishing the same events to the other topic. Manually add 4 events to the second topic and start the "copy topic" action. Now watch the consumer lag increase rapidly.
The text was updated successfully, but these errors were encountered:
When using the "copy topic" function to copy an event from the DLT to the main topic this causes an infinite loop if the event immediatly fails and is republished to the DLT again.
The "copy topic" function seems to also copy any new events that are published to the topic after the copy action has started. If new events are published to this topic faster than these can be copied this copy action never ends.
This issue can be reproduced reliably by creating two topics with a service consuming events from one topic and publishing the same events to the other topic. Manually add 4 events to the second topic and start the "copy topic" action. Now watch the consumer lag increase rapidly.
The text was updated successfully, but these errors were encountered: