This commit is contained in:
chrislu
2023-09-24 23:36:43 -07:00
parent c7e05e4e71
commit 23f334dd13
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ func NewLocalTopicManager() *LocalTopicManager {
}
}
// AddTopic adds a topic to the local topic manager
// AddTopicPartition adds a topic to the local topic manager
func (manager *LocalTopicManager) AddTopicPartition(topic Topic, localPartition *LocalPartition) {
localTopic, ok := manager.topics.Get(topic.String())
if !ok {