-
Notifications
You must be signed in to change notification settings - Fork 41
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 new messages for topic statistics #98
Add new messages for topic statistics #98
Conversation
Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com>
Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com>
Signed-off-by: Prajakta Gokhale <prajaktg@amazon.com>
@dirk-thomas re-review please? |
# Constant for uninitialized | ||
uint8 STATISTICS_DATA_TYPE_UNINITIALIZED = 0 | ||
|
||
# Allowed values |
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.
It would be good to check the generated code on how these comments appear in docblocks. I would guess this one will be associated with the first enum which seems weird.
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.
My comment about the "comments" doesn't need to block the merge. It can be followed up on afterwards if necessary.
Sounds good. Who can perform the merge? |
Add new messages required for topic statistics.