-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support compression in forward transfer #637
Conversation
Can we get feedback on this PR? Is it going to be merged? Is there a reason for it to not be merged? Is there something that needs to be fixed in this code before it is accepted? Thanks! |
We need feedback on several enviroment for checking performance and compression ratio with actual logs. |
BTW, now this branch conflicts with master. |
a005481
to
acbbadd
Compare
rebased for testing. |
At least, this change doesn't include tests. |
Yes because we need test with production traffic. BTW, I will rebase this branch. |
Do we still have "compress true" for out_forward plugin? I am using td-agent2 and tried to use compress true but getting below error in logs. [warn]: parameter 'compress' in is not used. |
compress doesn't support yet in the upstream |
This feature will be supported with compressed buffer. Pending. |
#1179 is more better way. I close this PR. |
Experimental implementation.
Adding
compress true
in out_forward configuration.