From here https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/blob/master/spring-cloud-stream-binder-kafka/src/main/java/org/springframework/cloud/stream/binder/kafka/KafkaMessageChannelBinder.java it seems is not possible, but asking anyway in case I missed it.
In Spring Cloud Data Flow, trying to create a flow, but need to set custom partitions for a topic.
It seems the partition count is calculated based on the instance count of the apps. Is there any way to override the numbers of partitions used on a topic?, they would have to be set on both sides of the queue(consumer, producer) but that would not be an issue.
Thanks in advance