-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PM-1561 #28
PM-1561 #28
Conversation
…t. use userid in filename. add tests for filename
|
||
// initialize consumers bin log here, it is shared btw all consumers | ||
std::string const callId = lively.callId; | ||
this->consumersBinLog.InitLog([callId](uint64_t timestamp) -> std::string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why passing a function then storing the function instead of simply passing a string template ?
userId = "0"; | ||
} | ||
|
||
this->binLog.InitLog([callId, producerId, userId](uint64_t timestamp) -> std::string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why passing a function then storing the function instead of simply passing a string template ?
… UpdateLogTimestamps.
No description provided.