- When using reactive functions, partition selector strategy does not use the configured partition count for multiple outbounds. This is because we take the first configured output binding and apply it's partition counts on all the outbound reactive streams (Tuples). Addressing this issue by properly applying the correct partition handling per output binding. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2750