dedovicnermin / BANKINGPROJECT

Real-time payment application. Combines microservices to achieve event-driven functionality.
1 stars 1 forks source link

fixing issue regarding headers being lost along the way. #63

Closed dedovicnermin closed 3 years ago

dedovicnermin commented 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