Skip to content
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

Add correlation ID for requests and a sequence number for trace output. #8

Closed
kevinswiber opened this issue Dec 7, 2012 · 1 comment
Labels

Comments

@kevinswiber
Copy link
Member

This is needed for tracing to determine which trace lines are correlated with the same request and to record the time sequence. Async communication can create a partially ordered queue. These proposed changes will help to resolve ordering by the client.

Example:

{
  "requestId": "9cff0456-84b3-401a-89f6-bc9eae559369",
  "sequenceNumber": 1
}
@kevinswiber
Copy link
Member Author

This change landed in commit 96d9f8b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant