Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/628 Allow users to specify the number of partitions in the dead letter topic. If the property is set to 1 and the `minPartitionCount` binder property is 1, override the default behavior and always publish to partition 0.