0

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
4

1 回答 1

1

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

于 2016-09-26T21:13:22.400 回答