@camunda/connectors-element-templates 1.0.5 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
6
|
-
"version": 2,
|
|
7
6
|
"description": "Consume Kafka messages",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"keywords": []
|
|
9
|
+
},
|
|
8
10
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
11
|
+
"version": 7,
|
|
9
12
|
"category": {
|
|
10
13
|
"id": "connectors",
|
|
11
14
|
"name": "Connectors"
|
|
@@ -15,6 +18,9 @@
|
|
|
15
18
|
"value": "bpmn:IntermediateCatchEvent",
|
|
16
19
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
20
|
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"camunda": "^8.3"
|
|
23
|
+
},
|
|
18
24
|
"groups": [
|
|
19
25
|
{
|
|
20
26
|
"id": "authentication",
|
|
@@ -24,41 +30,53 @@
|
|
|
24
30
|
"id": "kafka",
|
|
25
31
|
"label": "Kafka"
|
|
26
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"id": "schema",
|
|
35
|
+
"label": "Schema"
|
|
36
|
+
},
|
|
27
37
|
{
|
|
28
38
|
"id": "activation",
|
|
29
39
|
"label": "Activation"
|
|
30
40
|
},
|
|
31
41
|
{
|
|
32
|
-
"id": "
|
|
33
|
-
"label": "
|
|
42
|
+
"id": "correlation",
|
|
43
|
+
"label": "Correlation",
|
|
44
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"id": "deduplication",
|
|
48
|
+
"label": "Deduplication",
|
|
49
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "output",
|
|
53
|
+
"label": "Output mapping"
|
|
34
54
|
}
|
|
35
55
|
],
|
|
36
56
|
"properties": [
|
|
37
57
|
{
|
|
38
|
-
"type": "Hidden",
|
|
39
58
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
40
59
|
"binding": {
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"type": "Hidden",
|
|
47
|
-
"generatedValue": {
|
|
48
|
-
"type": "uuid"
|
|
60
|
+
"name": "inbound.type",
|
|
61
|
+
"type": "zeebe:property"
|
|
49
62
|
},
|
|
50
|
-
"
|
|
51
|
-
"type": "bpmn:Message#property",
|
|
52
|
-
"name": "name"
|
|
53
|
-
}
|
|
63
|
+
"type": "Hidden"
|
|
54
64
|
},
|
|
55
65
|
{
|
|
66
|
+
"id": "authenticationType",
|
|
56
67
|
"label": "Authentication type",
|
|
57
68
|
"description": "Username/password or custom",
|
|
58
|
-
"
|
|
69
|
+
"optional": false,
|
|
70
|
+
"value": "credentials",
|
|
71
|
+
"constraints": {
|
|
72
|
+
"notEmpty": true
|
|
73
|
+
},
|
|
59
74
|
"group": "authentication",
|
|
75
|
+
"binding": {
|
|
76
|
+
"name": "authenticationType",
|
|
77
|
+
"type": "zeebe:property"
|
|
78
|
+
},
|
|
60
79
|
"type": "Dropdown",
|
|
61
|
-
"value": "credentials",
|
|
62
80
|
"choices": [
|
|
63
81
|
{
|
|
64
82
|
"name": "Credentials",
|
|
@@ -68,120 +86,120 @@
|
|
|
68
86
|
"name": "Custom",
|
|
69
87
|
"value": "custom"
|
|
70
88
|
}
|
|
71
|
-
]
|
|
72
|
-
"binding": {
|
|
73
|
-
"type": "zeebe:property",
|
|
74
|
-
"name": "authenticationType"
|
|
75
|
-
}
|
|
89
|
+
]
|
|
76
90
|
},
|
|
77
91
|
{
|
|
92
|
+
"id": "authentication.username",
|
|
78
93
|
"label": "Username",
|
|
79
94
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
80
|
-
"group": "authentication",
|
|
81
|
-
"type": "String",
|
|
82
|
-
"feel": "optional",
|
|
83
95
|
"optional": true,
|
|
96
|
+
"group": "authentication",
|
|
84
97
|
"binding": {
|
|
85
|
-
"
|
|
86
|
-
"
|
|
98
|
+
"name": "authentication.username",
|
|
99
|
+
"type": "zeebe:property"
|
|
87
100
|
},
|
|
88
|
-
"
|
|
89
|
-
"property": "authenticationType",
|
|
90
|
-
"equals": "credentials"
|
|
91
|
-
}
|
|
101
|
+
"type": "String"
|
|
92
102
|
},
|
|
93
103
|
{
|
|
104
|
+
"id": "authentication.password",
|
|
94
105
|
"label": "Password",
|
|
95
106
|
"description": "Provide a password for the user",
|
|
96
|
-
"group": "authentication",
|
|
97
|
-
"type": "String",
|
|
98
|
-
"feel": "optional",
|
|
99
107
|
"optional": true,
|
|
108
|
+
"group": "authentication",
|
|
100
109
|
"binding": {
|
|
101
|
-
"
|
|
102
|
-
"
|
|
110
|
+
"name": "authentication.password",
|
|
111
|
+
"type": "zeebe:property"
|
|
103
112
|
},
|
|
104
|
-
"
|
|
105
|
-
"property": "authenticationType",
|
|
106
|
-
"equals": "credentials"
|
|
107
|
-
}
|
|
113
|
+
"type": "String"
|
|
108
114
|
},
|
|
109
115
|
{
|
|
116
|
+
"id": "topic.bootstrapServers",
|
|
110
117
|
"label": "Bootstrap servers",
|
|
111
118
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
119
|
+
"optional": false,
|
|
120
|
+
"constraints": {
|
|
121
|
+
"notEmpty": true
|
|
122
|
+
},
|
|
112
123
|
"group": "kafka",
|
|
113
|
-
"type": "String",
|
|
114
|
-
"feel": "optional",
|
|
115
124
|
"binding": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
125
|
+
"name": "topic.bootstrapServers",
|
|
126
|
+
"type": "zeebe:property"
|
|
118
127
|
},
|
|
119
|
-
"
|
|
120
|
-
"notEmpty": true
|
|
121
|
-
}
|
|
128
|
+
"type": "String"
|
|
122
129
|
},
|
|
123
130
|
{
|
|
131
|
+
"id": "topic.topicName",
|
|
124
132
|
"label": "Topic",
|
|
125
|
-
"description": "Provide
|
|
133
|
+
"description": "Provide topic name",
|
|
134
|
+
"optional": false,
|
|
135
|
+
"constraints": {
|
|
136
|
+
"notEmpty": true
|
|
137
|
+
},
|
|
126
138
|
"group": "kafka",
|
|
127
|
-
"type": "String",
|
|
128
|
-
"feel": "optional",
|
|
129
139
|
"binding": {
|
|
130
|
-
"
|
|
131
|
-
"
|
|
140
|
+
"name": "topic.topicName",
|
|
141
|
+
"type": "zeebe:property"
|
|
132
142
|
},
|
|
133
|
-
"
|
|
134
|
-
"notEmpty": true
|
|
135
|
-
}
|
|
143
|
+
"type": "String"
|
|
136
144
|
},
|
|
137
145
|
{
|
|
138
|
-
"
|
|
146
|
+
"id": "groupId",
|
|
147
|
+
"label": "Consumer group ID",
|
|
139
148
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
149
|
+
"optional": false,
|
|
140
150
|
"group": "kafka",
|
|
141
|
-
"type": "String",
|
|
142
|
-
"feel": "optional",
|
|
143
|
-
"optional": true,
|
|
144
151
|
"binding": {
|
|
145
|
-
"
|
|
146
|
-
"
|
|
152
|
+
"name": "groupId",
|
|
153
|
+
"type": "zeebe:property"
|
|
147
154
|
},
|
|
148
|
-
"
|
|
149
|
-
"notEmpty": false,
|
|
150
|
-
"maxLength": 250
|
|
151
|
-
}
|
|
155
|
+
"type": "String"
|
|
152
156
|
},
|
|
153
157
|
{
|
|
158
|
+
"id": "additionalProperties",
|
|
154
159
|
"label": "Additional properties",
|
|
155
160
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
156
|
-
"group": "kafka",
|
|
157
|
-
"type": "String",
|
|
158
161
|
"optional": true,
|
|
159
162
|
"feel": "required",
|
|
163
|
+
"group": "kafka",
|
|
160
164
|
"binding": {
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
}
|
|
165
|
+
"name": "additionalProperties",
|
|
166
|
+
"type": "zeebe:property"
|
|
167
|
+
},
|
|
168
|
+
"type": "String"
|
|
164
169
|
},
|
|
165
170
|
{
|
|
171
|
+
"id": "offsets",
|
|
166
172
|
"label": "Offsets",
|
|
167
173
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
168
|
-
"group": "kafka",
|
|
169
|
-
"type": "String",
|
|
170
|
-
"feel": "optional",
|
|
171
174
|
"optional": true,
|
|
175
|
+
"feel": "optional",
|
|
176
|
+
"group": "kafka",
|
|
172
177
|
"binding": {
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
}
|
|
178
|
+
"name": "offsets",
|
|
179
|
+
"type": "zeebe:property"
|
|
180
|
+
},
|
|
181
|
+
"type": "String"
|
|
176
182
|
},
|
|
177
183
|
{
|
|
184
|
+
"id": "autoOffsetReset",
|
|
178
185
|
"label": "Auto offset reset",
|
|
179
186
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
180
|
-
"
|
|
187
|
+
"optional": false,
|
|
188
|
+
"value": "latest",
|
|
189
|
+
"constraints": {
|
|
190
|
+
"notEmpty": true
|
|
191
|
+
},
|
|
181
192
|
"group": "kafka",
|
|
193
|
+
"binding": {
|
|
194
|
+
"name": "autoOffsetReset",
|
|
195
|
+
"type": "zeebe:property"
|
|
196
|
+
},
|
|
182
197
|
"type": "Dropdown",
|
|
183
|
-
"value": "latest",
|
|
184
198
|
"choices": [
|
|
199
|
+
{
|
|
200
|
+
"name": "None",
|
|
201
|
+
"value": "none"
|
|
202
|
+
},
|
|
185
203
|
{
|
|
186
204
|
"name": "Latest",
|
|
187
205
|
"value": "latest"
|
|
@@ -189,85 +207,293 @@
|
|
|
189
207
|
{
|
|
190
208
|
"name": "Earliest",
|
|
191
209
|
"value": "earliest"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "None",
|
|
195
|
-
"value": "none"
|
|
196
210
|
}
|
|
197
|
-
]
|
|
198
|
-
"binding": {
|
|
199
|
-
"type": "zeebe:property",
|
|
200
|
-
"name": "autoOffsetReset"
|
|
201
|
-
}
|
|
211
|
+
]
|
|
202
212
|
},
|
|
203
213
|
{
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"description": "Sets up the correlation key from process variables",
|
|
214
|
+
"id": "schemaStrategy.type",
|
|
215
|
+
"label": "Schema strategy",
|
|
216
|
+
"value": "noSchema",
|
|
217
|
+
"group": "schema",
|
|
209
218
|
"binding": {
|
|
210
|
-
"
|
|
211
|
-
"
|
|
219
|
+
"name": "schemaStrategy.type",
|
|
220
|
+
"type": "zeebe:property"
|
|
212
221
|
},
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
222
|
+
"type": "Dropdown",
|
|
223
|
+
"choices": [
|
|
224
|
+
{
|
|
225
|
+
"name": "No schema",
|
|
226
|
+
"value": "noSchema"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "Avro Inline schema",
|
|
230
|
+
"value": "inlineSchema"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "Confluent Schema registry",
|
|
234
|
+
"value": "schemaRegistry"
|
|
235
|
+
}
|
|
236
|
+
]
|
|
216
237
|
},
|
|
217
238
|
{
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"binding": {
|
|
223
|
-
"type": "zeebe:property",
|
|
224
|
-
"name": "correlationKeyExpression"
|
|
225
|
-
},
|
|
226
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
239
|
+
"id": "schemaStrategy.avro.schema",
|
|
240
|
+
"label": "Schema",
|
|
241
|
+
"description": "Avro inline schema for the message value",
|
|
242
|
+
"optional": false,
|
|
227
243
|
"constraints": {
|
|
228
244
|
"notEmpty": true
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"label": "Activation condition",
|
|
233
|
-
"type": "String",
|
|
234
|
-
"group": "activation",
|
|
245
|
+
},
|
|
235
246
|
"feel": "required",
|
|
236
|
-
"
|
|
247
|
+
"group": "schema",
|
|
237
248
|
"binding": {
|
|
238
|
-
"
|
|
239
|
-
"
|
|
249
|
+
"name": "schemaStrategy.schema",
|
|
250
|
+
"type": "zeebe:property"
|
|
240
251
|
},
|
|
241
|
-
"
|
|
252
|
+
"condition": {
|
|
253
|
+
"property": "schemaStrategy.type",
|
|
254
|
+
"equals": "inlineSchema",
|
|
255
|
+
"type": "simple"
|
|
256
|
+
},
|
|
257
|
+
"type": "Text"
|
|
242
258
|
},
|
|
243
259
|
{
|
|
244
|
-
"
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"optional":
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
|
|
260
|
+
"id": "schemaStrategy.schemaType",
|
|
261
|
+
"label": "Schema type",
|
|
262
|
+
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
263
|
+
"optional": false,
|
|
264
|
+
"value": "avro",
|
|
265
|
+
"group": "schema",
|
|
266
|
+
"binding": {
|
|
267
|
+
"name": "schemaStrategy.schemaType",
|
|
268
|
+
"type": "zeebe:property"
|
|
251
269
|
},
|
|
252
|
-
"
|
|
270
|
+
"condition": {
|
|
271
|
+
"property": "schemaStrategy.type",
|
|
272
|
+
"equals": "schemaRegistry",
|
|
273
|
+
"type": "simple"
|
|
274
|
+
},
|
|
275
|
+
"type": "Dropdown",
|
|
276
|
+
"choices": [
|
|
277
|
+
{
|
|
278
|
+
"name": "JSON",
|
|
279
|
+
"value": "json"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "Avro",
|
|
283
|
+
"value": "avro"
|
|
284
|
+
}
|
|
285
|
+
]
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
289
|
+
"label": "Schema registry URL",
|
|
290
|
+
"description": "Provide the schema registry URL",
|
|
291
|
+
"optional": false,
|
|
292
|
+
"constraints": {
|
|
293
|
+
"notEmpty": true
|
|
294
|
+
},
|
|
295
|
+
"group": "schema",
|
|
296
|
+
"binding": {
|
|
297
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
298
|
+
"type": "zeebe:property"
|
|
299
|
+
},
|
|
300
|
+
"condition": {
|
|
301
|
+
"property": "schemaStrategy.type",
|
|
302
|
+
"equals": "schemaRegistry",
|
|
303
|
+
"type": "simple"
|
|
304
|
+
},
|
|
305
|
+
"type": "String"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"id": "activationCondition",
|
|
309
|
+
"label": "Activation condition",
|
|
310
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
311
|
+
"optional": true,
|
|
312
|
+
"feel": "required",
|
|
313
|
+
"group": "activation",
|
|
314
|
+
"binding": {
|
|
315
|
+
"name": "activationCondition",
|
|
316
|
+
"type": "zeebe:property"
|
|
317
|
+
},
|
|
318
|
+
"type": "String"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"id": "consumeUnmatchedEvents",
|
|
322
|
+
"label": "Consume unmatched events",
|
|
323
|
+
"value": true,
|
|
324
|
+
"group": "activation",
|
|
325
|
+
"binding": {
|
|
326
|
+
"name": "consumeUnmatchedEvents",
|
|
327
|
+
"type": "zeebe:property"
|
|
328
|
+
},
|
|
329
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
330
|
+
"type": "Boolean"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"id": "correlationKeyProcess",
|
|
334
|
+
"label": "Correlation key (process)",
|
|
335
|
+
"description": "Sets up the correlation key from process variables",
|
|
336
|
+
"constraints": {
|
|
337
|
+
"notEmpty": true
|
|
338
|
+
},
|
|
339
|
+
"feel": "required",
|
|
340
|
+
"group": "correlation",
|
|
341
|
+
"binding": {
|
|
342
|
+
"name": "correlationKey",
|
|
343
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
344
|
+
},
|
|
345
|
+
"type": "String"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"id": "correlationKeyPayload",
|
|
349
|
+
"label": "Correlation key (payload)",
|
|
350
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
351
|
+
"constraints": {
|
|
352
|
+
"notEmpty": true
|
|
353
|
+
},
|
|
354
|
+
"feel": "required",
|
|
355
|
+
"group": "correlation",
|
|
356
|
+
"binding": {
|
|
357
|
+
"name": "correlationKeyExpression",
|
|
358
|
+
"type": "zeebe:property"
|
|
359
|
+
},
|
|
360
|
+
"type": "String"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "messageIdExpression",
|
|
364
|
+
"label": "Message ID expression",
|
|
365
|
+
"description": "Expression to extract unique identifier of a message",
|
|
366
|
+
"optional": true,
|
|
367
|
+
"feel": "required",
|
|
368
|
+
"group": "correlation",
|
|
369
|
+
"binding": {
|
|
370
|
+
"name": "messageIdExpression",
|
|
371
|
+
"type": "zeebe:property"
|
|
372
|
+
},
|
|
373
|
+
"type": "String"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"id": "messageTtl",
|
|
377
|
+
"label": "Message TTL",
|
|
378
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
379
|
+
"optional": true,
|
|
380
|
+
"constraints": {
|
|
381
|
+
"notEmpty": false,
|
|
382
|
+
"pattern": {
|
|
383
|
+
"value": "^(PT.*|)$",
|
|
384
|
+
"message": "must be an ISO-8601 duration"
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"feel": "optional",
|
|
388
|
+
"group": "correlation",
|
|
389
|
+
"binding": {
|
|
390
|
+
"name": "messageTtl",
|
|
391
|
+
"type": "zeebe:property"
|
|
392
|
+
},
|
|
393
|
+
"type": "String"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"id": "messageNameUuid",
|
|
397
|
+
"generatedValue": {
|
|
398
|
+
"type": "uuid"
|
|
399
|
+
},
|
|
400
|
+
"group": "correlation",
|
|
401
|
+
"binding": {
|
|
402
|
+
"name": "name",
|
|
403
|
+
"type": "bpmn:Message#property"
|
|
404
|
+
},
|
|
405
|
+
"type": "Hidden"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"id": "deduplicationModeManualFlag",
|
|
409
|
+
"label": "Manual mode",
|
|
410
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
411
|
+
"value": false,
|
|
412
|
+
"group": "deduplication",
|
|
413
|
+
"binding": {
|
|
414
|
+
"name": "deduplicationModeManualFlag",
|
|
415
|
+
"type": "zeebe:property"
|
|
416
|
+
},
|
|
417
|
+
"type": "Boolean"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"id": "deduplicationId",
|
|
421
|
+
"label": "Deduplication ID",
|
|
422
|
+
"constraints": {
|
|
423
|
+
"notEmpty": true,
|
|
424
|
+
"pattern": {
|
|
425
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
426
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"group": "deduplication",
|
|
430
|
+
"binding": {
|
|
431
|
+
"name": "deduplicationId",
|
|
432
|
+
"type": "zeebe:property"
|
|
433
|
+
},
|
|
434
|
+
"condition": {
|
|
435
|
+
"property": "deduplicationModeManualFlag",
|
|
436
|
+
"equals": true,
|
|
437
|
+
"type": "simple"
|
|
438
|
+
},
|
|
439
|
+
"type": "String"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"id": "deduplicationModeManual",
|
|
443
|
+
"value": "MANUAL",
|
|
444
|
+
"group": "deduplication",
|
|
445
|
+
"binding": {
|
|
446
|
+
"name": "deduplicationMode",
|
|
447
|
+
"type": "zeebe:property"
|
|
448
|
+
},
|
|
449
|
+
"condition": {
|
|
450
|
+
"property": "deduplicationId",
|
|
451
|
+
"isActive": true,
|
|
452
|
+
"type": "simple"
|
|
453
|
+
},
|
|
454
|
+
"type": "Hidden"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"id": "deduplicationModeAuto",
|
|
458
|
+
"value": "AUTO",
|
|
459
|
+
"group": "deduplication",
|
|
460
|
+
"binding": {
|
|
461
|
+
"name": "deduplicationMode",
|
|
462
|
+
"type": "zeebe:property"
|
|
463
|
+
},
|
|
464
|
+
"condition": {
|
|
465
|
+
"property": "deduplicationId",
|
|
466
|
+
"isActive": false,
|
|
467
|
+
"type": "simple"
|
|
468
|
+
},
|
|
469
|
+
"type": "Hidden"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": "resultVariable",
|
|
473
|
+
"label": "Result variable",
|
|
474
|
+
"description": "Name of variable to store the response in",
|
|
475
|
+
"group": "output",
|
|
476
|
+
"binding": {
|
|
477
|
+
"name": "resultVariable",
|
|
478
|
+
"type": "zeebe:property"
|
|
479
|
+
},
|
|
480
|
+
"type": "String"
|
|
253
481
|
},
|
|
254
482
|
{
|
|
483
|
+
"id": "resultExpression",
|
|
255
484
|
"label": "Result expression",
|
|
256
|
-
"description": "Expression to map the
|
|
257
|
-
"group": "variable-mapping",
|
|
258
|
-
"type": "Text",
|
|
485
|
+
"description": "Expression to map the response into process variables",
|
|
259
486
|
"feel": "required",
|
|
487
|
+
"group": "output",
|
|
260
488
|
"binding": {
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
}
|
|
489
|
+
"name": "resultExpression",
|
|
490
|
+
"type": "zeebe:property"
|
|
491
|
+
},
|
|
492
|
+
"type": "Text"
|
|
264
493
|
}
|
|
265
494
|
],
|
|
266
495
|
"icon": {
|
|
267
|
-
"contents": "data:image/svg+xml;
|
|
268
|
-
},
|
|
269
|
-
"engines": {
|
|
270
|
-
"camunda": "^8.2"
|
|
496
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
271
497
|
}
|
|
272
498
|
},
|
|
273
499
|
{
|
|
@@ -276,7 +502,7 @@
|
|
|
276
502
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
277
503
|
"description": "Consume Kafka messages",
|
|
278
504
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
279
|
-
"version":
|
|
505
|
+
"version": 5,
|
|
280
506
|
"category": {
|
|
281
507
|
"id": "connectors",
|
|
282
508
|
"name": "Connectors"
|
|
@@ -378,20 +604,43 @@
|
|
|
378
604
|
"type": "String"
|
|
379
605
|
},
|
|
380
606
|
{
|
|
381
|
-
"id": "
|
|
382
|
-
"label": "
|
|
383
|
-
"description": "
|
|
607
|
+
"id": "serializationType",
|
|
608
|
+
"label": "Deserialization type",
|
|
609
|
+
"description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
384
610
|
"optional": false,
|
|
385
|
-
"
|
|
386
|
-
"notEmpty": true
|
|
387
|
-
},
|
|
611
|
+
"value": "json",
|
|
388
612
|
"group": "kafka",
|
|
389
613
|
"binding": {
|
|
390
|
-
"name": "
|
|
614
|
+
"name": "serializationType",
|
|
391
615
|
"type": "zeebe:property"
|
|
392
616
|
},
|
|
393
|
-
"type": "
|
|
394
|
-
|
|
617
|
+
"type": "Dropdown",
|
|
618
|
+
"choices": [
|
|
619
|
+
{
|
|
620
|
+
"name": "Default (JSON)",
|
|
621
|
+
"value": "json"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"name": "Avro (experimental)",
|
|
625
|
+
"value": "avro"
|
|
626
|
+
}
|
|
627
|
+
]
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"id": "topic.bootstrapServers",
|
|
631
|
+
"label": "Bootstrap servers",
|
|
632
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
633
|
+
"optional": false,
|
|
634
|
+
"constraints": {
|
|
635
|
+
"notEmpty": true
|
|
636
|
+
},
|
|
637
|
+
"group": "kafka",
|
|
638
|
+
"binding": {
|
|
639
|
+
"name": "topic.bootstrapServers",
|
|
640
|
+
"type": "zeebe:property"
|
|
641
|
+
},
|
|
642
|
+
"type": "String"
|
|
643
|
+
},
|
|
395
644
|
{
|
|
396
645
|
"id": "topic.topicName",
|
|
397
646
|
"label": "Topic",
|
|
@@ -476,82 +725,9 @@
|
|
|
476
725
|
]
|
|
477
726
|
},
|
|
478
727
|
{
|
|
479
|
-
"id": "
|
|
480
|
-
"label": "
|
|
481
|
-
"
|
|
482
|
-
"group": "kafka",
|
|
483
|
-
"binding": {
|
|
484
|
-
"name": "schemaStrategy.type",
|
|
485
|
-
"type": "zeebe:property"
|
|
486
|
-
},
|
|
487
|
-
"type": "Dropdown",
|
|
488
|
-
"choices": [
|
|
489
|
-
{
|
|
490
|
-
"name": "No schema",
|
|
491
|
-
"value": "noSchema"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"name": "Inline schema",
|
|
495
|
-
"value": "inlineSchema"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"name": "Schema registry",
|
|
499
|
-
"value": "schemaRegistry"
|
|
500
|
-
}
|
|
501
|
-
]
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"id": "schemaStrategy.schemaType",
|
|
505
|
-
"label": "Schema type",
|
|
506
|
-
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
507
|
-
"optional": false,
|
|
508
|
-
"value": "avro",
|
|
509
|
-
"group": "kafka",
|
|
510
|
-
"binding": {
|
|
511
|
-
"name": "schemaStrategy.schemaType",
|
|
512
|
-
"type": "zeebe:property"
|
|
513
|
-
},
|
|
514
|
-
"condition": {
|
|
515
|
-
"property": "schemaStrategy.type",
|
|
516
|
-
"equals": "schemaRegistry",
|
|
517
|
-
"type": "simple"
|
|
518
|
-
},
|
|
519
|
-
"type": "Dropdown",
|
|
520
|
-
"choices": [
|
|
521
|
-
{
|
|
522
|
-
"name": "JSON",
|
|
523
|
-
"value": "json"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"name": "Avro (alpha)",
|
|
527
|
-
"value": "avro"
|
|
528
|
-
}
|
|
529
|
-
]
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
533
|
-
"label": "Schema registry URL",
|
|
534
|
-
"description": "Provide the schema registry URL",
|
|
535
|
-
"optional": false,
|
|
536
|
-
"constraints": {
|
|
537
|
-
"notEmpty": true
|
|
538
|
-
},
|
|
539
|
-
"group": "kafka",
|
|
540
|
-
"binding": {
|
|
541
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
542
|
-
"type": "zeebe:property"
|
|
543
|
-
},
|
|
544
|
-
"condition": {
|
|
545
|
-
"property": "schemaStrategy.type",
|
|
546
|
-
"equals": "schemaRegistry",
|
|
547
|
-
"type": "simple"
|
|
548
|
-
},
|
|
549
|
-
"type": "String"
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"id": "schemaStrategy.avro.schema",
|
|
553
|
-
"label": "Schema",
|
|
554
|
-
"description": "Inline schema (Avro) for the message value",
|
|
728
|
+
"id": "avro.schema",
|
|
729
|
+
"label": "Avro schema",
|
|
730
|
+
"description": "Avro schema for the message value",
|
|
555
731
|
"optional": false,
|
|
556
732
|
"constraints": {
|
|
557
733
|
"notEmpty": true
|
|
@@ -559,12 +735,12 @@
|
|
|
559
735
|
"feel": "required",
|
|
560
736
|
"group": "message",
|
|
561
737
|
"binding": {
|
|
562
|
-
"name": "
|
|
738
|
+
"name": "avro.schema",
|
|
563
739
|
"type": "zeebe:property"
|
|
564
740
|
},
|
|
565
741
|
"condition": {
|
|
566
|
-
"property": "
|
|
567
|
-
"equals": "
|
|
742
|
+
"property": "serializationType",
|
|
743
|
+
"equals": "avro",
|
|
568
744
|
"type": "simple"
|
|
569
745
|
},
|
|
570
746
|
"type": "Text"
|
|
@@ -761,14 +937,14 @@
|
|
|
761
937
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
762
938
|
},
|
|
763
939
|
"engines": {
|
|
764
|
-
"camunda": "^8.
|
|
940
|
+
"camunda": "^8.5"
|
|
765
941
|
}
|
|
766
942
|
},
|
|
767
943
|
{
|
|
768
944
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
769
945
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
770
946
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
771
|
-
"version":
|
|
947
|
+
"version": 2,
|
|
772
948
|
"description": "Consume Kafka messages",
|
|
773
949
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
774
950
|
"category": {
|
|
@@ -890,6 +1066,7 @@
|
|
|
890
1066
|
"description": "Provide the topic name",
|
|
891
1067
|
"group": "kafka",
|
|
892
1068
|
"type": "String",
|
|
1069
|
+
"feel": "optional",
|
|
893
1070
|
"binding": {
|
|
894
1071
|
"type": "zeebe:property",
|
|
895
1072
|
"name": "topic.topicName"
|
|
@@ -903,6 +1080,7 @@
|
|
|
903
1080
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
904
1081
|
"group": "kafka",
|
|
905
1082
|
"type": "String",
|
|
1083
|
+
"feel": "optional",
|
|
906
1084
|
"optional": true,
|
|
907
1085
|
"binding": {
|
|
908
1086
|
"type": "zeebe:property",
|
|
@@ -991,18 +1169,6 @@
|
|
|
991
1169
|
"notEmpty": true
|
|
992
1170
|
}
|
|
993
1171
|
},
|
|
994
|
-
{
|
|
995
|
-
"label": "Message ID expression",
|
|
996
|
-
"feel": "required",
|
|
997
|
-
"type": "String",
|
|
998
|
-
"optional": true,
|
|
999
|
-
"group": "activation",
|
|
1000
|
-
"binding": {
|
|
1001
|
-
"type": "zeebe:property",
|
|
1002
|
-
"name": "messageIdExpression"
|
|
1003
|
-
},
|
|
1004
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1005
|
-
},
|
|
1006
1172
|
{
|
|
1007
1173
|
"label": "Activation condition",
|
|
1008
1174
|
"type": "String",
|
|
@@ -1042,16 +1208,16 @@
|
|
|
1042
1208
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
1043
1209
|
},
|
|
1044
1210
|
"engines": {
|
|
1045
|
-
"camunda": "^8.
|
|
1211
|
+
"camunda": "^8.2"
|
|
1046
1212
|
}
|
|
1047
1213
|
},
|
|
1048
1214
|
{
|
|
1049
1215
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1050
1216
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
1051
1217
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1052
|
-
"version": 3,
|
|
1053
1218
|
"description": "Consume Kafka messages",
|
|
1054
1219
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1220
|
+
"version": 6,
|
|
1055
1221
|
"category": {
|
|
1056
1222
|
"id": "connectors",
|
|
1057
1223
|
"name": "Connectors"
|
|
@@ -1070,41 +1236,53 @@
|
|
|
1070
1236
|
"id": "kafka",
|
|
1071
1237
|
"label": "Kafka"
|
|
1072
1238
|
},
|
|
1239
|
+
{
|
|
1240
|
+
"id": "message",
|
|
1241
|
+
"label": "Message deserialization"
|
|
1242
|
+
},
|
|
1073
1243
|
{
|
|
1074
1244
|
"id": "activation",
|
|
1075
1245
|
"label": "Activation"
|
|
1076
1246
|
},
|
|
1077
1247
|
{
|
|
1078
|
-
"id": "
|
|
1079
|
-
"label": "
|
|
1248
|
+
"id": "correlation",
|
|
1249
|
+
"label": "Correlation",
|
|
1250
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"id": "deduplication",
|
|
1254
|
+
"label": "Deduplication",
|
|
1255
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"id": "output",
|
|
1259
|
+
"label": "Output mapping"
|
|
1080
1260
|
}
|
|
1081
1261
|
],
|
|
1082
1262
|
"properties": [
|
|
1083
1263
|
{
|
|
1084
|
-
"type": "Hidden",
|
|
1085
1264
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1086
1265
|
"binding": {
|
|
1087
|
-
"
|
|
1088
|
-
"
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"type": "Hidden",
|
|
1093
|
-
"generatedValue": {
|
|
1094
|
-
"type": "uuid"
|
|
1266
|
+
"name": "inbound.type",
|
|
1267
|
+
"type": "zeebe:property"
|
|
1095
1268
|
},
|
|
1096
|
-
"
|
|
1097
|
-
"type": "bpmn:Message#property",
|
|
1098
|
-
"name": "name"
|
|
1099
|
-
}
|
|
1269
|
+
"type": "Hidden"
|
|
1100
1270
|
},
|
|
1101
1271
|
{
|
|
1272
|
+
"id": "authenticationType",
|
|
1102
1273
|
"label": "Authentication type",
|
|
1103
1274
|
"description": "Username/password or custom",
|
|
1104
|
-
"
|
|
1275
|
+
"optional": false,
|
|
1276
|
+
"value": "credentials",
|
|
1277
|
+
"constraints": {
|
|
1278
|
+
"notEmpty": true
|
|
1279
|
+
},
|
|
1105
1280
|
"group": "authentication",
|
|
1281
|
+
"binding": {
|
|
1282
|
+
"name": "authenticationType",
|
|
1283
|
+
"type": "zeebe:property"
|
|
1284
|
+
},
|
|
1106
1285
|
"type": "Dropdown",
|
|
1107
|
-
"value": "credentials",
|
|
1108
1286
|
"choices": [
|
|
1109
1287
|
{
|
|
1110
1288
|
"name": "Credentials",
|
|
@@ -1114,120 +1292,120 @@
|
|
|
1114
1292
|
"name": "Custom",
|
|
1115
1293
|
"value": "custom"
|
|
1116
1294
|
}
|
|
1117
|
-
]
|
|
1118
|
-
"binding": {
|
|
1119
|
-
"type": "zeebe:property",
|
|
1120
|
-
"name": "authenticationType"
|
|
1121
|
-
}
|
|
1295
|
+
]
|
|
1122
1296
|
},
|
|
1123
1297
|
{
|
|
1298
|
+
"id": "authentication.username",
|
|
1124
1299
|
"label": "Username",
|
|
1125
1300
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1126
|
-
"group": "authentication",
|
|
1127
|
-
"type": "String",
|
|
1128
|
-
"feel": "optional",
|
|
1129
1301
|
"optional": true,
|
|
1302
|
+
"group": "authentication",
|
|
1130
1303
|
"binding": {
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1304
|
+
"name": "authentication.username",
|
|
1305
|
+
"type": "zeebe:property"
|
|
1133
1306
|
},
|
|
1134
|
-
"
|
|
1135
|
-
"property": "authenticationType",
|
|
1136
|
-
"equals": "credentials"
|
|
1137
|
-
}
|
|
1307
|
+
"type": "String"
|
|
1138
1308
|
},
|
|
1139
1309
|
{
|
|
1310
|
+
"id": "authentication.password",
|
|
1140
1311
|
"label": "Password",
|
|
1141
1312
|
"description": "Provide a password for the user",
|
|
1142
|
-
"group": "authentication",
|
|
1143
|
-
"type": "String",
|
|
1144
|
-
"feel": "optional",
|
|
1145
1313
|
"optional": true,
|
|
1314
|
+
"group": "authentication",
|
|
1146
1315
|
"binding": {
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1316
|
+
"name": "authentication.password",
|
|
1317
|
+
"type": "zeebe:property"
|
|
1149
1318
|
},
|
|
1150
|
-
"
|
|
1151
|
-
"property": "authenticationType",
|
|
1152
|
-
"equals": "credentials"
|
|
1153
|
-
}
|
|
1319
|
+
"type": "String"
|
|
1154
1320
|
},
|
|
1155
1321
|
{
|
|
1322
|
+
"id": "topic.bootstrapServers",
|
|
1156
1323
|
"label": "Bootstrap servers",
|
|
1157
1324
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1325
|
+
"optional": false,
|
|
1326
|
+
"constraints": {
|
|
1327
|
+
"notEmpty": true
|
|
1328
|
+
},
|
|
1158
1329
|
"group": "kafka",
|
|
1159
|
-
"type": "String",
|
|
1160
|
-
"feel": "optional",
|
|
1161
1330
|
"binding": {
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1331
|
+
"name": "topic.bootstrapServers",
|
|
1332
|
+
"type": "zeebe:property"
|
|
1164
1333
|
},
|
|
1165
|
-
"
|
|
1166
|
-
"notEmpty": true
|
|
1167
|
-
}
|
|
1334
|
+
"type": "String"
|
|
1168
1335
|
},
|
|
1169
1336
|
{
|
|
1337
|
+
"id": "topic.topicName",
|
|
1170
1338
|
"label": "Topic",
|
|
1171
|
-
"description": "Provide
|
|
1339
|
+
"description": "Provide topic name",
|
|
1340
|
+
"optional": false,
|
|
1341
|
+
"constraints": {
|
|
1342
|
+
"notEmpty": true
|
|
1343
|
+
},
|
|
1172
1344
|
"group": "kafka",
|
|
1173
|
-
"type": "String",
|
|
1174
|
-
"feel": "optional",
|
|
1175
1345
|
"binding": {
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1346
|
+
"name": "topic.topicName",
|
|
1347
|
+
"type": "zeebe:property"
|
|
1178
1348
|
},
|
|
1179
|
-
"
|
|
1180
|
-
"notEmpty": true
|
|
1181
|
-
}
|
|
1349
|
+
"type": "String"
|
|
1182
1350
|
},
|
|
1183
1351
|
{
|
|
1184
|
-
"
|
|
1352
|
+
"id": "groupId",
|
|
1353
|
+
"label": "Consumer group ID",
|
|
1185
1354
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1355
|
+
"optional": false,
|
|
1186
1356
|
"group": "kafka",
|
|
1187
|
-
"type": "String",
|
|
1188
|
-
"feel": "optional",
|
|
1189
|
-
"optional": true,
|
|
1190
1357
|
"binding": {
|
|
1191
|
-
"
|
|
1192
|
-
"
|
|
1193
|
-
},
|
|
1194
|
-
"
|
|
1195
|
-
"notEmpty": false,
|
|
1196
|
-
"maxLength": 250
|
|
1197
|
-
}
|
|
1358
|
+
"name": "groupId",
|
|
1359
|
+
"type": "zeebe:property"
|
|
1360
|
+
},
|
|
1361
|
+
"type": "String"
|
|
1198
1362
|
},
|
|
1199
1363
|
{
|
|
1364
|
+
"id": "additionalProperties",
|
|
1200
1365
|
"label": "Additional properties",
|
|
1201
1366
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1202
|
-
"group": "kafka",
|
|
1203
|
-
"type": "String",
|
|
1204
1367
|
"optional": true,
|
|
1205
1368
|
"feel": "required",
|
|
1369
|
+
"group": "kafka",
|
|
1206
1370
|
"binding": {
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1209
|
-
}
|
|
1371
|
+
"name": "additionalProperties",
|
|
1372
|
+
"type": "zeebe:property"
|
|
1373
|
+
},
|
|
1374
|
+
"type": "String"
|
|
1210
1375
|
},
|
|
1211
1376
|
{
|
|
1377
|
+
"id": "offsets",
|
|
1212
1378
|
"label": "Offsets",
|
|
1213
1379
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1214
|
-
"group": "kafka",
|
|
1215
|
-
"type": "String",
|
|
1216
|
-
"feel": "optional",
|
|
1217
1380
|
"optional": true,
|
|
1381
|
+
"feel": "optional",
|
|
1382
|
+
"group": "kafka",
|
|
1218
1383
|
"binding": {
|
|
1219
|
-
"
|
|
1220
|
-
"
|
|
1221
|
-
}
|
|
1384
|
+
"name": "offsets",
|
|
1385
|
+
"type": "zeebe:property"
|
|
1386
|
+
},
|
|
1387
|
+
"type": "String"
|
|
1222
1388
|
},
|
|
1223
1389
|
{
|
|
1390
|
+
"id": "autoOffsetReset",
|
|
1224
1391
|
"label": "Auto offset reset",
|
|
1225
1392
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1226
|
-
"
|
|
1393
|
+
"optional": false,
|
|
1394
|
+
"value": "latest",
|
|
1395
|
+
"constraints": {
|
|
1396
|
+
"notEmpty": true
|
|
1397
|
+
},
|
|
1227
1398
|
"group": "kafka",
|
|
1399
|
+
"binding": {
|
|
1400
|
+
"name": "autoOffsetReset",
|
|
1401
|
+
"type": "zeebe:property"
|
|
1402
|
+
},
|
|
1228
1403
|
"type": "Dropdown",
|
|
1229
|
-
"value": "latest",
|
|
1230
1404
|
"choices": [
|
|
1405
|
+
{
|
|
1406
|
+
"name": "None",
|
|
1407
|
+
"value": "none"
|
|
1408
|
+
},
|
|
1231
1409
|
{
|
|
1232
1410
|
"name": "Latest",
|
|
1233
1411
|
"value": "latest"
|
|
@@ -1235,106 +1413,305 @@
|
|
|
1235
1413
|
{
|
|
1236
1414
|
"name": "Earliest",
|
|
1237
1415
|
"value": "earliest"
|
|
1416
|
+
}
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"id": "schemaStrategy.type",
|
|
1421
|
+
"label": "Schema strategy",
|
|
1422
|
+
"value": "noSchema",
|
|
1423
|
+
"group": "kafka",
|
|
1424
|
+
"binding": {
|
|
1425
|
+
"name": "schemaStrategy.type",
|
|
1426
|
+
"type": "zeebe:property"
|
|
1427
|
+
},
|
|
1428
|
+
"type": "Dropdown",
|
|
1429
|
+
"choices": [
|
|
1430
|
+
{
|
|
1431
|
+
"name": "No schema",
|
|
1432
|
+
"value": "noSchema"
|
|
1238
1433
|
},
|
|
1239
1434
|
{
|
|
1240
|
-
"name": "
|
|
1241
|
-
"value": "
|
|
1435
|
+
"name": "Inline schema",
|
|
1436
|
+
"value": "inlineSchema"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "Schema registry",
|
|
1440
|
+
"value": "schemaRegistry"
|
|
1242
1441
|
}
|
|
1243
|
-
]
|
|
1442
|
+
]
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"id": "schemaStrategy.schemaType",
|
|
1446
|
+
"label": "Schema type",
|
|
1447
|
+
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
1448
|
+
"optional": false,
|
|
1449
|
+
"value": "avro",
|
|
1450
|
+
"group": "kafka",
|
|
1244
1451
|
"binding": {
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
}
|
|
1452
|
+
"name": "schemaStrategy.schemaType",
|
|
1453
|
+
"type": "zeebe:property"
|
|
1454
|
+
},
|
|
1455
|
+
"condition": {
|
|
1456
|
+
"property": "schemaStrategy.type",
|
|
1457
|
+
"equals": "schemaRegistry",
|
|
1458
|
+
"type": "simple"
|
|
1459
|
+
},
|
|
1460
|
+
"type": "Dropdown",
|
|
1461
|
+
"choices": [
|
|
1462
|
+
{
|
|
1463
|
+
"name": "JSON",
|
|
1464
|
+
"value": "json"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"name": "Avro (alpha)",
|
|
1468
|
+
"value": "avro"
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1248
1471
|
},
|
|
1249
1472
|
{
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1473
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1474
|
+
"label": "Schema registry URL",
|
|
1475
|
+
"description": "Provide the schema registry URL",
|
|
1476
|
+
"optional": false,
|
|
1477
|
+
"constraints": {
|
|
1478
|
+
"notEmpty": true
|
|
1479
|
+
},
|
|
1480
|
+
"group": "kafka",
|
|
1255
1481
|
"binding": {
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1482
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1483
|
+
"type": "zeebe:property"
|
|
1484
|
+
},
|
|
1485
|
+
"condition": {
|
|
1486
|
+
"property": "schemaStrategy.type",
|
|
1487
|
+
"equals": "schemaRegistry",
|
|
1488
|
+
"type": "simple"
|
|
1258
1489
|
},
|
|
1490
|
+
"type": "String"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"id": "schemaStrategy.avro.schema",
|
|
1494
|
+
"label": "Schema",
|
|
1495
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1496
|
+
"optional": false,
|
|
1259
1497
|
"constraints": {
|
|
1260
1498
|
"notEmpty": true
|
|
1261
|
-
}
|
|
1499
|
+
},
|
|
1500
|
+
"feel": "required",
|
|
1501
|
+
"group": "message",
|
|
1502
|
+
"binding": {
|
|
1503
|
+
"name": "schemaStrategy.schema",
|
|
1504
|
+
"type": "zeebe:property"
|
|
1505
|
+
},
|
|
1506
|
+
"condition": {
|
|
1507
|
+
"property": "schemaStrategy.type",
|
|
1508
|
+
"equals": "inlineSchema",
|
|
1509
|
+
"type": "simple"
|
|
1510
|
+
},
|
|
1511
|
+
"type": "Text"
|
|
1262
1512
|
},
|
|
1263
1513
|
{
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1514
|
+
"id": "activationCondition",
|
|
1515
|
+
"label": "Activation condition",
|
|
1516
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1517
|
+
"optional": true,
|
|
1518
|
+
"feel": "required",
|
|
1519
|
+
"group": "activation",
|
|
1520
|
+
"binding": {
|
|
1521
|
+
"name": "activationCondition",
|
|
1522
|
+
"type": "zeebe:property"
|
|
1523
|
+
},
|
|
1524
|
+
"type": "String"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"id": "consumeUnmatchedEvents",
|
|
1528
|
+
"label": "Consume unmatched events",
|
|
1529
|
+
"value": true,
|
|
1266
1530
|
"group": "activation",
|
|
1531
|
+
"binding": {
|
|
1532
|
+
"name": "consumeUnmatchedEvents",
|
|
1533
|
+
"type": "zeebe:property"
|
|
1534
|
+
},
|
|
1535
|
+
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
1536
|
+
"type": "Boolean"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"id": "correlationKeyProcess",
|
|
1540
|
+
"label": "Correlation key (process)",
|
|
1541
|
+
"description": "Sets up the correlation key from process variables",
|
|
1542
|
+
"constraints": {
|
|
1543
|
+
"notEmpty": true
|
|
1544
|
+
},
|
|
1267
1545
|
"feel": "required",
|
|
1546
|
+
"group": "correlation",
|
|
1268
1547
|
"binding": {
|
|
1269
|
-
"
|
|
1270
|
-
"
|
|
1548
|
+
"name": "correlationKey",
|
|
1549
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1271
1550
|
},
|
|
1551
|
+
"type": "String"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
"id": "correlationKeyPayload",
|
|
1555
|
+
"label": "Correlation key (payload)",
|
|
1272
1556
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
1273
1557
|
"constraints": {
|
|
1274
1558
|
"notEmpty": true
|
|
1275
|
-
}
|
|
1559
|
+
},
|
|
1560
|
+
"feel": "required",
|
|
1561
|
+
"group": "correlation",
|
|
1562
|
+
"binding": {
|
|
1563
|
+
"name": "correlationKeyExpression",
|
|
1564
|
+
"type": "zeebe:property"
|
|
1565
|
+
},
|
|
1566
|
+
"type": "String"
|
|
1276
1567
|
},
|
|
1277
1568
|
{
|
|
1569
|
+
"id": "messageIdExpression",
|
|
1278
1570
|
"label": "Message ID expression",
|
|
1279
|
-
"
|
|
1280
|
-
"type": "String",
|
|
1571
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1281
1572
|
"optional": true,
|
|
1282
|
-
"
|
|
1573
|
+
"feel": "required",
|
|
1574
|
+
"group": "correlation",
|
|
1283
1575
|
"binding": {
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1576
|
+
"name": "messageIdExpression",
|
|
1577
|
+
"type": "zeebe:property"
|
|
1286
1578
|
},
|
|
1287
|
-
"
|
|
1579
|
+
"type": "String"
|
|
1288
1580
|
},
|
|
1289
1581
|
{
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"feel": "required",
|
|
1582
|
+
"id": "messageTtl",
|
|
1583
|
+
"label": "Message TTL",
|
|
1584
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1294
1585
|
"optional": true,
|
|
1586
|
+
"constraints": {
|
|
1587
|
+
"notEmpty": false,
|
|
1588
|
+
"pattern": {
|
|
1589
|
+
"value": "^(PT.*|)$",
|
|
1590
|
+
"message": "must be an ISO-8601 duration"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"feel": "optional",
|
|
1594
|
+
"group": "correlation",
|
|
1295
1595
|
"binding": {
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1596
|
+
"name": "messageTtl",
|
|
1597
|
+
"type": "zeebe:property"
|
|
1298
1598
|
},
|
|
1299
|
-
"
|
|
1599
|
+
"type": "String"
|
|
1300
1600
|
},
|
|
1301
1601
|
{
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
|
|
1305
|
-
|
|
1602
|
+
"id": "messageNameUuid",
|
|
1603
|
+
"generatedValue": {
|
|
1604
|
+
"type": "uuid"
|
|
1605
|
+
},
|
|
1606
|
+
"group": "correlation",
|
|
1306
1607
|
"binding": {
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1608
|
+
"name": "name",
|
|
1609
|
+
"type": "bpmn:Message#property"
|
|
1309
1610
|
},
|
|
1310
|
-
"
|
|
1611
|
+
"type": "Hidden"
|
|
1311
1612
|
},
|
|
1312
1613
|
{
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"binding": {
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
}
|
|
1614
|
+
"id": "deduplicationModeManualFlag",
|
|
1615
|
+
"label": "Manual mode",
|
|
1616
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1617
|
+
"value": false,
|
|
1618
|
+
"group": "deduplication",
|
|
1619
|
+
"binding": {
|
|
1620
|
+
"name": "deduplicationModeManualFlag",
|
|
1621
|
+
"type": "zeebe:property"
|
|
1622
|
+
},
|
|
1623
|
+
"type": "Boolean"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"id": "deduplicationId",
|
|
1627
|
+
"label": "Deduplication ID",
|
|
1628
|
+
"constraints": {
|
|
1629
|
+
"notEmpty": true,
|
|
1630
|
+
"pattern": {
|
|
1631
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1632
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"group": "deduplication",
|
|
1636
|
+
"binding": {
|
|
1637
|
+
"name": "deduplicationId",
|
|
1638
|
+
"type": "zeebe:property"
|
|
1639
|
+
},
|
|
1640
|
+
"condition": {
|
|
1641
|
+
"property": "deduplicationModeManualFlag",
|
|
1642
|
+
"equals": true,
|
|
1643
|
+
"type": "simple"
|
|
1644
|
+
},
|
|
1645
|
+
"type": "String"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"id": "deduplicationModeManual",
|
|
1649
|
+
"value": "MANUAL",
|
|
1650
|
+
"group": "deduplication",
|
|
1651
|
+
"binding": {
|
|
1652
|
+
"name": "deduplicationMode",
|
|
1653
|
+
"type": "zeebe:property"
|
|
1654
|
+
},
|
|
1655
|
+
"condition": {
|
|
1656
|
+
"property": "deduplicationId",
|
|
1657
|
+
"isActive": true,
|
|
1658
|
+
"type": "simple"
|
|
1659
|
+
},
|
|
1660
|
+
"type": "Hidden"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "deduplicationModeAuto",
|
|
1664
|
+
"value": "AUTO",
|
|
1665
|
+
"group": "deduplication",
|
|
1666
|
+
"binding": {
|
|
1667
|
+
"name": "deduplicationMode",
|
|
1668
|
+
"type": "zeebe:property"
|
|
1669
|
+
},
|
|
1670
|
+
"condition": {
|
|
1671
|
+
"property": "deduplicationId",
|
|
1672
|
+
"isActive": false,
|
|
1673
|
+
"type": "simple"
|
|
1674
|
+
},
|
|
1675
|
+
"type": "Hidden"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"id": "resultVariable",
|
|
1679
|
+
"label": "Result variable",
|
|
1680
|
+
"description": "Name of variable to store the response in",
|
|
1681
|
+
"group": "output",
|
|
1682
|
+
"binding": {
|
|
1683
|
+
"name": "resultVariable",
|
|
1684
|
+
"type": "zeebe:property"
|
|
1685
|
+
},
|
|
1686
|
+
"type": "String"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
"id": "resultExpression",
|
|
1690
|
+
"label": "Result expression",
|
|
1691
|
+
"description": "Expression to map the response into process variables",
|
|
1692
|
+
"feel": "required",
|
|
1693
|
+
"group": "output",
|
|
1694
|
+
"binding": {
|
|
1695
|
+
"name": "resultExpression",
|
|
1696
|
+
"type": "zeebe:property"
|
|
1697
|
+
},
|
|
1698
|
+
"type": "Text"
|
|
1322
1699
|
}
|
|
1323
1700
|
],
|
|
1324
1701
|
"icon": {
|
|
1325
|
-
"contents": "data:image/svg+xml;
|
|
1702
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1326
1703
|
},
|
|
1327
1704
|
"engines": {
|
|
1328
|
-
"camunda": "^8.
|
|
1705
|
+
"camunda": "^8.6"
|
|
1329
1706
|
}
|
|
1330
1707
|
},
|
|
1331
1708
|
{
|
|
1332
1709
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1333
|
-
"name": "Kafka
|
|
1710
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
1334
1711
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1335
|
-
"version":
|
|
1336
|
-
"description": "Consume Kafka
|
|
1337
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
1712
|
+
"version": 3,
|
|
1713
|
+
"description": "Consume Kafka messages",
|
|
1714
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1338
1715
|
"category": {
|
|
1339
1716
|
"id": "connectors",
|
|
1340
1717
|
"name": "Connectors"
|
|
@@ -1463,6 +1840,22 @@
|
|
|
1463
1840
|
"notEmpty": true
|
|
1464
1841
|
}
|
|
1465
1842
|
},
|
|
1843
|
+
{
|
|
1844
|
+
"label": "Consumer Group ID",
|
|
1845
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1846
|
+
"group": "kafka",
|
|
1847
|
+
"type": "String",
|
|
1848
|
+
"feel": "optional",
|
|
1849
|
+
"optional": true,
|
|
1850
|
+
"binding": {
|
|
1851
|
+
"type": "zeebe:property",
|
|
1852
|
+
"name": "groupId"
|
|
1853
|
+
},
|
|
1854
|
+
"constraints": {
|
|
1855
|
+
"notEmpty": false,
|
|
1856
|
+
"maxLength": 250
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1466
1859
|
{
|
|
1467
1860
|
"label": "Additional properties",
|
|
1468
1861
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
@@ -1477,7 +1870,7 @@
|
|
|
1477
1870
|
},
|
|
1478
1871
|
{
|
|
1479
1872
|
"label": "Offsets",
|
|
1480
|
-
"description": "
|
|
1873
|
+
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1481
1874
|
"group": "kafka",
|
|
1482
1875
|
"type": "String",
|
|
1483
1876
|
"feel": "optional",
|
|
@@ -1541,6 +1934,18 @@
|
|
|
1541
1934
|
"notEmpty": true
|
|
1542
1935
|
}
|
|
1543
1936
|
},
|
|
1937
|
+
{
|
|
1938
|
+
"label": "Message ID expression",
|
|
1939
|
+
"feel": "required",
|
|
1940
|
+
"type": "String",
|
|
1941
|
+
"optional": true,
|
|
1942
|
+
"group": "activation",
|
|
1943
|
+
"binding": {
|
|
1944
|
+
"type": "zeebe:property",
|
|
1945
|
+
"name": "messageIdExpression"
|
|
1946
|
+
},
|
|
1947
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1948
|
+
},
|
|
1544
1949
|
{
|
|
1545
1950
|
"label": "Activation condition",
|
|
1546
1951
|
"type": "String",
|
|
@@ -1580,16 +1985,16 @@
|
|
|
1580
1985
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
1581
1986
|
},
|
|
1582
1987
|
"engines": {
|
|
1583
|
-
"camunda": "^8.
|
|
1988
|
+
"camunda": "^8.4"
|
|
1584
1989
|
}
|
|
1585
1990
|
},
|
|
1586
1991
|
{
|
|
1587
1992
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1588
1993
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
1589
1994
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1995
|
+
"version": 4,
|
|
1590
1996
|
"description": "Consume Kafka messages",
|
|
1591
1997
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1592
|
-
"version": 5,
|
|
1593
1998
|
"category": {
|
|
1594
1999
|
"id": "connectors",
|
|
1595
2000
|
"name": "Connectors"
|
|
@@ -1608,53 +2013,41 @@
|
|
|
1608
2013
|
"id": "kafka",
|
|
1609
2014
|
"label": "Kafka"
|
|
1610
2015
|
},
|
|
1611
|
-
{
|
|
1612
|
-
"id": "message",
|
|
1613
|
-
"label": "Message deserialization"
|
|
1614
|
-
},
|
|
1615
2016
|
{
|
|
1616
2017
|
"id": "activation",
|
|
1617
2018
|
"label": "Activation"
|
|
1618
2019
|
},
|
|
1619
2020
|
{
|
|
1620
|
-
"id": "
|
|
1621
|
-
"label": "
|
|
1622
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"id": "deduplication",
|
|
1626
|
-
"label": "Deduplication",
|
|
1627
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"id": "output",
|
|
1631
|
-
"label": "Output mapping"
|
|
2021
|
+
"id": "variable-mapping",
|
|
2022
|
+
"label": "Variable mapping"
|
|
1632
2023
|
}
|
|
1633
2024
|
],
|
|
1634
2025
|
"properties": [
|
|
1635
2026
|
{
|
|
2027
|
+
"type": "Hidden",
|
|
1636
2028
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1637
2029
|
"binding": {
|
|
1638
|
-
"
|
|
1639
|
-
"
|
|
2030
|
+
"type": "zeebe:property",
|
|
2031
|
+
"name": "inbound.type"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"type": "Hidden",
|
|
2036
|
+
"generatedValue": {
|
|
2037
|
+
"type": "uuid"
|
|
1640
2038
|
},
|
|
1641
|
-
"
|
|
2039
|
+
"binding": {
|
|
2040
|
+
"type": "bpmn:Message#property",
|
|
2041
|
+
"name": "name"
|
|
2042
|
+
}
|
|
1642
2043
|
},
|
|
1643
2044
|
{
|
|
1644
|
-
"id": "authenticationType",
|
|
1645
2045
|
"label": "Authentication type",
|
|
1646
2046
|
"description": "Username/password or custom",
|
|
1647
|
-
"
|
|
1648
|
-
"value": "credentials",
|
|
1649
|
-
"constraints": {
|
|
1650
|
-
"notEmpty": true
|
|
1651
|
-
},
|
|
2047
|
+
"id": "authenticationType",
|
|
1652
2048
|
"group": "authentication",
|
|
1653
|
-
"binding": {
|
|
1654
|
-
"name": "authenticationType",
|
|
1655
|
-
"type": "zeebe:property"
|
|
1656
|
-
},
|
|
1657
2049
|
"type": "Dropdown",
|
|
2050
|
+
"value": "credentials",
|
|
1658
2051
|
"choices": [
|
|
1659
2052
|
{
|
|
1660
2053
|
"name": "Credentials",
|
|
@@ -1664,143 +2057,118 @@
|
|
|
1664
2057
|
"name": "Custom",
|
|
1665
2058
|
"value": "custom"
|
|
1666
2059
|
}
|
|
1667
|
-
]
|
|
2060
|
+
],
|
|
2061
|
+
"binding": {
|
|
2062
|
+
"type": "zeebe:property",
|
|
2063
|
+
"name": "authenticationType"
|
|
2064
|
+
}
|
|
1668
2065
|
},
|
|
1669
2066
|
{
|
|
1670
|
-
"id": "authentication.username",
|
|
1671
2067
|
"label": "Username",
|
|
1672
2068
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1673
|
-
"optional": true,
|
|
1674
2069
|
"group": "authentication",
|
|
2070
|
+
"type": "String",
|
|
2071
|
+
"feel": "optional",
|
|
2072
|
+
"optional": true,
|
|
1675
2073
|
"binding": {
|
|
1676
|
-
"
|
|
1677
|
-
"
|
|
2074
|
+
"type": "zeebe:property",
|
|
2075
|
+
"name": "authentication.username"
|
|
1678
2076
|
},
|
|
1679
|
-
"
|
|
2077
|
+
"condition": {
|
|
2078
|
+
"property": "authenticationType",
|
|
2079
|
+
"equals": "credentials"
|
|
2080
|
+
}
|
|
1680
2081
|
},
|
|
1681
2082
|
{
|
|
1682
|
-
"id": "authentication.password",
|
|
1683
2083
|
"label": "Password",
|
|
1684
2084
|
"description": "Provide a password for the user",
|
|
1685
|
-
"optional": true,
|
|
1686
2085
|
"group": "authentication",
|
|
2086
|
+
"type": "String",
|
|
2087
|
+
"feel": "optional",
|
|
2088
|
+
"optional": true,
|
|
1687
2089
|
"binding": {
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
},
|
|
1691
|
-
"type": "String"
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"id": "serializationType",
|
|
1695
|
-
"label": "Deserialization type",
|
|
1696
|
-
"description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
1697
|
-
"optional": false,
|
|
1698
|
-
"value": "json",
|
|
1699
|
-
"group": "kafka",
|
|
1700
|
-
"binding": {
|
|
1701
|
-
"name": "serializationType",
|
|
1702
|
-
"type": "zeebe:property"
|
|
2090
|
+
"type": "zeebe:property",
|
|
2091
|
+
"name": "authentication.password"
|
|
1703
2092
|
},
|
|
1704
|
-
"
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
"value": "json"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "Avro (experimental)",
|
|
1712
|
-
"value": "avro"
|
|
1713
|
-
}
|
|
1714
|
-
]
|
|
2093
|
+
"condition": {
|
|
2094
|
+
"property": "authenticationType",
|
|
2095
|
+
"equals": "credentials"
|
|
2096
|
+
}
|
|
1715
2097
|
},
|
|
1716
2098
|
{
|
|
1717
|
-
"id": "topic.bootstrapServers",
|
|
1718
2099
|
"label": "Bootstrap servers",
|
|
1719
2100
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1720
|
-
"optional": false,
|
|
1721
|
-
"constraints": {
|
|
1722
|
-
"notEmpty": true
|
|
1723
|
-
},
|
|
1724
2101
|
"group": "kafka",
|
|
2102
|
+
"type": "String",
|
|
2103
|
+
"feel": "optional",
|
|
1725
2104
|
"binding": {
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
2105
|
+
"type": "zeebe:property",
|
|
2106
|
+
"name": "topic.bootstrapServers"
|
|
1728
2107
|
},
|
|
1729
|
-
"
|
|
2108
|
+
"constraints": {
|
|
2109
|
+
"notEmpty": true
|
|
2110
|
+
}
|
|
1730
2111
|
},
|
|
1731
2112
|
{
|
|
1732
|
-
"id": "topic.topicName",
|
|
1733
2113
|
"label": "Topic",
|
|
1734
|
-
"description": "Provide topic name",
|
|
1735
|
-
"optional": false,
|
|
1736
|
-
"constraints": {
|
|
1737
|
-
"notEmpty": true
|
|
1738
|
-
},
|
|
2114
|
+
"description": "Provide the topic name",
|
|
1739
2115
|
"group": "kafka",
|
|
2116
|
+
"type": "String",
|
|
1740
2117
|
"binding": {
|
|
1741
|
-
"
|
|
1742
|
-
"
|
|
2118
|
+
"type": "zeebe:property",
|
|
2119
|
+
"name": "topic.topicName"
|
|
1743
2120
|
},
|
|
1744
|
-
"
|
|
2121
|
+
"constraints": {
|
|
2122
|
+
"notEmpty": true
|
|
2123
|
+
}
|
|
1745
2124
|
},
|
|
1746
2125
|
{
|
|
1747
|
-
"
|
|
1748
|
-
"label": "Consumer group ID",
|
|
2126
|
+
"label": "Consumer Group ID",
|
|
1749
2127
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1750
|
-
"optional": false,
|
|
1751
2128
|
"group": "kafka",
|
|
2129
|
+
"type": "String",
|
|
2130
|
+
"optional": true,
|
|
1752
2131
|
"binding": {
|
|
1753
|
-
"
|
|
1754
|
-
"
|
|
2132
|
+
"type": "zeebe:property",
|
|
2133
|
+
"name": "groupId"
|
|
1755
2134
|
},
|
|
1756
|
-
"
|
|
2135
|
+
"constraints": {
|
|
2136
|
+
"notEmpty": false,
|
|
2137
|
+
"maxLength": 250
|
|
2138
|
+
}
|
|
1757
2139
|
},
|
|
1758
2140
|
{
|
|
1759
|
-
"id": "additionalProperties",
|
|
1760
2141
|
"label": "Additional properties",
|
|
1761
2142
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2143
|
+
"group": "kafka",
|
|
2144
|
+
"type": "String",
|
|
1762
2145
|
"optional": true,
|
|
1763
2146
|
"feel": "required",
|
|
1764
|
-
"group": "kafka",
|
|
1765
2147
|
"binding": {
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
1768
|
-
}
|
|
1769
|
-
"type": "String"
|
|
2148
|
+
"type": "zeebe:property",
|
|
2149
|
+
"name": "additionalProperties"
|
|
2150
|
+
}
|
|
1770
2151
|
},
|
|
1771
2152
|
{
|
|
1772
|
-
"id": "offsets",
|
|
1773
2153
|
"label": "Offsets",
|
|
1774
2154
|
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
1775
|
-
"optional": true,
|
|
1776
|
-
"feel": "optional",
|
|
1777
2155
|
"group": "kafka",
|
|
2156
|
+
"type": "String",
|
|
2157
|
+
"feel": "optional",
|
|
2158
|
+
"optional": true,
|
|
1778
2159
|
"binding": {
|
|
1779
|
-
"
|
|
1780
|
-
"
|
|
1781
|
-
}
|
|
1782
|
-
"type": "String"
|
|
2160
|
+
"type": "zeebe:property",
|
|
2161
|
+
"name": "offsets"
|
|
2162
|
+
}
|
|
1783
2163
|
},
|
|
1784
2164
|
{
|
|
1785
|
-
"id": "autoOffsetReset",
|
|
1786
2165
|
"label": "Auto offset reset",
|
|
1787
2166
|
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
1788
|
-
"
|
|
1789
|
-
"value": "latest",
|
|
1790
|
-
"constraints": {
|
|
1791
|
-
"notEmpty": true
|
|
1792
|
-
},
|
|
2167
|
+
"id": "autoOffsetReset",
|
|
1793
2168
|
"group": "kafka",
|
|
1794
|
-
"binding": {
|
|
1795
|
-
"name": "autoOffsetReset",
|
|
1796
|
-
"type": "zeebe:property"
|
|
1797
|
-
},
|
|
1798
2169
|
"type": "Dropdown",
|
|
2170
|
+
"value": "latest",
|
|
1799
2171
|
"choices": [
|
|
1800
|
-
{
|
|
1801
|
-
"name": "None",
|
|
1802
|
-
"value": "none"
|
|
1803
|
-
},
|
|
1804
2172
|
{
|
|
1805
2173
|
"name": "Latest",
|
|
1806
2174
|
"value": "latest"
|
|
@@ -1808,303 +2176,159 @@
|
|
|
1808
2176
|
{
|
|
1809
2177
|
"name": "Earliest",
|
|
1810
2178
|
"value": "earliest"
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "None",
|
|
2182
|
+
"value": "none"
|
|
1811
2183
|
}
|
|
1812
|
-
]
|
|
2184
|
+
],
|
|
2185
|
+
"binding": {
|
|
2186
|
+
"type": "zeebe:property",
|
|
2187
|
+
"name": "autoOffsetReset"
|
|
2188
|
+
}
|
|
1813
2189
|
},
|
|
1814
2190
|
{
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1817
|
-
"
|
|
1818
|
-
"optional": false,
|
|
1819
|
-
"constraints": {
|
|
1820
|
-
"notEmpty": true
|
|
1821
|
-
},
|
|
2191
|
+
"label": "Correlation key (process)",
|
|
2192
|
+
"type": "String",
|
|
2193
|
+
"group": "activation",
|
|
1822
2194
|
"feel": "required",
|
|
1823
|
-
"
|
|
2195
|
+
"description": "Sets up the correlation key from process variables",
|
|
1824
2196
|
"binding": {
|
|
1825
|
-
"
|
|
1826
|
-
"
|
|
1827
|
-
},
|
|
1828
|
-
"condition": {
|
|
1829
|
-
"property": "serializationType",
|
|
1830
|
-
"equals": "avro",
|
|
1831
|
-
"type": "simple"
|
|
2197
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2198
|
+
"name": "correlationKey"
|
|
1832
2199
|
},
|
|
1833
|
-
"
|
|
2200
|
+
"constraints": {
|
|
2201
|
+
"notEmpty": true
|
|
2202
|
+
}
|
|
1834
2203
|
},
|
|
1835
2204
|
{
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1839
|
-
"optional": true,
|
|
1840
|
-
"feel": "required",
|
|
2205
|
+
"label": "Correlation key (payload)",
|
|
2206
|
+
"type": "String",
|
|
1841
2207
|
"group": "activation",
|
|
2208
|
+
"feel": "required",
|
|
1842
2209
|
"binding": {
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
2210
|
+
"type": "zeebe:property",
|
|
2211
|
+
"name": "correlationKeyExpression"
|
|
1845
2212
|
},
|
|
1846
|
-
"
|
|
2213
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2214
|
+
"constraints": {
|
|
2215
|
+
"notEmpty": true
|
|
2216
|
+
}
|
|
1847
2217
|
},
|
|
1848
2218
|
{
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"
|
|
2219
|
+
"label": "Message ID expression",
|
|
2220
|
+
"feel": "required",
|
|
2221
|
+
"type": "String",
|
|
2222
|
+
"optional": true,
|
|
1852
2223
|
"group": "activation",
|
|
1853
2224
|
"binding": {
|
|
1854
|
-
"
|
|
1855
|
-
"
|
|
2225
|
+
"type": "zeebe:property",
|
|
2226
|
+
"name": "messageIdExpression"
|
|
1856
2227
|
},
|
|
1857
|
-
"
|
|
1858
|
-
"type": "Boolean"
|
|
2228
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1859
2229
|
},
|
|
1860
2230
|
{
|
|
1861
|
-
"
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1864
|
-
"constraints": {
|
|
1865
|
-
"notEmpty": true
|
|
1866
|
-
},
|
|
2231
|
+
"label": "Activation condition",
|
|
2232
|
+
"type": "String",
|
|
2233
|
+
"group": "activation",
|
|
1867
2234
|
"feel": "required",
|
|
1868
|
-
"
|
|
2235
|
+
"optional": true,
|
|
1869
2236
|
"binding": {
|
|
1870
|
-
"
|
|
1871
|
-
"
|
|
2237
|
+
"type": "zeebe:property",
|
|
2238
|
+
"name": "activationCondition"
|
|
1872
2239
|
},
|
|
1873
|
-
"
|
|
2240
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1874
2241
|
},
|
|
1875
2242
|
{
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1878
|
-
"
|
|
1879
|
-
"
|
|
1880
|
-
"notEmpty": true
|
|
1881
|
-
},
|
|
1882
|
-
"feel": "required",
|
|
1883
|
-
"group": "correlation",
|
|
2243
|
+
"label": "Result variable",
|
|
2244
|
+
"type": "String",
|
|
2245
|
+
"group": "variable-mapping",
|
|
2246
|
+
"optional": true,
|
|
1884
2247
|
"binding": {
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
2248
|
+
"type": "zeebe:property",
|
|
2249
|
+
"name": "resultVariable"
|
|
1887
2250
|
},
|
|
1888
|
-
"
|
|
2251
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1889
2252
|
},
|
|
1890
2253
|
{
|
|
1891
|
-
"
|
|
1892
|
-
"
|
|
1893
|
-
"
|
|
1894
|
-
"
|
|
2254
|
+
"label": "Result expression",
|
|
2255
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
2256
|
+
"group": "variable-mapping",
|
|
2257
|
+
"type": "Text",
|
|
1895
2258
|
"feel": "required",
|
|
1896
|
-
"group": "correlation",
|
|
1897
2259
|
"binding": {
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
1900
|
-
}
|
|
1901
|
-
|
|
2260
|
+
"type": "zeebe:property",
|
|
2261
|
+
"name": "resultExpression"
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"icon": {
|
|
2266
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
2267
|
+
},
|
|
2268
|
+
"engines": {
|
|
2269
|
+
"camunda": "^8.5"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2274
|
+
"name": "Kafka consumer connector",
|
|
2275
|
+
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
2276
|
+
"version": 1,
|
|
2277
|
+
"description": "Consume Kafka message",
|
|
2278
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
|
|
2279
|
+
"category": {
|
|
2280
|
+
"id": "connectors",
|
|
2281
|
+
"name": "Connectors"
|
|
2282
|
+
},
|
|
2283
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2284
|
+
"elementType": {
|
|
2285
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
2286
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2287
|
+
},
|
|
2288
|
+
"groups": [
|
|
2289
|
+
{
|
|
2290
|
+
"id": "authentication",
|
|
2291
|
+
"label": "Authentication"
|
|
1902
2292
|
},
|
|
1903
2293
|
{
|
|
1904
|
-
"id": "
|
|
1905
|
-
"label": "
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
"
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
2294
|
+
"id": "kafka",
|
|
2295
|
+
"label": "Kafka"
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
"id": "activation",
|
|
2299
|
+
"label": "Activation"
|
|
2300
|
+
},
|
|
2301
|
+
{
|
|
2302
|
+
"id": "variable-mapping",
|
|
2303
|
+
"label": "Variable mapping"
|
|
2304
|
+
}
|
|
2305
|
+
],
|
|
2306
|
+
"properties": [
|
|
2307
|
+
{
|
|
2308
|
+
"type": "Hidden",
|
|
2309
|
+
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1917
2310
|
"binding": {
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
}
|
|
1921
|
-
"type": "String"
|
|
2311
|
+
"type": "zeebe:property",
|
|
2312
|
+
"name": "inbound.type"
|
|
2313
|
+
}
|
|
1922
2314
|
},
|
|
1923
2315
|
{
|
|
1924
|
-
"
|
|
2316
|
+
"type": "Hidden",
|
|
1925
2317
|
"generatedValue": {
|
|
1926
2318
|
"type": "uuid"
|
|
1927
2319
|
},
|
|
1928
|
-
"group": "correlation",
|
|
1929
2320
|
"binding": {
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1932
|
-
}
|
|
1933
|
-
"type": "Hidden"
|
|
1934
|
-
},
|
|
1935
|
-
{
|
|
1936
|
-
"id": "deduplicationModeManualFlag",
|
|
1937
|
-
"label": "Manual mode",
|
|
1938
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1939
|
-
"value": false,
|
|
1940
|
-
"group": "deduplication",
|
|
1941
|
-
"binding": {
|
|
1942
|
-
"name": "deduplicationModeManualFlag",
|
|
1943
|
-
"type": "zeebe:property"
|
|
1944
|
-
},
|
|
1945
|
-
"type": "Boolean"
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"id": "deduplicationId",
|
|
1949
|
-
"label": "Deduplication ID",
|
|
1950
|
-
"constraints": {
|
|
1951
|
-
"notEmpty": true,
|
|
1952
|
-
"pattern": {
|
|
1953
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1954
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
|
-
"group": "deduplication",
|
|
1958
|
-
"binding": {
|
|
1959
|
-
"name": "deduplicationId",
|
|
1960
|
-
"type": "zeebe:property"
|
|
1961
|
-
},
|
|
1962
|
-
"condition": {
|
|
1963
|
-
"property": "deduplicationModeManualFlag",
|
|
1964
|
-
"equals": true,
|
|
1965
|
-
"type": "simple"
|
|
1966
|
-
},
|
|
1967
|
-
"type": "String"
|
|
1968
|
-
},
|
|
1969
|
-
{
|
|
1970
|
-
"id": "deduplicationModeManual",
|
|
1971
|
-
"value": "MANUAL",
|
|
1972
|
-
"group": "deduplication",
|
|
1973
|
-
"binding": {
|
|
1974
|
-
"name": "deduplicationMode",
|
|
1975
|
-
"type": "zeebe:property"
|
|
1976
|
-
},
|
|
1977
|
-
"condition": {
|
|
1978
|
-
"property": "deduplicationId",
|
|
1979
|
-
"isActive": true,
|
|
1980
|
-
"type": "simple"
|
|
1981
|
-
},
|
|
1982
|
-
"type": "Hidden"
|
|
1983
|
-
},
|
|
1984
|
-
{
|
|
1985
|
-
"id": "deduplicationModeAuto",
|
|
1986
|
-
"value": "AUTO",
|
|
1987
|
-
"group": "deduplication",
|
|
1988
|
-
"binding": {
|
|
1989
|
-
"name": "deduplicationMode",
|
|
1990
|
-
"type": "zeebe:property"
|
|
1991
|
-
},
|
|
1992
|
-
"condition": {
|
|
1993
|
-
"property": "deduplicationId",
|
|
1994
|
-
"isActive": false,
|
|
1995
|
-
"type": "simple"
|
|
1996
|
-
},
|
|
1997
|
-
"type": "Hidden"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"id": "resultVariable",
|
|
2001
|
-
"label": "Result variable",
|
|
2002
|
-
"description": "Name of variable to store the response in",
|
|
2003
|
-
"group": "output",
|
|
2004
|
-
"binding": {
|
|
2005
|
-
"name": "resultVariable",
|
|
2006
|
-
"type": "zeebe:property"
|
|
2007
|
-
},
|
|
2008
|
-
"type": "String"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"id": "resultExpression",
|
|
2012
|
-
"label": "Result expression",
|
|
2013
|
-
"description": "Expression to map the response into process variables",
|
|
2014
|
-
"feel": "required",
|
|
2015
|
-
"group": "output",
|
|
2016
|
-
"binding": {
|
|
2017
|
-
"name": "resultExpression",
|
|
2018
|
-
"type": "zeebe:property"
|
|
2019
|
-
},
|
|
2020
|
-
"type": "Text"
|
|
2021
|
-
}
|
|
2022
|
-
],
|
|
2023
|
-
"icon": {
|
|
2024
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
2025
|
-
},
|
|
2026
|
-
"engines": {
|
|
2027
|
-
"camunda": "^8.5"
|
|
2028
|
-
}
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2032
|
-
"name": "Kafka Intermediate Catch Event Connector",
|
|
2033
|
-
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
2034
|
-
"description": "Consume Kafka messages",
|
|
2035
|
-
"metadata": {
|
|
2036
|
-
"keywords": []
|
|
2037
|
-
},
|
|
2038
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
2039
|
-
"version": 7,
|
|
2040
|
-
"category": {
|
|
2041
|
-
"id": "connectors",
|
|
2042
|
-
"name": "Connectors"
|
|
2043
|
-
},
|
|
2044
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2045
|
-
"elementType": {
|
|
2046
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
2047
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2048
|
-
},
|
|
2049
|
-
"engines": {
|
|
2050
|
-
"camunda": "^8.3"
|
|
2051
|
-
},
|
|
2052
|
-
"groups": [
|
|
2053
|
-
{
|
|
2054
|
-
"id": "authentication",
|
|
2055
|
-
"label": "Authentication"
|
|
2056
|
-
},
|
|
2057
|
-
{
|
|
2058
|
-
"id": "kafka",
|
|
2059
|
-
"label": "Kafka"
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"id": "schema",
|
|
2063
|
-
"label": "Schema"
|
|
2064
|
-
},
|
|
2065
|
-
{
|
|
2066
|
-
"id": "activation",
|
|
2067
|
-
"label": "Activation"
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"id": "correlation",
|
|
2071
|
-
"label": "Correlation",
|
|
2072
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"id": "deduplication",
|
|
2076
|
-
"label": "Deduplication",
|
|
2077
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"id": "output",
|
|
2081
|
-
"label": "Output mapping"
|
|
2082
|
-
}
|
|
2083
|
-
],
|
|
2084
|
-
"properties": [
|
|
2085
|
-
{
|
|
2086
|
-
"value": "io.camunda:connector-kafka-inbound:1",
|
|
2087
|
-
"binding": {
|
|
2088
|
-
"name": "inbound.type",
|
|
2089
|
-
"type": "zeebe:property"
|
|
2090
|
-
},
|
|
2091
|
-
"type": "Hidden"
|
|
2321
|
+
"type": "bpmn:Message#property",
|
|
2322
|
+
"name": "name"
|
|
2323
|
+
}
|
|
2092
2324
|
},
|
|
2093
2325
|
{
|
|
2094
|
-
"id": "authenticationType",
|
|
2095
2326
|
"label": "Authentication type",
|
|
2096
2327
|
"description": "Username/password or custom",
|
|
2097
|
-
"
|
|
2098
|
-
"value": "credentials",
|
|
2099
|
-
"constraints": {
|
|
2100
|
-
"notEmpty": true
|
|
2101
|
-
},
|
|
2328
|
+
"id": "authenticationType",
|
|
2102
2329
|
"group": "authentication",
|
|
2103
|
-
"binding": {
|
|
2104
|
-
"name": "authenticationType",
|
|
2105
|
-
"type": "zeebe:property"
|
|
2106
|
-
},
|
|
2107
2330
|
"type": "Dropdown",
|
|
2331
|
+
"value": "credentials",
|
|
2108
2332
|
"choices": [
|
|
2109
2333
|
{
|
|
2110
2334
|
"name": "Credentials",
|
|
@@ -2114,414 +2338,190 @@
|
|
|
2114
2338
|
"name": "Custom",
|
|
2115
2339
|
"value": "custom"
|
|
2116
2340
|
}
|
|
2117
|
-
]
|
|
2341
|
+
],
|
|
2342
|
+
"binding": {
|
|
2343
|
+
"type": "zeebe:property",
|
|
2344
|
+
"name": "authenticationType"
|
|
2345
|
+
}
|
|
2118
2346
|
},
|
|
2119
2347
|
{
|
|
2120
|
-
"id": "authentication.username",
|
|
2121
2348
|
"label": "Username",
|
|
2122
2349
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
2123
|
-
"optional": true,
|
|
2124
|
-
"group": "authentication",
|
|
2125
|
-
"binding": {
|
|
2126
|
-
"name": "authentication.username",
|
|
2127
|
-
"type": "zeebe:property"
|
|
2128
|
-
},
|
|
2129
|
-
"type": "String"
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"id": "authentication.password",
|
|
2133
|
-
"label": "Password",
|
|
2134
|
-
"description": "Provide a password for the user",
|
|
2135
|
-
"optional": true,
|
|
2136
2350
|
"group": "authentication",
|
|
2137
|
-
"
|
|
2138
|
-
"name": "authentication.password",
|
|
2139
|
-
"type": "zeebe:property"
|
|
2140
|
-
},
|
|
2141
|
-
"type": "String"
|
|
2142
|
-
},
|
|
2143
|
-
{
|
|
2144
|
-
"id": "topic.bootstrapServers",
|
|
2145
|
-
"label": "Bootstrap servers",
|
|
2146
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2147
|
-
"optional": false,
|
|
2148
|
-
"constraints": {
|
|
2149
|
-
"notEmpty": true
|
|
2150
|
-
},
|
|
2151
|
-
"group": "kafka",
|
|
2152
|
-
"binding": {
|
|
2153
|
-
"name": "topic.bootstrapServers",
|
|
2154
|
-
"type": "zeebe:property"
|
|
2155
|
-
},
|
|
2156
|
-
"type": "String"
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"id": "topic.topicName",
|
|
2160
|
-
"label": "Topic",
|
|
2161
|
-
"description": "Provide topic name",
|
|
2162
|
-
"optional": false,
|
|
2163
|
-
"constraints": {
|
|
2164
|
-
"notEmpty": true
|
|
2165
|
-
},
|
|
2166
|
-
"group": "kafka",
|
|
2167
|
-
"binding": {
|
|
2168
|
-
"name": "topic.topicName",
|
|
2169
|
-
"type": "zeebe:property"
|
|
2170
|
-
},
|
|
2171
|
-
"type": "String"
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"id": "groupId",
|
|
2175
|
-
"label": "Consumer group ID",
|
|
2176
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
2177
|
-
"optional": false,
|
|
2178
|
-
"group": "kafka",
|
|
2179
|
-
"binding": {
|
|
2180
|
-
"name": "groupId",
|
|
2181
|
-
"type": "zeebe:property"
|
|
2182
|
-
},
|
|
2183
|
-
"type": "String"
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"id": "additionalProperties",
|
|
2187
|
-
"label": "Additional properties",
|
|
2188
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2189
|
-
"optional": true,
|
|
2190
|
-
"feel": "required",
|
|
2191
|
-
"group": "kafka",
|
|
2192
|
-
"binding": {
|
|
2193
|
-
"name": "additionalProperties",
|
|
2194
|
-
"type": "zeebe:property"
|
|
2195
|
-
},
|
|
2196
|
-
"type": "String"
|
|
2197
|
-
},
|
|
2198
|
-
{
|
|
2199
|
-
"id": "offsets",
|
|
2200
|
-
"label": "Offsets",
|
|
2201
|
-
"description": "List of offsets, e.g. '10' or '=[10, 23]'. If specified, it has to have the same number of values as the number of partitions",
|
|
2202
|
-
"optional": true,
|
|
2351
|
+
"type": "String",
|
|
2203
2352
|
"feel": "optional",
|
|
2204
|
-
"
|
|
2205
|
-
"binding": {
|
|
2206
|
-
"name": "offsets",
|
|
2207
|
-
"type": "zeebe:property"
|
|
2208
|
-
},
|
|
2209
|
-
"type": "String"
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"id": "autoOffsetReset",
|
|
2213
|
-
"label": "Auto offset reset",
|
|
2214
|
-
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
2215
|
-
"optional": false,
|
|
2216
|
-
"value": "latest",
|
|
2217
|
-
"constraints": {
|
|
2218
|
-
"notEmpty": true
|
|
2219
|
-
},
|
|
2220
|
-
"group": "kafka",
|
|
2221
|
-
"binding": {
|
|
2222
|
-
"name": "autoOffsetReset",
|
|
2223
|
-
"type": "zeebe:property"
|
|
2224
|
-
},
|
|
2225
|
-
"type": "Dropdown",
|
|
2226
|
-
"choices": [
|
|
2227
|
-
{
|
|
2228
|
-
"name": "None",
|
|
2229
|
-
"value": "none"
|
|
2230
|
-
},
|
|
2231
|
-
{
|
|
2232
|
-
"name": "Latest",
|
|
2233
|
-
"value": "latest"
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"name": "Earliest",
|
|
2237
|
-
"value": "earliest"
|
|
2238
|
-
}
|
|
2239
|
-
]
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"id": "schemaStrategy.type",
|
|
2243
|
-
"label": "Schema strategy",
|
|
2244
|
-
"value": "noSchema",
|
|
2245
|
-
"group": "schema",
|
|
2246
|
-
"binding": {
|
|
2247
|
-
"name": "schemaStrategy.type",
|
|
2248
|
-
"type": "zeebe:property"
|
|
2249
|
-
},
|
|
2250
|
-
"type": "Dropdown",
|
|
2251
|
-
"choices": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "No schema",
|
|
2254
|
-
"value": "noSchema"
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"name": "Avro Inline schema",
|
|
2258
|
-
"value": "inlineSchema"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "Confluent Schema registry",
|
|
2262
|
-
"value": "schemaRegistry"
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"id": "schemaStrategy.avro.schema",
|
|
2268
|
-
"label": "Schema",
|
|
2269
|
-
"description": "Avro inline schema for the message value",
|
|
2270
|
-
"optional": false,
|
|
2271
|
-
"constraints": {
|
|
2272
|
-
"notEmpty": true
|
|
2273
|
-
},
|
|
2274
|
-
"feel": "required",
|
|
2275
|
-
"group": "schema",
|
|
2276
|
-
"binding": {
|
|
2277
|
-
"name": "schemaStrategy.schema",
|
|
2278
|
-
"type": "zeebe:property"
|
|
2279
|
-
},
|
|
2280
|
-
"condition": {
|
|
2281
|
-
"property": "schemaStrategy.type",
|
|
2282
|
-
"equals": "inlineSchema",
|
|
2283
|
-
"type": "simple"
|
|
2284
|
-
},
|
|
2285
|
-
"type": "Text"
|
|
2286
|
-
},
|
|
2287
|
-
{
|
|
2288
|
-
"id": "schemaStrategy.schemaType",
|
|
2289
|
-
"label": "Schema type",
|
|
2290
|
-
"description": "Select the schema type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
|
|
2291
|
-
"optional": false,
|
|
2292
|
-
"value": "avro",
|
|
2293
|
-
"group": "schema",
|
|
2294
|
-
"binding": {
|
|
2295
|
-
"name": "schemaStrategy.schemaType",
|
|
2296
|
-
"type": "zeebe:property"
|
|
2297
|
-
},
|
|
2298
|
-
"condition": {
|
|
2299
|
-
"property": "schemaStrategy.type",
|
|
2300
|
-
"equals": "schemaRegistry",
|
|
2301
|
-
"type": "simple"
|
|
2302
|
-
},
|
|
2303
|
-
"type": "Dropdown",
|
|
2304
|
-
"choices": [
|
|
2305
|
-
{
|
|
2306
|
-
"name": "JSON",
|
|
2307
|
-
"value": "json"
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"name": "Avro",
|
|
2311
|
-
"value": "avro"
|
|
2312
|
-
}
|
|
2313
|
-
]
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
2317
|
-
"label": "Schema registry URL",
|
|
2318
|
-
"description": "Provide the schema registry URL",
|
|
2319
|
-
"optional": false,
|
|
2320
|
-
"constraints": {
|
|
2321
|
-
"notEmpty": true
|
|
2322
|
-
},
|
|
2323
|
-
"group": "schema",
|
|
2353
|
+
"optional": true,
|
|
2324
2354
|
"binding": {
|
|
2325
|
-
"
|
|
2326
|
-
"
|
|
2355
|
+
"type": "zeebe:property",
|
|
2356
|
+
"name": "authentication.username"
|
|
2327
2357
|
},
|
|
2328
2358
|
"condition": {
|
|
2329
|
-
"property": "
|
|
2330
|
-
"equals": "
|
|
2331
|
-
|
|
2332
|
-
},
|
|
2333
|
-
"type": "String"
|
|
2359
|
+
"property": "authenticationType",
|
|
2360
|
+
"equals": "credentials"
|
|
2361
|
+
}
|
|
2334
2362
|
},
|
|
2335
2363
|
{
|
|
2336
|
-
"
|
|
2337
|
-
"
|
|
2338
|
-
"
|
|
2364
|
+
"label": "Password",
|
|
2365
|
+
"description": "Provide a password for the user",
|
|
2366
|
+
"group": "authentication",
|
|
2367
|
+
"type": "String",
|
|
2368
|
+
"feel": "optional",
|
|
2339
2369
|
"optional": true,
|
|
2340
|
-
"feel": "required",
|
|
2341
|
-
"group": "activation",
|
|
2342
2370
|
"binding": {
|
|
2343
|
-
"
|
|
2344
|
-
"
|
|
2371
|
+
"type": "zeebe:property",
|
|
2372
|
+
"name": "authentication.password"
|
|
2345
2373
|
},
|
|
2346
|
-
"
|
|
2374
|
+
"condition": {
|
|
2375
|
+
"property": "authenticationType",
|
|
2376
|
+
"equals": "credentials"
|
|
2377
|
+
}
|
|
2347
2378
|
},
|
|
2348
2379
|
{
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2380
|
+
"label": "Bootstrap servers",
|
|
2381
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2382
|
+
"group": "kafka",
|
|
2383
|
+
"type": "String",
|
|
2384
|
+
"feel": "optional",
|
|
2353
2385
|
"binding": {
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2386
|
+
"type": "zeebe:property",
|
|
2387
|
+
"name": "topic.bootstrapServers"
|
|
2356
2388
|
},
|
|
2357
|
-
"tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
|
|
2358
|
-
"type": "Boolean"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"id": "correlationKeyProcess",
|
|
2362
|
-
"label": "Correlation key (process)",
|
|
2363
|
-
"description": "Sets up the correlation key from process variables",
|
|
2364
2389
|
"constraints": {
|
|
2365
2390
|
"notEmpty": true
|
|
2366
|
-
}
|
|
2367
|
-
"feel": "required",
|
|
2368
|
-
"group": "correlation",
|
|
2369
|
-
"binding": {
|
|
2370
|
-
"name": "correlationKey",
|
|
2371
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
2372
|
-
},
|
|
2373
|
-
"type": "String"
|
|
2391
|
+
}
|
|
2374
2392
|
},
|
|
2375
2393
|
{
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2380
|
-
|
|
2381
|
-
},
|
|
2382
|
-
"feel": "required",
|
|
2383
|
-
"group": "correlation",
|
|
2394
|
+
"label": "Topic",
|
|
2395
|
+
"description": "Provide the topic name",
|
|
2396
|
+
"group": "kafka",
|
|
2397
|
+
"type": "String",
|
|
2398
|
+
"feel": "optional",
|
|
2384
2399
|
"binding": {
|
|
2385
|
-
"
|
|
2386
|
-
"
|
|
2400
|
+
"type": "zeebe:property",
|
|
2401
|
+
"name": "topic.topicName"
|
|
2387
2402
|
},
|
|
2388
|
-
"
|
|
2403
|
+
"constraints": {
|
|
2404
|
+
"notEmpty": true
|
|
2405
|
+
}
|
|
2389
2406
|
},
|
|
2390
2407
|
{
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2393
|
-
"
|
|
2408
|
+
"label": "Additional properties",
|
|
2409
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2410
|
+
"group": "kafka",
|
|
2411
|
+
"type": "String",
|
|
2394
2412
|
"optional": true,
|
|
2395
2413
|
"feel": "required",
|
|
2396
|
-
"group": "correlation",
|
|
2397
2414
|
"binding": {
|
|
2398
|
-
"
|
|
2399
|
-
"
|
|
2400
|
-
}
|
|
2401
|
-
"type": "String"
|
|
2415
|
+
"type": "zeebe:property",
|
|
2416
|
+
"name": "additionalProperties"
|
|
2417
|
+
}
|
|
2402
2418
|
},
|
|
2403
2419
|
{
|
|
2404
|
-
"
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
"
|
|
2408
|
-
"constraints": {
|
|
2409
|
-
"notEmpty": false,
|
|
2410
|
-
"pattern": {
|
|
2411
|
-
"value": "^(PT.*|)$",
|
|
2412
|
-
"message": "must be an ISO-8601 duration"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2420
|
+
"label": "Offsets",
|
|
2421
|
+
"description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
|
|
2422
|
+
"group": "kafka",
|
|
2423
|
+
"type": "String",
|
|
2415
2424
|
"feel": "optional",
|
|
2416
|
-
"
|
|
2425
|
+
"optional": true,
|
|
2417
2426
|
"binding": {
|
|
2418
|
-
"
|
|
2419
|
-
"
|
|
2420
|
-
}
|
|
2421
|
-
"type": "String"
|
|
2427
|
+
"type": "zeebe:property",
|
|
2428
|
+
"name": "offsets"
|
|
2429
|
+
}
|
|
2422
2430
|
},
|
|
2423
2431
|
{
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
"
|
|
2432
|
+
"label": "Auto offset reset",
|
|
2433
|
+
"description": "What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server. You should only select none if you specified the offsets",
|
|
2434
|
+
"id": "autoOffsetReset",
|
|
2435
|
+
"group": "kafka",
|
|
2436
|
+
"type": "Dropdown",
|
|
2437
|
+
"value": "latest",
|
|
2438
|
+
"choices": [
|
|
2439
|
+
{
|
|
2440
|
+
"name": "Latest",
|
|
2441
|
+
"value": "latest"
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "Earliest",
|
|
2445
|
+
"value": "earliest"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"name": "None",
|
|
2449
|
+
"value": "none"
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2429
2452
|
"binding": {
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2432
|
-
}
|
|
2433
|
-
"type": "Hidden"
|
|
2453
|
+
"type": "zeebe:property",
|
|
2454
|
+
"name": "autoOffsetReset"
|
|
2455
|
+
}
|
|
2434
2456
|
},
|
|
2435
2457
|
{
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2458
|
+
"label": "Correlation key (process)",
|
|
2459
|
+
"type": "String",
|
|
2460
|
+
"group": "activation",
|
|
2461
|
+
"feel": "required",
|
|
2462
|
+
"description": "Sets up the correlation key from process variables",
|
|
2441
2463
|
"binding": {
|
|
2442
|
-
"
|
|
2443
|
-
"
|
|
2464
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2465
|
+
"name": "correlationKey"
|
|
2444
2466
|
},
|
|
2445
|
-
"type": "Boolean"
|
|
2446
|
-
},
|
|
2447
|
-
{
|
|
2448
|
-
"id": "deduplicationId",
|
|
2449
|
-
"label": "Deduplication ID",
|
|
2450
2467
|
"constraints": {
|
|
2451
|
-
"notEmpty": true
|
|
2452
|
-
|
|
2453
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
2454
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
"group": "deduplication",
|
|
2458
|
-
"binding": {
|
|
2459
|
-
"name": "deduplicationId",
|
|
2460
|
-
"type": "zeebe:property"
|
|
2461
|
-
},
|
|
2462
|
-
"condition": {
|
|
2463
|
-
"property": "deduplicationModeManualFlag",
|
|
2464
|
-
"equals": true,
|
|
2465
|
-
"type": "simple"
|
|
2466
|
-
},
|
|
2467
|
-
"type": "String"
|
|
2468
|
+
"notEmpty": true
|
|
2469
|
+
}
|
|
2468
2470
|
},
|
|
2469
2471
|
{
|
|
2470
|
-
"
|
|
2471
|
-
"
|
|
2472
|
-
"group": "
|
|
2472
|
+
"label": "Correlation key (payload)",
|
|
2473
|
+
"type": "String",
|
|
2474
|
+
"group": "activation",
|
|
2475
|
+
"feel": "required",
|
|
2473
2476
|
"binding": {
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2476
|
-
},
|
|
2477
|
-
"condition": {
|
|
2478
|
-
"property": "deduplicationId",
|
|
2479
|
-
"isActive": true,
|
|
2480
|
-
"type": "simple"
|
|
2477
|
+
"type": "zeebe:property",
|
|
2478
|
+
"name": "correlationKeyExpression"
|
|
2481
2479
|
},
|
|
2482
|
-
"
|
|
2480
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2481
|
+
"constraints": {
|
|
2482
|
+
"notEmpty": true
|
|
2483
|
+
}
|
|
2483
2484
|
},
|
|
2484
2485
|
{
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2487
|
-
"group": "
|
|
2486
|
+
"label": "Activation condition",
|
|
2487
|
+
"type": "String",
|
|
2488
|
+
"group": "activation",
|
|
2489
|
+
"feel": "required",
|
|
2490
|
+
"optional": true,
|
|
2488
2491
|
"binding": {
|
|
2489
|
-
"
|
|
2490
|
-
"
|
|
2491
|
-
},
|
|
2492
|
-
"condition": {
|
|
2493
|
-
"property": "deduplicationId",
|
|
2494
|
-
"isActive": false,
|
|
2495
|
-
"type": "simple"
|
|
2492
|
+
"type": "zeebe:property",
|
|
2493
|
+
"name": "activationCondition"
|
|
2496
2494
|
},
|
|
2497
|
-
"
|
|
2495
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
2498
2496
|
},
|
|
2499
2497
|
{
|
|
2500
|
-
"id": "resultVariable",
|
|
2501
2498
|
"label": "Result variable",
|
|
2502
|
-
"
|
|
2503
|
-
"group": "
|
|
2499
|
+
"type": "String",
|
|
2500
|
+
"group": "variable-mapping",
|
|
2501
|
+
"optional": true,
|
|
2504
2502
|
"binding": {
|
|
2505
|
-
"
|
|
2506
|
-
"
|
|
2503
|
+
"type": "zeebe:property",
|
|
2504
|
+
"name": "resultVariable"
|
|
2507
2505
|
},
|
|
2508
|
-
"
|
|
2506
|
+
"description": "Name of variable to store the result of the connector in"
|
|
2509
2507
|
},
|
|
2510
2508
|
{
|
|
2511
|
-
"id": "resultExpression",
|
|
2512
2509
|
"label": "Result expression",
|
|
2513
|
-
"description": "Expression to map the
|
|
2510
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
2511
|
+
"group": "variable-mapping",
|
|
2512
|
+
"type": "Text",
|
|
2514
2513
|
"feel": "required",
|
|
2515
|
-
"group": "output",
|
|
2516
2514
|
"binding": {
|
|
2517
|
-
"
|
|
2518
|
-
"
|
|
2519
|
-
}
|
|
2520
|
-
"type": "Text"
|
|
2515
|
+
"type": "zeebe:property",
|
|
2516
|
+
"name": "resultExpression"
|
|
2517
|
+
}
|
|
2521
2518
|
}
|
|
2522
2519
|
],
|
|
2523
2520
|
"icon": {
|
|
2524
|
-
"contents": "data:image/svg+xml;
|
|
2521
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
|
|
2522
|
+
},
|
|
2523
|
+
"engines": {
|
|
2524
|
+
"camunda": "^8.2"
|
|
2525
2525
|
}
|
|
2526
2526
|
}
|
|
2527
2527
|
]
|