<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="Generator" content="MS Exchange Server version 16.0.14326.20186">
<title></title>
</head>
<body>
<!-- Converted from text/plain format -->

<p><font size="2">What does hard coded mean? What parameters need to be passed during startup?<br>
<br>
* the version of syslog-ng <br>
3.31<br>
<br>
* the version of librdkafka library  <br>
librdkafka1/bionic,now 0.11.3-1build1 amd64<br>
librdkafka-dev/bionic 0.11.3-1build1 amd64<br>
librdkafka++1/bionic 0.11.3-1build1 amd64<br>
<br>
* the version of your kafka server<br>
<br>
kafka_2.12-2.8.0:<br>
<br>
<br>
Thank you for all your help,<br>
<br>
SKP<br>
<br>
-----Original Message-----<br>
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> On Behalf Of Peter Kokai (pkokai)<br>
Sent: Thursday, September 2, 2021 3:09 AM<br>
To: Syslog-ng users' and developers' mailing list <syslog-ng@lists.balabit.hu><br>
Subject: [External] Re: [syslog-ng] librdkafka config property error on startup<br>
<br>
Hello,<br>
<br>
This property is hard coded into the syslog-ng's kafka module.<br>
As far as I can see the latest kafka version is 2.8: <a href="https://cwiki.apache.org/confluence/display/KAFKA/Future+release+plan">https://cwiki.apache.org/confluence/display/KAFKA/Future+release+plan</a><br>
<br>
Could you please share the following with us:<br>
* the version of syslog-ng<br>
* the version of librdkafka library<br>
* the version of your kafka server<br>
<br>
--<br>
Kokan<br>
<br>
________________________________________<br>
From: syslog-ng <syslog-ng-bounces@lists.balabit.hu> on behalf of Sanjay Patel <skp@smarthive.io><br>
Sent: 02 September 2021 08:57<br>
To: syslog-ng@lists.balabit.hu<br>
Subject: [syslog-ng] librdkafka config property error on startup<br>
<br>
CAUTION: This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.<br>
<br>
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.<br>
<br>
kafka: error setting librdkafka config property; name='topic.partitioner', value='murmur2_random', error='No such configuration property:<br>
<br>
My Kafka config looks as follows:<br>
<br>
@include "scl.conf"<br>
destination d_kafka {<br>
  kafka-c(<br>
    bootstrap-servers("10.254.164.15:9092")<br>
    topic("incoming")<br>
  );<br>
};<br>
log {<br>
  source(s_network);<br>
  destination(d_kafka);<br>
};<br>
<br>
Any help will be deeply appreciated.<br>
<br>
SKP<br>
<br>
<br>
______________________________________________________________________________<br>
Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
<br>
</font>
</p>

<img src="https://t.sidekickopen07.com/s3t/o/5/f18dQhb0S7n28cFBYDW5xwfpz2zGCvGW40Fv_62SXRqbW4NBnl23Lrg1WW5vbH2n1cd60nf197v5Y04?si=7000000000968799&pi=b41d241b-8742-4f48-bc6a-41864afdfdce" width="1" height="1" style="display:none!important;"></body>
</html>