-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Enhancement] add output kafka support for zstd #40880
Conversation
💚 CLA has been signed |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Hello @gwy1995 |
I have signed it for three times , but it still shows as unsigned in this issue. What should I do ? |
Did you sign it with the same email than your github account? |
yes, I have sign it today and yesterday for more than three times. |
Hi @gwy1995, we can try figuring out where the CLA checker is having trouble, but another issue I notice is that you removed Elastic's sarama fork and replaced it with an older (downgraded) upstream version. (See the readme in the fork for details.) The fork includes fixes for serious issues, so any changes to the sarama version should either update the fork's base version, or update to a mainline version that includes the fixes we need. |
Thanks for reminding me of this. I have rolled back the sarama version. |
looks good. Any chance you could add a test case to
|
I add a test case. But I don't know why it didn't pass CI. I have tested it in the local environment. |
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
/test |
f945eb3
to
c974dea
Compare
c974dea
to
bcbdefa
Compare
/test |
@gwy1995 Could you please retry to sign the CLA? |
hi, I finally successfully signed the CLA |
/test |
We have a failing test @gwy1995
|
I have changed version, could you please test again |
/test |
/test |
tests are passed? |
run docs-build |
Looks good to go! |
* add output kafka support for zstd * add docs * add docs * revert go mod * add more comments * add kafka_integration_test * modify test * modify test * modify test * modify test * add test * fixes for linter * change comment * change version * change version --------- Co-authored-by: weiye.gong <weiye.gong@garena.com> Co-authored-by: Lee E. Hinman <lee.e.hinman@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> (cherry picked from commit 77e7d80)
* add output kafka support for zstd * add docs * add docs * revert go mod * add more comments * add kafka_integration_test * modify test * modify test * modify test * modify test * add test * fixes for linter * change comment * change version * change version --------- Co-authored-by: weiye.gong <weiye.gong@garena.com> Co-authored-by: Lee E. Hinman <lee.e.hinman@elastic.co> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> (cherry picked from commit 77e7d80) Co-authored-by: zero <164434719@qq.com>
Proposed commit message
add output kafka support for zstd
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs