mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
passing along publisher name
This commit is contained in:
@@ -51,6 +51,7 @@ func (p *TopicPublisher) FinishPublish() error {
|
||||
TsNs: time.Now().UnixNano(),
|
||||
Ctrl: &mq_pb.ControlMessage{
|
||||
IsClose: true,
|
||||
PublisherName: p.config.PublisherName,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user