TopicManager.create_topic(name)
had been deprecated; please usecreate_topic_if_not_exists(name)
instead.- The new
publish(message)
method was added toTopicManager
: it finds/creates a topic associated with the message via itstopic_name
property and then publishes it there.