I'm using spring-cloud-stream : 2.1.1.RELEASE with Rabbit binder.
The queue names generated for my binding always have a -0 extension like :
test-data-direct.group01-0
test-data-direct is the exchange name and group01 is the group name.
How can I avoid the -0 extension ?
spring.cloud.stream.rabbit.bindings.output.producer.partitioned : false
didn't help