Sample code for request/reply design by using Spring Cloud Stream

I decided to try this out and wrote a requestor/replier in this repo: GitHub - Mrc0113/cloud-stream-request-reply-solace: Testing out how to do request/reply with solace cloud stream binder

Feel free to check it out. Note you’d definitely want something in the requestor that probably runs on a schedule to check for outstanding requests that need to be resent or something like that.