作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有多个生产者将消息推送到我的 kafka 代理中。想要保护我的主题,以便生产者需要密码才能在主题中推送消息或任何类型的保护。
在 spring boot 中必须看到以下属性。
spring.cloud.stream.kafka.binder.configuration.[security.protocol]=SSL
#spring.cloud.stream.kafka.binder.configuration.[ssl.truststore.location]=D:\\streaming\\MessagingQueingTier\\SSL\\kafka.client.truststore.jks
#spring.cloud.stream.kafka.binder.configuration.[ssl.truststore.password]=clientpass
#spring.cloud.stream.kafka.binder.configuration.[ssl.keystore.location]=D:\\streaming\\MessagingQueingTier\\SSL\\kafka.client.keystore.jks
#spring.cloud.stream.kafka.binder.configuration.[ssl.keystore.password]=clientpass
#spring.cloud.stream.kafka.binder.configuration.[ssl.key.password]=clientpass
这些属性对满足我的要求有用吗?以及如何设置这些属性?
最佳答案
关于java - 如何为生产者确保 kafka 主题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63538175/
我是一名优秀的程序员,十分优秀!