![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: Connect to Kafka server over SSLby Anonymous Monk |
on Jan 14, 2020 at 02:22 UTC ( #11111392=note: print w/replies, xml ) | Need Help?? |
Hi Maybe this helps https://cwiki.apache.org/confluence/display/KAFKA/Clients says https://github.com/edenhill/librdkafka which is https://metacpan.org/pod/distribution/Kafka-Librd/bin/kafka_consumer.pl cpan finds Net::Kafka This module provides Perl bindings to librdkafka C client library. It is heavily inspired by Kafka::Librd module originally developed by Pavel Shaydo. which says read https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md builtin.features tells you if you got ssl support ... bunch of other "ssl" options documented
Some of them look familiar from kafka_consumer.pl
In Section
Seekers of Perl Wisdom
|
|