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

feature: io package inspect stream reader #2828

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

szuecs
Copy link
Member

@szuecs szuecs commented Jan 5, 2024

feature: io package inspect stream reader
refactor: block* filters to use the new io package

last step to replace #2428

@szuecs szuecs added the major moderate risk, for example new API, small filter changes that have no risk like refactoring or logs label Jan 5, 2024
@szuecs szuecs force-pushed the feature/inspect-stream-reader branch from df50aa6 to 2b0527a Compare January 5, 2024 13:32
refactor: block* filters to use the new io package
refactor: remove custom matcher

Signed-off-by: Sandor Szücs <[email protected]>
@szuecs szuecs force-pushed the feature/inspect-stream-reader branch from 443473c to 4425ef7 Compare January 11, 2024 18:09

var (
ErrClosed = errors.New("reader closed")
"github.com/zalando/skipper/io"
Copy link
Member

Choose a reason for hiding this comment

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

I'd still use skpio here

Copy link
Member Author

Choose a reason for hiding this comment

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

@AlexanderYastrebov
Copy link
Member

👍

1 similar comment
@szuecs
Copy link
Member Author

szuecs commented Jan 12, 2024

👍

@szuecs szuecs merged commit 14cec82 into master Jan 12, 2024
14 checks passed
@szuecs szuecs deleted the feature/inspect-stream-reader branch January 12, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major moderate risk, for example new API, small filter changes that have no risk like refactoring or logs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants