[syslog-ng] librdkafka config property error on startup

Sanjay Patel skp at smarthive.io
Thu Sep 2 06:57:15 UTC 2021


I am trying to use Kafka-c with Syslog-ng. I have version Kafka 3.31 of
Kafka installed, and I have syslog-ng-mod-rdkafka installed. When I start
Syslog-ng, I get the following error. I can't figure out where it is getting
this setting from. Syslog starts, but it does not send any logs to Kafka.

 

kafka: error setting librdkafka config property; name='topic.partitioner',
value='murmur2_random', error='No such configuration property:

 

My Kafka config looks as follows:

 

@include "scl.conf"

destination d_kafka {

  kafka-c(

    bootstrap-servers("10.254.164.15:9092")

    topic("incoming")

  );

};

log {

  source(s_network);

  destination(d_kafka);

};

 

Any help will be deeply appreciated.

 

SKP

 

 
<https://t.sidekickopen07.com/s3t/o/5/f18dQhb0S7n28cFBYDW5xwfpz2zGCvGW40Fv_6
2SXRqbW4NBnl23Lrg1WW5vbH2n1cd60nf197v5Y04?si=7000000000968799&pi=6743fafd-f6
76-41ef-ba50-d690c0278659> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.balabit.hu/pipermail/syslog-ng/attachments/20210902/5dc31715/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4432 bytes
Desc: not available
URL: <http://lists.balabit.hu/pipermail/syslog-ng/attachments/20210902/5dc31715/attachment.bin>


More information about the syslog-ng mailing list