Skip to content

Commit a236b0c

Browse files
authored
Merge pull request #5040 from segmentio/spencerattick-patch-2
Add MD5 hashing info
2 parents 6887896 + b2b4e3b commit a236b0c

File tree

1 file changed

+6
-0
lines changed
  • src/connections/destinations/catalog/repeater

1 file changed

+6
-0
lines changed

src/connections/destinations/catalog/repeater/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ You can do this for as many sources as you need.
2525
![A screenshot of the Write Keys field in the Repeater destination settings page.](images/write-key-settings.png)
2626

2727
Repeater sends all events it receives to the sources you specified, identified by the write key(s) you added.
28+
29+
## Repeater FAQ
30+
31+
##### What is the `context.repeatChain` field that I can see on my repeated events?
32+
33+
The `context.repeatChain` array that you will see on repeated events holds two values. The first value is the MD5-hashed write key where the event originated. The second value is the MD5-hashed write key that the event was sent to through the Repeater. This behavior lets Segment verify that the event isn't sent to a pipeline that will result in an infinite loop.

0 commit comments

Comments
 (0)