GitHub user Yangsx-1 added a comment to the discussion: Talks about the design 
of consumer group in stream

I think you can refer to patch #1704 as an example, it's a little hard to fully 
explain it. Here are my understanding:
Actually in my opinion, the way they store are almost the same, they are all 
key-value pairs in rocksdb, but the way they encoding are very different.
What's more, in the implementation of stream, the key's metadata and 
subkey-value are stored separately, key's metadata is stored in metadata column 
family and its subkey-value are stored in stream column family. 
Maybe you can see the code of `Hash` or other to understand it.
See if others have some supplement and correct me.

GitHub link: 
https://github.com/apache/kvrocks/discussions/1654#discussioncomment-6960941

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to