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

enhancement(kafka sink): Make healthcheck topic configurable #20373

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

yalinglee
Copy link

@yalinglee yalinglee commented Apr 25, 2024

This PR proposes a solution for #10465.

It adds a new healthcheck_topic option so when the topic value is templated, healthchecks won't fail.

Closes: #10465

@yalinglee yalinglee requested review from a team as code owners April 25, 2024 21:05
@bits-bot
Copy link

bits-bot commented Apr 25, 2024

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added domain: sinks Anything related to the Vector's sinks domain: external docs Anything related to Vector's external, public documentation labels Apr 25, 2024
@yalinglee
Copy link
Author

Please let me know if the proposed approach makes sense or if you have other suggestions!

This is also my first time contributing and writing Rust code, so any feedback would be appreciated!

Copy link
Member

@jszwedko jszwedko left a comment

Choose a reason for hiding this comment

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

Thanks for this @yalinglee ! I think ideally this option would live under the existing healthcheck option (e.g. as healthcheck.topic but I recognize that that would be a fairly large refactoring of the config structs and, likely, the documentation so I'm ok with having this be a top-level option for now.

@jszwedko jszwedko enabled auto-merge May 3, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: external docs Anything related to Vector's external, public documentation domain: sinks Anything related to the Vector's sinks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kafka sink healthcheck is not working with templated topic
4 participants