fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

Connect to kafka but error "brokers are down"

Open tnubeo1111 opened this issue 5 months ago • 2 comments

Bug Report

Describe the bug Hello team, I am trying to push logs from fluent bit to kafka along with some kafka authentication information but I get error "fluent-bit#producer-1: [thrd:sasl_plaintext://172.26.24.84:31504 /bootstrap]: 3/3 brokers are down"

To Reproduce [2024/09/17 12:25:38] [ info] [fluent bit] version=3.1.8, commit=315fc06e5e, pid=1 [2024/09/17 12:25:38] [debug] [engine] coroutine stack size: 24576 bytes (24.0K) [2024/09/17 12:25:38] [ info] [storage] ver=1.5.2, type=memory, sync=normal, checksum=off, max_chunks_up=128 [2024/09/17 12:25:38] [ info] [cmetrics] version=0.9.6 [2024/09/17 12:25:38] [ info] [ctraces ] version=0.5.5 [2024/09/17 12:25:38] [ info] [input:syslog:syslog.0] initializing [2024/09/17 12:25:38] [ info] [input:syslog:syslog.0] storage_strategy='memory' (memory only) [2024/09/17 12:25:38] [debug] [syslog:syslog.0] created event channels: read=21 write=22 [2024/09/17 12:25:38] [debug] [downstream] listening on 0.0.0.0:5140 [2024/09/17 12:25:38] [ info] [in_syslog] TCP server binding 0.0.0.0:5140 [2024/09/17 12:25:38] [debug] [kafka:kafka.0] created event channels: read=24 write=25 [2024/09/17 12:25:38] [ info] [output:kafka:kafka.0] brokers='172.26.24.84:31504, 172.26.24.84:30969, 172.26.24.84:31924' topics='maas-vcr-log' [2024/09/17 12:25:38] [ info] [sp] stream processor started [2024/09/17 12:25:39] [error] [output:kafka:kafka.0] fluent-bit#producer-1: [thrd:sasl_plaintext://172.26.24.84:31504/bootstrap]: 3/3 brokers are down

Screenshots

  • Config Out put Fluent-bit image

Your Environment

  • Version used: fluent/fluent-bit:latest
  • Environment name and version (e.g. Kubernetes? What version?):
    • Kubernet: v1.25.0

tnubeo1111 avatar Sep 17 '24 12:09 tnubeo1111