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

Update Kafka Buffer's auto_offset_reset default value #9167

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

alexstrive
Copy link
Contributor

@alexstrive alexstrive commented Feb 7, 2025

Description

Describe what this change achieves.

Update Kafka Buffer's param auto_offset_reset default value in documentation. Same as for Kafka Source, 2 weeks ago.

Previous PR for Kafka Source with the same correction: #9113

In code, Kafka Buffer's param auto_offset_reset default value set to earliest:
https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/kafka-plugins/src/main/java/org/opensearch/dataprepper/plugins/kafka/buffer/BufferTopicConfig.java#L33

I decided to check Kafka sink plugin for the same problem, but didn't find such sink at documentation website. So, I've created issue #9166

Issues Resolved

None.

Version

List the OpenSearch version to which this PR applies, e.g. 2.14, 2.12--2.14, or all.

DataPrepper documentation - all.

Frontend features

If you're submitting documentation for an OpenSearch Dashboards feature, add a video that shows how a user will interact with the UI step by step. A voiceover is optional.

Non-applicable.

Checklist

  • By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origin.
    For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

github-actions bot commented Feb 7, 2025

Thank you for submitting your PR. The PR states are In progress (or Draft) -> Tech review -> Doc review -> Editorial review -> Merged.

Before you submit your PR for doc review, make sure the content is technically accurate. If you need help finding a tech reviewer, tag a maintainer.

When you're ready for doc review, tag the assignee of this PR. The doc reviewer may push edits to the PR directly or leave comments and editorial suggestions for you to address (let us know in a comment if you have a preference). The doc reviewer will arrange for an editorial review.

@alexstrive
Copy link
Contributor Author

Hello @kolchfa-aws
Please, review PR

Copy link
Collaborator

@kolchfa-aws kolchfa-aws left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you, @alexstrive!

@kolchfa-aws kolchfa-aws added the backport 2.18 PR: Backport label for 2.18 label Feb 7, 2025
@kolchfa-aws kolchfa-aws merged commit 5454b79 into opensearch-project:main Feb 7, 2025
8 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Feb 7, 2025
Update Kafka Buffer's param `auto_offset_reset` default value. Same as for Kafka Source.

Previous PR for Kafka Source:
#9113

In code:
https://github.com/opensearch-project/data-prepper/blob/main/data-prepper-plugins/kafka-plugins/src/main/java/org/opensearch/dataprepper/plugins/kafka/buffer/BufferTopicConfig.java#L33

Signed-off-by: Alexey Novopashin <[email protected]>
(cherry picked from commit 5454b79)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.18 PR: Backport label for 2.18
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants