Is it possible to use spring.cloud.function.routing-expression
to route based on some field in the payload rather than headers? I have a use case where the pubisher most probably won't be sending headers.
From what I understand, payload conversion from byte[] to a specific type is not possible, however, how do you route if headers are not an option?