raft 0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
raft::enhanced::RequestInfo Struct Reference

#include <server.hpp>

Public Attributes

std::string clientID
 The client ID for this request.
 
uint64_t requestID
 The request ID for this request.
 

Detailed Description

Information about a client request.

This is used for deduplication. The client ID must be unique, and the request ID must be monotonically increasing. For deduplication to function correctly, each request must be processed sequentially for a given client ID.


The documentation for this struct was generated from the following file: