-
Notifications
You must be signed in to change notification settings - Fork 49
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
Develop scheme for message topics #606
Comments
Regarding topic names, given that ZeroMQ has literal prefix filtering (not regexp), I suggest that we use dotted names for topics (ala Python & Java package names). Furthermore, to eliminate the possibility of a leaf topic (i.e. the topic used by a publisher when sending a message) also matching as the prefix of some other, longer topic name, I suggest that all leaf topic names end with a When a subscriber wants to filter on a group of topics with a common prefix, the filter should end with a
We have these existing topics (excluding those used in tests):
|
Messaging was eliminated in #951. The ideas here are relevant but it might also be worth just starting a new issue. Closing as stale. |
We have a grab bag of existing topics used with PanMessaging. I'd like to develop a scheme for hierarchical topics, taking advantage of the prefix filtering that ZeroMQ offers. This should be recorded in a markdown file, probably under source control rather than in the wiki.
The text was updated successfully, but these errors were encountered: