[syslog-ng] FW: librdkafka config property error on startup
Sanjay Patel
skp at smarthive.io
Thu Sep 2 06:54:46 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=e03e7148-99
d8-470a-8205-9df1e2d92622>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.balabit.hu/pipermail/syslog-ng/attachments/20210902/682c6b3b/attachment-0001.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/682c6b3b/attachment-0001.bin>
More information about the syslog-ng
mailing list