Feature Description
Currently Kafka autoconfiguration supports loading certificates from a file, but does not support loading of a string based PEM certificates.
This possibility is supported in Spring Kafka using those properties:
It's always possible to redefine the KafkaProducer bean but it would be great to have it supported out of the box!
Thanks