mlatoszek

Results 3 comments of mlatoszek

When using RedisStreams as a transport along with multiple Consumer Groups - the current implementation throws exception when staring subscriber that has different consumer group that the one that created...

Hi @MahmoudSamir101, The issue occurs when there are two instances with different consumer group name - using the same stream. Please see the code below: ![image](https://user-images.githubusercontent.com/12248472/191902787-cf2e24fd-7a30-46fd-b71e-19faff46b037.png) if (streamExist) the second...

My pleasure @MahmoudSamir101 :) Btw. do you know when can it be merged and the fix released with new nugets? I need it in order to use CAP in our...