Files
stream-applications/applications
Soby Chacko b6ddad51c3 Fixing router sink issues
Router sink receives the input as String through byteArrayTextToString|routerSinkConsumer.
Spring Cloud Stream used to convert the string back to byte[], but the commit below removed that logic.
5d9de8ad57

Therefore we are adding it back in the router sink app by programmatically converting the String back to
byte[] before sending it out to the bound router channel.
2021-04-05 18:05:14 -04:00
..
2021-04-05 18:05:14 -04:00
2021-04-05 18:05:14 -04:00