<div dir="ltr">Hello. I'm trying to use write_kafka Plugin in order to send the collected resource data to kafka, but it seems not working correctly. I've met several troubles while trying to use it as below:<div><br></div><div>The first problem happened at "make" stage of collectd. I downloaded librdkafka and collectd from git respectively, and both of branch were master. I did ./configure, make, and make install for librdkafka and it seems being done correctly, which means there were no errors while doing make & make install.</div><div><br></div><div>After that, I did same order for collectd, however, there was an error because the write_kafka.c file used deprecated function, rd_kafka_set_logger at line 118. I tried to either comment it out or change the function to rd_kafka_conf_set_log_cb, which is a configuration alternative of the above one as explained <a href="http://docs.confluent.io/2.0.0/clients/librdkafka/rdkafka_8h.html#a4ef59c71fef823375ad77c8313b2d862">http://docs.confluent.io/2.0.0/clients/librdkafka/rdkafka_8h.html#a4ef59c71fef823375ad77c8313b2d862</a>.</div><div><br></div><div>I then execute collectd with enabling write_kafka plugin, but both of ways showed very similar errors. At the first case (commenting out the line 118), the collectd at least worked correctly when the IP/DNS for broker(s) is wrongly set. The collectd tried to reconnect to the wrong IP/DNS repeatedly. However, if the value is set correctly, an error message was shown at /var/log/messages like that:  segfault at 0 ip 00007fd7cf72fa25 sp 00007fd7ca2ba7f0 error 4 in write_kafka.so[7fd7cf72d000+7000]</div><div><br></div><div>At the second case, i.e., changing the source code of write_kafka.c as I mentioned, it just showed error like "collectd[24166]: segfault at 180 ip 00007f3d08145fe0 sp 00007f3d07f1ac18 error 6 in librdkafka.so.1[7f3d08126000+55000]". In the both of error cases, collectd was automatically shutdown. </div><div><br></div><div>Any advice or comments would be really helpful. Thanks in advance!</div><div><br></div><div>Best regards</div><div><br></div><div>Kim</div></div>