You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/repeater/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@ This destination is maintained by Segment and is not available to customers on t
6
6
7
7
## Getting Started
8
8
9
-
The Repeater destination forwards events from a source back into another source, as though that event occurred in the second source.
9
+
The Repeater destination forwards events from a source back into another source as though that event occurred in the second source.
10
10
11
11
Events are not cached in the Repeater, so it only handles real-time events. You can specify multiple sources as Repeater destinations.
12
12
13
+
If you need to send events to a Source Function, please use the [Webhooks (Actions)](/docs/connections/destinations/catalog/actions-webhook/) destination instead. The Repeater bypasses the code of a Source Function and sends data only to the write key. The Webhook destination allows data to be sent through the Source Function code as expected.
14
+
13
15
## Configuration
14
16
15
17
Add the Repeater as a destination for the source that you want to replicate events from.
0 commit comments