Closed dedovicnermin closed 3 years ago
StreamBridge will not transfer over headers from a consumed message. Changed router-streams consumer input for balance request -- from String to Message<String>, in order to pipe the message down with all of its present headers still intact
String
Message<String>
StreamBridge will not transfer over headers from a consumed message. Changed router-streams consumer input for balance request -- from
String
toMessage<String>
, in order to pipe the message down with all of its present headers still intact