In the docs for the kafka source, the section about librdkafkahere currently only mentions the sink. This includes the source in the description since we also use it there -- see rdkafka import in the source here.
Change Type
[ ] Bug fix
[ ] New feature
[x] Non-functional (chore, refactoring, docs)
[ ] Performance
Is this a breaking change?
[ ] Yes
[x] No
How did you test this PR?
ran ./website/scripts/cue.sh fmt
CI=true make check-docs validated succesfully
Does this PR include user facing changes?
[ ] Yes. Please add a changelog fragment based on our guidelines.
[x] No. A maintainer will apply the "no-changelog" label to this PR.
[n/a] If this PR introduces changes Vector dependencies (modifies Cargo.lock), please
run dd-rust-license-tool write to regenerate the license inventory and commit the changes (if any). More details here.
Summary
In the docs for the kafka source, the section about
librdkafka
here currently only mentions the sink. This includes the source in the description since we also use it there -- seerdkafka
import in the source here.Change Type
Is this a breaking change?
How did you test this PR?
./website/scripts/cue.sh fmt
CI=true make check-docs
validated succesfullyDoes this PR include user facing changes?
Checklist
Cargo.lock
), please rundd-rust-license-tool write
to regenerate the license inventory and commit the changes (if any). More details here.References