Changeset 526 in code for trunk/upstream.go


Ignore:
Timestamp:
May 23, 2021, 10:32:27 AM (4 years ago)
Author:
hubert
Message:

Don't forward label tags

We don't want to have the label tag when calling uc.produce, otherwise
downstream will end up with junk labels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upstream.go

    r505 r526  
    318318        if l, ok := msg.GetTag("label"); ok {
    319319                label = l
     320                delete(msg.Tags, "label")
    320321        }
    321322
Note: See TracChangeset for help on using the changeset viewer.