spring-cloud-stream icon indicating copy to clipboard operation
spring-cloud-stream copied to clipboard

Add support for aggregated destination

Open olegz opened this issue 8 years ago • 0 comments

There are times when a consumer destination may be represented by several physical destinations. And while this is actually already supported by the framework, the actual mechanism creates multiple listener containers per each destination which may not be the most optimal solution.

Aggregate destination will allow one to identify which physical destination should be handled by a single listener container.

See more details in the discussion here

olegz avatar Jan 02 '18 18:01 olegz