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(codecs, exec source): Integrate Decoder/DecodingConfig with exec source #9337

Merged
merged 3 commits into from
Oct 1, 2021

Conversation

pablosichert
Copy link
Contributor

Closes #9336.

Signed-off-by: Pablo Sichert <mail@pablosichert.com>
@netlify
Copy link

netlify bot commented Sep 24, 2021

✔️ Deploy Preview for vector-project ready!

🔨 Explore the source changes: d4ef439

🔍 Inspect the deploy log: https://app.netlify.com/sites/vector-project/deploys/6156bc83650db50007dbd915

😎 Browse the preview: https://deploy-preview-9337--vector-project.netlify.app

@pablosichert pablosichert changed the title enhancement(codecs, exec source): Integrate Decoder/DecodingConfig with exec source enhancement(codecs): Integrate Decoder/DecodingConfig with exec source Sep 24, 2021
@pablosichert pablosichert changed the title enhancement(codecs): Integrate Decoder/DecodingConfig with exec source enhancement(codecs, exec source): Integrate Decoder/DecodingConfig with exec source Sep 24, 2021
Comment on lines 385 to 386
send_error = true;
break;
Copy link
Member

Choose a reason for hiding this comment

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

Fun fact: you could add a label the outer loop (e.g. 'outer: while ...) and then break 'outer here instead of using the flag. Not sure if I'd actually recommend it, but maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah yeah, I like that! I think I have tried that before, but had some issues with labels on blocks being unstable or clippy complaining that a loop doesn't actually loop. Seems to work in this case, though

Signed-off-by: Pablo Sichert <mail@pablosichert.com>
…s-exec-codec-integration

Signed-off-by: Pablo Sichert <mail@pablosichert.com>
@pablosichert pablosichert merged commit 9222a2f into master Oct 1, 2021
@pablosichert pablosichert deleted the pablosichert/sources-exec-codec-integration branch October 1, 2021 10:47
Comment on lines -39 to -40
#[serde(default = "default_events_per_line")]
pub event_per_line: bool,
Copy link
Member

Choose a reason for hiding this comment

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

@lukesteensen @pablosichert removal of this option should have caused this PR to be marked as a backwards incompatible change and noted in the upgrade guide for the next release

@pablosichert do you mind adding it to the upgrade guide for 0.17.0?

hhromic added a commit to hhromic/vector that referenced this pull request Aug 15, 2023
Usage of `sized_bytes_codec` was removed in <vectordotdev#9337>.

Signed-off-by: Hugo Hromic <hhromic@gmail.com>
github-merge-queue bot pushed a commit that referenced this pull request Aug 15, 2023
Usage of `sized_bytes_codec` was removed in <#9337>.

Signed-off-by: Hugo Hromic <hhromic@gmail.com>
neuronull pushed a commit that referenced this pull request Aug 16, 2023
Usage of `sized_bytes_codec` was removed in <#9337>.

Signed-off-by: Hugo Hromic <hhromic@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate Decoder/DecodingConfig with exec source
3 participants