We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4950f3d commit 5bdf92bCopy full SHA for 5bdf92b
cmake/kafka.cmake
@@ -55,13 +55,6 @@ else()
55
message(STATUS "Kafka OAuth Bearer: DISABLED")
56
endif()
57
58
-if(FLB_KAFKA_MSK_IAM_ENABLED)
59
- FLB_DEFINITION(FLB_HAVE_KAFKA_MSK_IAM)
60
- message(STATUS "AWS MSK IAM authentication: ENABLED")
61
-else()
62
- message(STATUS "AWS MSK IAM authentication: DISABLED (requires libsasl2)")
63
-endif()
64
-
65
# Disable Curl on macOS (if needed)
66
if (FLB_SYSTEM_MACOS)
67
FLB_OPTION(WITH_CURL Off)
0 commit comments