[skip e2e] Refine rocksmq server comment (#14531)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-12-29 17:46:22 +08:00 committed by GitHub
parent 028fcdc35a
commit 67b783030e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ type ConsumerMessage struct {
}
// RocksMQ is an interface thatmay be implemented by the application
// to do message queue operations based ion rocksdb
// to do message queue operations based on rocksdb
type RocksMQ interface {
CreateTopic(topicName string) error
DestroyTopic(topicName string) error