-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
build: enable in_kafka and out_kafka by default #5204
build: enable in_kafka and out_kafka by default #5204
Conversation
7de7a96
to
696ccd8
Compare
@agup006 I've enabled kafka plugins by default, but not on Windows since it causes a build error on CI |
What's the build error? |
Looks like it doesn't like some of the void* usage: https://ci.appveyor.com/project/fluent/fluent-bit-2e87g/builds/43155542/job/yyye570bjrb67uvg#L2827 |
39e9e22
to
049ef77
Compare
049ef77
to
f77011b
Compare
Fixed the issue with windows build, just replacing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @niedbalski
FYI: this is blocked until we fix threaded input interface |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
@patrick-stephens rebased and fixed the builds. Couldn't enable by default on windows because the build fails on missing |
These changes are a hard requirement for this PR to be merged. |
5163388
to
b786be3
Compare
@leonardo-albertovich it seems the windows-specific cmake is not being applied during CI since appveyor tried to build it. Do you know what I might have missed? |
Signed-off-by: Thiago Padilha <[email protected]>
b786be3
to
70069f0
Compare
@leonardo-albertovich nevermind, it was a typo in windows-setup.cmake. Can you approve again? |
close #5189
Signed-off-by: Thiago Padilha [email protected]