[Pull-based Ingestion] Support consumer reset in Resume API#18332
[Pull-based Ingestion] Support consumer reset in Resume API#18332andrross merged 3 commits intoopensearch-project:mainfrom
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 <varunbharadwaj1995@gmail.com>
Signed-off-by: Varun Bharadwaj <varunbharadwaj1995@gmail.com>
Signed-off-by: Varun Bharadwaj <varunbharadwaj1995@gmail.com>
|
❌ 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? |
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.
rewindtoreset. Example:REWIND_BY_OFFSETtoRESET_BY_OFFSET. This will be a backward incompatible change, applicable from3.1.0release 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.