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: doc/asciidoc/procedures/index.adoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,23 @@ Input Parameters:
76
76
77
77
|===
78
78
79
+
Configuration parameters:
80
+
[cols="3*",options="header"]
81
+
|===
82
+
|Name
83
+
|Type
84
+
|Description
85
+
86
+
|`key`
87
+
|Object
88
+
|The key value of message that you want to stream. Please note that if the key doesn't exist, you get a message with a random UUID as key value
89
+
90
+
|`partition`
91
+
|Int
92
+
|The partition of message that you want to stream
93
+
94
+
|===
95
+
79
96
You can send any kind of data in the payload, nodes, relationships, paths, lists, maps, scalar values and nested versions thereof.
80
97
81
98
In case of nodes or relationships if the topic is defined in the patterns provided by the configuration their properties will be filtered in according with the configuration.
0 commit comments