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

[pkg/stanza] readerFactory and Reader use helper.Encoding directly #14724

Merged

Conversation

atingchen
Copy link
Contributor

@atingchen atingchen commented Oct 5, 2022

Description:

This is part of the work in PR #14605. I split it into several small PRs and gradually implemented the function of custom SplitFunc.

This PR implements that Reader no longer relies on helper.Splitter to decode data.

In the next PR, I will try to gradually remove the helper.Splitter and helper.SplitterConfig structures while keeping the function unchanged

Link to tracking Issue:
#14766

Testing:
unit test.
Documentation:

@atingchen atingchen requested a review from a team October 5, 2022 09:12
@atingchen atingchen requested a review from djaglowski as a code owner October 5, 2022 09:12
@atingchen atingchen force-pushed the feature/lookchen-move-struct branch from 33569d2 to 8d3b084 Compare October 5, 2022 13:00
@djaglowski djaglowski merged commit dd45b2f into open-telemetry:main Oct 6, 2022
@atingchen atingchen deleted the feature/lookchen-move-struct branch October 6, 2022 21:02
shalper2 pushed a commit to shalper2/opentelemetry-collector-contrib that referenced this pull request Dec 6, 2022
…pen-telemetry#14724)

* Move `FlusherConfig` and `SplitterConfig` from `multiline` file to new file
@plantfansam plantfansam mentioned this pull request Jul 21, 2023
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.

3 participants