Don't forward batch tags
We don't want to have the batch tag when calling uc.produce, otherwise downstream will end up with junk batch ids.
This commit is contained in:
parent
1110f39227
commit
a747c732c0
@ -365,6 +365,7 @@ func (uc *upstreamConn) handleMessage(msg *irc.Message) error {
|
||||
if label == "" {
|
||||
label = msgBatch.Label
|
||||
}
|
||||
delete(msg.Tags, "batch")
|
||||
}
|
||||
|
||||
var downstreamID uint64 = 0
|
||||
|
Loading…
Reference in New Issue
Block a user