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

Possible perf gain in RedisSinkSingle #703

Closed
conorbros opened this issue Jul 14, 2022 · 1 comment
Closed

Possible perf gain in RedisSinkSingle #703

conorbros opened this issue Jul 14, 2022 · 1 comment

Comments

@conorbros
Copy link
Member

Originally posted by @conorbros in #645 (comment)

@rukai
Copy link
Member

rukai commented May 7, 2024

I did some investigation, there is no need to avoid parsing the frame here, since the redis codec decoder has already parsed the message before it reaches the transform. (unlike other codecs which leave the message unparsed)

@rukai rukai closed this as completed May 7, 2024
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