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

It looks good to me if we can avoid the key name conflicts. I try to figure out 
your idea, correct me if I was wrong. Do you mean that:

```
1. ${CGname} + metadata --> last_id, entries_read
2. ${CGname} + ${consumer name} --> seen_time(a variable of uint64_t)
3. ${CGname} + ${StreamEntryID} + metadata --> delivery_time, delivery_count
4. ${CGname} + ${StreamEntryID} + consumer --> consumer name
```

${variable} means a variable and its name was determined by the user input, 
then we can limit the variable name to avoid conflicts between keywords and 
variable name? 


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

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

Reply via email to