cadets / freebsd-old

FreeBSD src tree http://www.FreeBSD.org/
Other
12 stars 7 forks source link

TLS support for dlogd and dtrace_consumer #106

Closed gcjenkinson closed 5 years ago

gcjenkinson commented 6 years ago

The dlogd and dtrace_consumer produce and consumer records (Dtrace buffers) to and from Kafka respectively. For the E4 deployment this communication must be protected with TLS. TLS support will be added to dlogd through the addition of TlsTransport class. Whereas for dtrace_consumer it is simply a case of configuring librdkafka correctly.