I have a KeyValueStore of type KeyValueStore>. I don't know the range of the keys. Is there any way I can iterate through the whole keyvaluestore in samza? Thanks
Asked
Active
Viewed 866 times
1 Answers
4
Sure. Use the all() method on the KeyValueStore instance. That will return an iterator which you can use to scan the whole store.

JMakes
- 61
- 1
- 2