Add support to CombinedChannelFactory.cs#3556
Conversation
There was a problem hiding this comment.
Gates Passed
4 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
There was a problem hiding this comment.
Gates Passed
4 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
There was a problem hiding this comment.
Gates Passed
4 Quality Gates Passed
See analysis details in CodeScene
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
| /// <inheritdoc /> | ||
| public IAmAChannelAsync CreateAsyncChannel(Subscription subscription) | ||
| { | ||
| foreach (var factory in factories) |
There was a problem hiding this comment.
I probably have the dumb. But why does the loop return after creating the channel for the first factory?
* Add support to CombinedChannelFactory.cs * Resolve the factory by subscription channel factory type --------- Co-authored-by: Ian Cooper <ian_hammond_cooper@yahoo.co.uk>
I didn't find any way to use multi-transport, so on this PR, I'm adding the
CombinedChannelFactoryand sample usingKafkaandRabbitMQproducing and consuming messages