embeddedkafka / embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for SSL

politrons opened this issue · comments

Hi, thanks for the great job, the library is really useful.
One question, do you know if the library has support to run the Kafka embedded in SSL?

Regards

Hi @politrons, thank you very much for your kind words!

I've never tested this use case, but I believe it's already supported: you can provide the required configuration properties to broker, consumers, and producers via config: see customBrokerProperties, customProducerProperties, and customConsumerProperties.

Thanks a lot, we prove that works!