<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta name="Generator" content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang="EN-US" link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class="WordSection1"><p class="MsoNormal">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.<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'><o:p> </o:p></p><p class="MsoNormal" style='margin-left:.5in'>kafka: error setting librdkafka config property; name='topic.partitioner', value='murmur2_random', error='No such configuration property:<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'><o:p> </o:p></p><p class="MsoNormal" style='margin-left:.5in'>My Kafka config looks as follows:<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'><o:p> </o:p></p><p class="MsoNormal" style='margin-left:.5in'>@include "scl.conf"<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>destination d_kafka {<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>  kafka-c(<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>    bootstrap-servers("10.254.164.15:9092")<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>    topic("incoming")<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>  );<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>};<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>log {<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>  source(s_network);<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>  destination(d_kafka);<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'>};<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'><o:p> </o:p></p><p class="MsoNormal" style='margin-left:.5in'>Any help will be deeply appreciated.<o:p></o:p></p><p class="MsoNormal" style='margin-left:.5in'><o:p> </o:p></p><p class="MsoNormal" style='margin-left:.5in'>SKP<o:p></o:p></p><p class="MsoNormal"><o:p> </o:p></p></div><img src="https://t.sidekickopen07.com/s3t/o/5/f18dQhb0S7n28cFBYDW5xwfpz2zGCvGW40Fv_62SXRqbW4NBnl23Lrg1WW5vbH2n1cd60nf197v5Y04?si=7000000000968799&pi=6743fafd-f676-41ef-ba50-d690c0278659" width="1" height="1" style="display:none!important;"></body></html>