mlatoszek
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:  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...