Hi,
I have inserted multiple records to stream using publismulti and I am trying to get the summary of records with same key MC2(more than 10) but facing below issue.
getstreamkeysummary stream1 MC2 jsonobjectmerge,recursive,ignoreother
The above command returns only the last inserted record to the stream with key MC2.
How can i get summary of all the items with the same key.
Thanks.