Hi, This may be a newbie question but is it possible to control the partitioning of a RocksDB KeyValueStore in Kafka Streams?
For example, I perhaps only want to partition based on a prefix of a key rather than the full key. I assume something similar must be done for the WindowStore to partition without the window start time and sequence number (otherwise window entries could be spread across partitions)? Sort of like the window store, I am wanting to be able to retrieve all values with a certain key prefix from the KeyValueStore with one read operation. Is this possible? thanks in advance, Gareth Collins