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