Changeset 443 in code for trunk/upstream.go


Ignore:
Timestamp:
Jan 10, 2021, 9:48:08 PM (4 years ago)
Author:
hubert
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r435 r443  
    366366                        label = msgBatch.Label
    367367                }
     368                delete(msg.Tags, "batch")
    368369        }
    369370
Note: See TracChangeset for help on using the changeset viewer.