Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Integrate topic statistics #1072
Integrate topic statistics #1072
Changes from 20 commits
538fbcb
a61ad41
fe4fad9
fdb6c64
043b9a9
019c86d
8b8a31c
ade51ca
34a89ce
c9a6eb7
6f7060a
9c19234
9554784
c4519eb
598d045
ebc753e
7c6bff4
d88ec30
6ae2e93
80086d0
6b9eaa5
5e69742
942d7e0
4c73fcf
ec9bb73
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
qq: why does the topics statistics publisher use the same qos as the subscription being created?
I haven't checked the topics statistics demo, but it seems that if different entities are publishing statistics using different QoS, a variety of problems can happen (e.g.: pub/sub not matching).
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.
That's a good question. It's possible we could provide publishing QoS options as part of the topic statistics options. What do you think is the best path forward?
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.
I think that adding an extra option for that (like
options.topic_stats_options.publish_topic
) is a good idea.