Spring Cloud Stream Kafka只为一个绑定添加标头

时间:2016-09-26 20:48:40

标签: spring spring-cloud-stream

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

1 个答案:

答案 0 :(得分:1)

不幸的是,它不是一个整个活页夹的设置。更精细的设置可能是一项新功能。