We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d5e06 commit 9fd8466Copy full SHA for 9fd8466
connector/README.md
@@ -1,7 +1,7 @@
1
# Connectors
2
3
A connector is both an exporter and receiver. As the name suggests a Connector connects
4
-two pipelines: it consumes data as an exporter at the end of one pipeline and emits data
+two pipelines: it emits data as an exporter at the end of one pipeline and consumes data
5
as a receiver at the start of another pipeline. It may consume and emit data of the same data
6
type, or of different data types. A connector may generate and emit data to summarize the
7
consumed data, or it may simply replicate or route data.
0 commit comments