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

Thanks @marc. This enhancement on spring cloud stream is already released? We will use new method and get the topic name from inbound message and pass and internally we get the bindername as you suggested.

public boolean send(String bindingName, @Nullable String binderName, Object data)