krishvishal commented on code in PR #2426:
URL: https://github.com/apache/iggy/pull/2426#discussion_r2580664654
##########
core/common/src/types/consensus/header.rs:
##########
@@ -156,6 +156,7 @@ pub struct RequestHeader {
pub replica: u8,
pub reserved_frame: [u8; 12],
+ pub client: u128,
Review Comment:
There is only one client field in the struct right? Or do you mean that
replica and client are the same?
Tigerbeetle headers have both `replica` and `client` fields.
--
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]