Spring Cloud Stream的参考手册说明你可以使用属性" spring.cloud.stream.kafka.binder.headers"设置所有绑定的标头。有没有办法为特定绑定设置标头?例如,像这样:
spring.cloud.stream:
bindings:
input:
destination: input-topic
headers: header-for-input-only
output:
destination: input-topic
headers: header-for-output-only
答案 0 :(得分:1)
不幸的是,它不是一个整个活页夹的设置。更精细的设置可能是一项新功能。