Skip to content

Commit dfdeb9e

Browse files
authored
Update index.md repeater to include details on replay
Add Replay details when using a Repeater
1 parent 078e8a6 commit dfdeb9e

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ 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+
## Replays with a Repeater
30+
31+
Replays can affect your MTU count when using a Repeater destination. Notify your team before initiating a Replay if you’re using a Repeater destination. There are edge cases where the repeater would count towards MTUs, specifically when replaying historical data from the source connected to feed data into that Repeater destination. This is because userIds/anonymousIds would not have been seen by the source the Repeater sends data to. The API plans count by events sent through the pipeline; the repeater resends an event through the entire pipeline [Source → Repeater → Source → Destinations] so one event is sent through twice, and would increase the throughput count.

0 commit comments

Comments
 (0)