Beihao-Zhou commented on code in PR #2202:
URL: https://github.com/apache/kvrocks/pull/2202#discussion_r1597668269
##########
src/types/redis_stream_base.h:
##########
@@ -161,6 +161,18 @@ struct StreamXGroupCreateOptions {
std::string last_id;
};
+struct StreamClaimOptions {
+ uint64_t idle_time = 0;
Review Comment:
`idle_time` is initialized as 0 if the client doesn't pass any value.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]