I have a consumer application developed using KCL. application creates a Worker
for each stream and each stream has more than one shard. In different executions, application takes different number of shards and it is not taking all shards. I am running only one instance of the application and I expect to consume all shards. Where could be a problem so I can look to fix it?
Thank you