标签:nbsp ott ack names bottom get for mat call
package nsqd
// On Windows, file names cannot contain colons.
func getBackendName(topicName, channelName string) string {
// backend names, for uniqueness, automatically include the topic... <topic>;<channel>
backendName := topicName + ";" + channelName
return backendName
}
标签:nbsp ott ack names bottom get for mat call
原文地址:http://www.cnblogs.com/zhangboyu/p/7457302.html