I am using a Kafka Producer with SSL authentication and setting kafka.ssl.keystore.location = C:\\Users\\Documnets\\filelocation.jks
. There is another bean which needs to be started prior to my producer, and it uses the producer
So, I am auto-wiring this Producer with its config in that initializing bean.
Somehow, @Value(${kafka.ssl.keystore.location})
, can't be resolved. I get Placeholder couldn't be resolved error.