2017-09-14 56 views
0

當我使用的密鑰存儲文件,在配置中添加屬性如何使用匯合卡夫卡與密鑰存儲文件

ssl.keystore.location 
ssl.keystore.password 
ssl.key.password 
ssl.truststore.location 
ssl.truststore.password 

,它拋出這個錯誤:

Can not find the property ssl.truststore.location"

我怎樣才能使用密鑰庫文件librdkafka?它困擾我,是否有人知道如何使用密鑰存儲文件使用confluent-kafka?

匯合卡夫卡:https://github.com/confluentinc/confluent-kafka-dotnet/

按照CONFIGURATION.md:https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md

我不能在CONFIGURATION.md找物業

回答