Skip to content

TopicsManager improvements

Latest
Compare
Choose a tag to compare
@dmakarenko dmakarenko released this 26 Mar 14:50
· 1 commit to master since this release
  • TopicManager.create_topic(name) had been deprecated; please use create_topic_if_not_exists(name) instead.
  • The new publish(message) method was added to TopicManager: it finds/creates a topic associated with the message via its topic_name property and then publishes it there.