When I try connect with ssl in kafka, I caught some error. I inspected the source code and a found a bug. AutoCreateTopic class doesn`t use a ssl configuration from KafkaOptions.
Inspect line - https://github.com/dotnetcore/CAP/blob/master/src/DotNetCore.CAP.Kafka/IProcessingServer.AutoCreateTopic.cs#L34