Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(RecordRepository): fix copy infinite loop when record added durin… #1612

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

valTroadec
Copy link
Contributor

Fix #1377

Hey,

Fix for the infinite loop in the case records are copied to an other topic and an other record has been queued.
I filter them with the last offset we got in the start state.

Can be reproduced easily.

Copy link
Owner

@tchiotludo tchiotludo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@valTroadec some test are failing, can you fixed them please?

@valTroadec
Copy link
Contributor Author

@tchiotludo I did not see the effects of creating new topics in tests at first.
I managed to test the copy feature an other way and pushed the test fix.

@tchiotludo tchiotludo merged commit addb48a into tchiotludo:dev Dec 6, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Copying failing events from DLT to main Topic causes infinite loop
2 participants