Skip to content

Commit

Permalink
cmake: windows: Enable Kafka plugins on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
  • Loading branch information
cosmo0920 authored and edsiper committed Aug 8, 2024
1 parent a6980ef commit 13ea609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_IN_HEALTH No)
set(FLB_IN_HTTP Yes)
set(FLB_IN_MEM No)
set(FLB_IN_KAFKA No)
set(FLB_IN_KAFKA Yes)
set(FLB_IN_KMSG No)
set(FLB_IN_LIB Yes)
set(FLB_IN_RANDOM Yes)
Expand Down Expand Up @@ -83,7 +83,7 @@ if(FLB_WINDOWS_DEFAULTS)
set(FLB_OUT_LIB Yes)
set(FLB_OUT_NULL Yes)
set(FLB_OUT_FLOWCOUNTER Yes)
set(FLB_OUT_KAFKA No)
set(FLB_OUT_KAFKA Yes)
set(FLB_OUT_KAFKA_REST No)
set(FLB_OUT_CLOUDWATCH_LOGS Yes)
set(FLB_OUT_S3 Yes)
Expand Down

0 comments on commit 13ea609

Please sign in to comment.