-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Pull-based Ingestion] Support consumer reset in Resume API #18332
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
[Pull-based Ingestion] Support consumer reset in Resume API #18332
Conversation
❌ Gradle check result for 5bde213: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
0bd390a
to
cf6b842
Compare
❌ Gradle check result for cf6b842: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
cf6b842
to
812d39c
Compare
❌ Gradle check result for 812d39c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
812d39c
to
38fc627
Compare
❌ Gradle check result for 38fc627: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 38fc627: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
38fc627
to
0a3b372
Compare
❌ Gradle check result for 0a3b372: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 0a3b372: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 0a3b372: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
0a3b372
to
a862103
Compare
❌ Gradle check result for a862103: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
d7c4b92
to
6948986
Compare
❌ Gradle check result for 6948986: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Varun Bharadwaj <[email protected]>
Signed-off-by: Varun Bharadwaj <[email protected]>
Signed-off-by: Varun Bharadwaj <[email protected]>
98e0207
to
c6f578b
Compare
❌ Gradle check result for c6f578b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
…ch-project#18332) * Support shard pointer reset in resume API Signed-off-by: Varun Bharadwaj <[email protected]> * Undo asString interface change in consumer Signed-off-by: Varun Bharadwaj <[email protected]> * Create builder for IngestionState Signed-off-by: Varun Bharadwaj <[email protected]> --------- Signed-off-by: Varun Bharadwaj <[email protected]>
…ch-project#18332) * Support shard pointer reset in resume API Signed-off-by: Varun Bharadwaj <[email protected]> * Undo asString interface change in consumer Signed-off-by: Varun Bharadwaj <[email protected]> * Create builder for IngestionState Signed-off-by: Varun Bharadwaj <[email protected]> --------- Signed-off-by: Varun Bharadwaj <[email protected]>
…ch-project#18332) * Support shard pointer reset in resume API Signed-off-by: Varun Bharadwaj <[email protected]> * Undo asString interface change in consumer Signed-off-by: Varun Bharadwaj <[email protected]> * Create builder for IngestionState Signed-off-by: Varun Bharadwaj <[email protected]> --------- Signed-off-by: Varun Bharadwaj <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
…ch-project#18332) * Support shard pointer reset in resume API Signed-off-by: Varun Bharadwaj <[email protected]> * Undo asString interface change in consumer Signed-off-by: Varun Bharadwaj <[email protected]> * Create builder for IngestionState Signed-off-by: Varun Bharadwaj <[email protected]> --------- Signed-off-by: Varun Bharadwaj <[email protected]>
Description
This PR is a follow up to ingestion management API effort, to support consumer reset in the resume API. This PR includes the following changes.
rewind
toreset
. Example:REWIND_BY_OFFSET
toRESET_BY_OFFSET
. This will be a backward incompatible change, applicable from3.1.0
release onwards.Related Issues
Resolves #17442
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.