Figure out if the topic name belongs to a group
static bool isGroupTopicName(String topicName) { return Tools.topicType(topicName) == 'grp'; }