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

Pipeline-to-Pipeline ignores codec #11426

Open
yaauie opened this issue Dec 10, 2019 · 2 comments
Open

Pipeline-to-Pipeline ignores codec #11426

yaauie opened this issue Dec 10, 2019 · 2 comments

Comments

@yaauie
Copy link
Member

yaauie commented Dec 10, 2019

The Input and Output provided by Pipeline-to-Pipeline can be configured with a codec, but the configuration is ignored; the in-memory event is passed directly from the output to the input.

We should error helpfully if someone attempts to use codecs with these inputs/outputs.

@adelbot
Copy link

adelbot commented Dec 11, 2019

Yes, i try to use codec in pipeline input.
pipeline to read udp and drop when it's a healcheck message and send to another pipelie with codec cef.
Don't woek because codec in input pipeline seems to be not read.

@yaauie
Copy link
Member Author

yaauie commented Dec 12, 2019

@adelbot the pipeline input and output do not use codecs by design, since serialising and deserialising the events through a codec would add significant overhead and noticeably impact performance. The bug reported here is that they don't complain when a codec is specified.

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

No branches or pull requests

2 participants