diff --git a/internal/util/rocksmq/client/rocksmq/reader_impl.go b/internal/util/rocksmq/client/rocksmq/reader_impl.go index d075f4b910..de6ca26202 100644 --- a/internal/util/rocksmq/client/rocksmq/reader_impl.go +++ b/internal/util/rocksmq/client/rocksmq/reader_impl.go @@ -51,6 +51,7 @@ func newReader(c *client, readerOptions *ReaderOptions) (*reader, error) { return reader, nil } +//Topic return the topic name of the reader func (r *reader) Topic() string { return r.topic }