Hi Folks,
Is any one using Upserts with Kinesis in pinot?
I have tried with a sample table and upserts are working
I think this will break if we split shards, so my plan is to only use fixed number of shards (no autoscaling) and delete/recreate the realtime table pointing to new stream with increased number of shards (if we need more shards)
Does this logic sounds good?