Skip to content

Query regarding explanation provided in the comments for history_istruncated field. #230

Description

@kbchandradeep

// If timestamp=0 in the RecordRequest message, the first RecordResponse
// response message will have this field as False irrespective of history
// truncation. Subsequent RecordResponses may have this field as false.
bool history_istruncated = 3;

bool history_istruncated = 3;

When Record Request is received with timestamp 0, it is mentioned that first Record Response will have the history_istruncated field as False and the subsequent Record Responses will also have this field as False.

Query: Should the first Record Response have the history_istruncated field as True when the Record Request is received with timestamp 0? From the sentence, looks like it was intended to be mentioned as True but mistyped as False. Please clarify.
Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions