- In StreamBridge send method, there is a path, in which it tries to find the partition information twice, causing it to throw errors when using patition key expresson that involves the payload. This is because, the second time it tries to find the partition, the payload is already converted into byte[]. This second partition finding is unncessary. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2759