-
Notifications
You must be signed in to change notification settings - Fork 140
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 Kafka offset checking test #1212
Fix Kafka offset checking test #1212
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15a7365 - Browse repository at this point
Copy the full SHA 15a7365View commit details -
Revert "Whitespace change to trigger CI"
This reverts commit 15a7365.
Configuration menu - View commit details
-
Copy full SHA for 85557dc - Browse repository at this point
Copy the full SHA 85557dcView commit details -
Declare OffsetChecker as a MRC component so that it executes prior to…
… the source's yield returns. Adjust the offset checker to pass if there is a new partition introduced.
Configuration menu - View commit details
-
Copy full SHA for 948f4ef - Browse repository at this point
Copy the full SHA 948f4efView commit details -
Revert "Declare OffsetChecker as a MRC component so that it executes …
…prior to the source's yield returns." This reverts commit 948f4ef.
Configuration menu - View commit details
-
Copy full SHA for b3d73ae - Browse repository at this point
Copy the full SHA b3d73aeView commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 577bd5b - Browse repository at this point
Copy the full SHA 577bd5bView commit details -
Move the offset checking from a stage to the test body to be executed…
… after the pipeline completes. The reason is that the C++ impl commits the offsets after calling on_next, this also adds the ability to check async commits as well
Configuration menu - View commit details
-
Copy full SHA for 3b5d9b9 - Browse repository at this point
Copy the full SHA 3b5d9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56332b1 - Browse repository at this point
Copy the full SHA 56332b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d38caea - Browse repository at this point
Copy the full SHA d38caeaView commit details