Spring Cloud Stream: spring.cloud.stream.default.consumer.concurrency property exactly meaning
问题 I would like to know the exactly meaning of "concurrency" when using spring.cloud.stream.default.consumer.concurrency property. Documentation (https://docs.spring.io/spring-cloud-stream/docs/Chelsea.RELEASE/reference/html/_configuration_options.html) says "The concurrency of the inbound consumer" and this can be interpreted in several ways. What kind of thread executor is created behind the scenes? Thanks! 回答1: The semantics of concurrency is dependent on the actual binder implementation. For