Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Connect to Kafka server over SSL

by Anonymous Monk
on Jan 14, 2020 at 02:22 UTC ( [id://11111392]=note: print w/replies, xml ) Need Help??


in reply to Connect to Kafka server over SSL

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

... ssl.key.location * low Path to client's private ke +y (PEM) used for authentication. Type: string ssl.key.password * low Private key passphrase (for + use with ssl.key.location and set_ssl_cert()) ...

Some of them look familiar from kafka_consumer.pl

Replies are listed 'Best First'.
Re^2: Connect to Kafka server over SSL
by cLive ;-) (Prior) on Jan 14, 2020 at 03:13 UTC
    Thanks - I'll take a look in the morning with a clear head.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111392]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-03-29 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found