Navjot Cheema
Navjot Cheema
@olegz I removed the quotes but the issue is still present. (also updated the code sample) @sobychacko I agree binder must be specified per binding. This issue is tailored at...
Taking another stab at explaining the problem, hopefully this would help clarify. Given a multibinder config, where the **destination topic** for a supplier is set dynamically via `spring.cloud.stream.sendto.destination` **header**, doesn't...
> is your topic really dynamic? Yes, in our use case topic is dynamic (as explanied in earlier issue https://github.com/spring-cloud/spring-cloud-stream/issues/1812) . I am however hard coding in sample code to...
@olegz, @sobychacko suggestion indeed solves the problem. I apologize for not thoroughly reading @sobychacko' suggestion earlier. regards to your comment for >What do you mean ...requires EmitterProcessor...? The use of...