@camunda/connectors-element-templates 1.0.17 → 1.0.18
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 +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -4,8 +4,16 @@
|
|
|
4
4
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
6
6
|
"description": "Consume Kafka messages",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"receive message",
|
|
9
|
+
"consume message",
|
|
10
|
+
"event streaming",
|
|
11
|
+
"subscribe to topic",
|
|
12
|
+
"message queue",
|
|
13
|
+
"stream data"
|
|
14
|
+
],
|
|
7
15
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
8
|
-
"version":
|
|
16
|
+
"version": 7,
|
|
9
17
|
"category": {
|
|
10
18
|
"id": "connectors",
|
|
11
19
|
"name": "Connectors"
|
|
@@ -15,6 +23,9 @@
|
|
|
15
23
|
"value": "bpmn:IntermediateCatchEvent",
|
|
16
24
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
17
25
|
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"camunda": "^8.3"
|
|
28
|
+
},
|
|
18
29
|
"groups": [
|
|
19
30
|
{
|
|
20
31
|
"id": "authentication",
|
|
@@ -25,8 +36,8 @@
|
|
|
25
36
|
"label": "Kafka"
|
|
26
37
|
},
|
|
27
38
|
{
|
|
28
|
-
"id": "
|
|
29
|
-
"label": "
|
|
39
|
+
"id": "schema",
|
|
40
|
+
"label": "Schema"
|
|
30
41
|
},
|
|
31
42
|
{
|
|
32
43
|
"id": "activation",
|
|
@@ -146,6 +157,7 @@
|
|
|
146
157
|
"name": "groupId",
|
|
147
158
|
"type": "zeebe:property"
|
|
148
159
|
},
|
|
160
|
+
"tooltip": "It is strongly recommended to provide an explicit consumer group ID. Use a stable, application-specific identifier that represents the logical consumer group in your application (for example, <code>my-app-order-processor</code>). Leaving this empty auto-generates an ID that may change across connector upgrades, causing message replay.",
|
|
149
161
|
"type": "String"
|
|
150
162
|
},
|
|
151
163
|
{
|
|
@@ -208,7 +220,7 @@
|
|
|
208
220
|
"id": "schemaStrategy.type",
|
|
209
221
|
"label": "Schema strategy",
|
|
210
222
|
"value": "noSchema",
|
|
211
|
-
"group": "
|
|
223
|
+
"group": "schema",
|
|
212
224
|
"binding": {
|
|
213
225
|
"name": "schemaStrategy.type",
|
|
214
226
|
"type": "zeebe:property"
|
|
@@ -220,22 +232,43 @@
|
|
|
220
232
|
"value": "noSchema"
|
|
221
233
|
},
|
|
222
234
|
{
|
|
223
|
-
"name": "Inline schema",
|
|
235
|
+
"name": "Avro Inline schema",
|
|
224
236
|
"value": "inlineSchema"
|
|
225
237
|
},
|
|
226
238
|
{
|
|
227
|
-
"name": "Schema registry",
|
|
239
|
+
"name": "Confluent Schema registry",
|
|
228
240
|
"value": "schemaRegistry"
|
|
229
241
|
}
|
|
230
242
|
]
|
|
231
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"id": "schemaStrategy.avro.schema",
|
|
246
|
+
"label": "Schema",
|
|
247
|
+
"description": "Avro inline schema for the message value",
|
|
248
|
+
"optional": false,
|
|
249
|
+
"constraints": {
|
|
250
|
+
"notEmpty": true
|
|
251
|
+
},
|
|
252
|
+
"feel": "required",
|
|
253
|
+
"group": "schema",
|
|
254
|
+
"binding": {
|
|
255
|
+
"name": "schemaStrategy.schema",
|
|
256
|
+
"type": "zeebe:property"
|
|
257
|
+
},
|
|
258
|
+
"condition": {
|
|
259
|
+
"property": "schemaStrategy.type",
|
|
260
|
+
"equals": "inlineSchema",
|
|
261
|
+
"type": "simple"
|
|
262
|
+
},
|
|
263
|
+
"type": "Text"
|
|
264
|
+
},
|
|
232
265
|
{
|
|
233
266
|
"id": "schemaStrategy.schemaType",
|
|
234
267
|
"label": "Schema type",
|
|
235
268
|
"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>",
|
|
236
269
|
"optional": false,
|
|
237
270
|
"value": "avro",
|
|
238
|
-
"group": "
|
|
271
|
+
"group": "schema",
|
|
239
272
|
"binding": {
|
|
240
273
|
"name": "schemaStrategy.schemaType",
|
|
241
274
|
"type": "zeebe:property"
|
|
@@ -252,7 +285,7 @@
|
|
|
252
285
|
"value": "json"
|
|
253
286
|
},
|
|
254
287
|
{
|
|
255
|
-
"name": "Avro
|
|
288
|
+
"name": "Avro",
|
|
256
289
|
"value": "avro"
|
|
257
290
|
}
|
|
258
291
|
]
|
|
@@ -265,7 +298,7 @@
|
|
|
265
298
|
"constraints": {
|
|
266
299
|
"notEmpty": true
|
|
267
300
|
},
|
|
268
|
-
"group": "
|
|
301
|
+
"group": "schema",
|
|
269
302
|
"binding": {
|
|
270
303
|
"name": "schemaStrategy.schemaRegistryUrl",
|
|
271
304
|
"type": "zeebe:property"
|
|
@@ -277,27 +310,6 @@
|
|
|
277
310
|
},
|
|
278
311
|
"type": "String"
|
|
279
312
|
},
|
|
280
|
-
{
|
|
281
|
-
"id": "schemaStrategy.avro.schema",
|
|
282
|
-
"label": "Schema",
|
|
283
|
-
"description": "Inline schema (Avro) for the message value",
|
|
284
|
-
"optional": false,
|
|
285
|
-
"constraints": {
|
|
286
|
-
"notEmpty": true
|
|
287
|
-
},
|
|
288
|
-
"feel": "required",
|
|
289
|
-
"group": "message",
|
|
290
|
-
"binding": {
|
|
291
|
-
"name": "schemaStrategy.schema",
|
|
292
|
-
"type": "zeebe:property"
|
|
293
|
-
},
|
|
294
|
-
"condition": {
|
|
295
|
-
"property": "schemaStrategy.type",
|
|
296
|
-
"equals": "inlineSchema",
|
|
297
|
-
"type": "simple"
|
|
298
|
-
},
|
|
299
|
-
"type": "Text"
|
|
300
|
-
},
|
|
301
313
|
{
|
|
302
314
|
"id": "activationCondition",
|
|
303
315
|
"label": "Activation condition",
|
|
@@ -388,15 +400,18 @@
|
|
|
388
400
|
},
|
|
389
401
|
{
|
|
390
402
|
"id": "messageNameUuid",
|
|
403
|
+
"label": "Message name",
|
|
391
404
|
"generatedValue": {
|
|
392
405
|
"type": "uuid"
|
|
393
406
|
},
|
|
407
|
+
"feel": "optional",
|
|
394
408
|
"group": "correlation",
|
|
395
409
|
"binding": {
|
|
396
410
|
"name": "name",
|
|
397
411
|
"type": "bpmn:Message#property"
|
|
398
412
|
},
|
|
399
|
-
"
|
|
413
|
+
"tooltip": "By default, this is an auto-generated random UUID. We recommend using a unique message name for each connector element in the diagram. Override to set a custom message name. Learn more about <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-subscriptions\">message subscriptions</a> that power inbound connectors.",
|
|
414
|
+
"type": "String"
|
|
400
415
|
},
|
|
401
416
|
{
|
|
402
417
|
"id": "deduplicationModeManualFlag",
|
|
@@ -465,7 +480,7 @@
|
|
|
465
480
|
{
|
|
466
481
|
"id": "resultVariable",
|
|
467
482
|
"label": "Result variable",
|
|
468
|
-
"description": "Name of variable to store the response in",
|
|
483
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
469
484
|
"group": "output",
|
|
470
485
|
"binding": {
|
|
471
486
|
"name": "resultVariable",
|
|
@@ -476,7 +491,7 @@
|
|
|
476
491
|
{
|
|
477
492
|
"id": "resultExpression",
|
|
478
493
|
"label": "Result expression",
|
|
479
|
-
"description": "Expression to map the response into process variables",
|
|
494
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
480
495
|
"feel": "required",
|
|
481
496
|
"group": "output",
|
|
482
497
|
"binding": {
|
|
@@ -488,18 +503,15 @@
|
|
|
488
503
|
],
|
|
489
504
|
"icon": {
|
|
490
505
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
491
|
-
},
|
|
492
|
-
"engines": {
|
|
493
|
-
"camunda": "^8.6"
|
|
494
506
|
}
|
|
495
507
|
},
|
|
496
508
|
{
|
|
497
509
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
498
|
-
"name": "Kafka
|
|
510
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
499
511
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
512
|
+
"description": "Consume Kafka messages",
|
|
513
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
514
|
+
"version": 6,
|
|
503
515
|
"category": {
|
|
504
516
|
"id": "connectors",
|
|
505
517
|
"name": "Connectors"
|
|
@@ -518,41 +530,53 @@
|
|
|
518
530
|
"id": "kafka",
|
|
519
531
|
"label": "Kafka"
|
|
520
532
|
},
|
|
533
|
+
{
|
|
534
|
+
"id": "message",
|
|
535
|
+
"label": "Message deserialization"
|
|
536
|
+
},
|
|
521
537
|
{
|
|
522
538
|
"id": "activation",
|
|
523
539
|
"label": "Activation"
|
|
524
540
|
},
|
|
525
541
|
{
|
|
526
|
-
"id": "
|
|
527
|
-
"label": "
|
|
542
|
+
"id": "correlation",
|
|
543
|
+
"label": "Correlation",
|
|
544
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"id": "deduplication",
|
|
548
|
+
"label": "Deduplication",
|
|
549
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "output",
|
|
553
|
+
"label": "Output mapping"
|
|
528
554
|
}
|
|
529
555
|
],
|
|
530
556
|
"properties": [
|
|
531
557
|
{
|
|
532
|
-
"type": "Hidden",
|
|
533
558
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
534
559
|
"binding": {
|
|
535
|
-
"
|
|
536
|
-
"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"type": "Hidden",
|
|
541
|
-
"generatedValue": {
|
|
542
|
-
"type": "uuid"
|
|
560
|
+
"name": "inbound.type",
|
|
561
|
+
"type": "zeebe:property"
|
|
543
562
|
},
|
|
544
|
-
"
|
|
545
|
-
"type": "bpmn:Message#property",
|
|
546
|
-
"name": "name"
|
|
547
|
-
}
|
|
563
|
+
"type": "Hidden"
|
|
548
564
|
},
|
|
549
565
|
{
|
|
566
|
+
"id": "authenticationType",
|
|
550
567
|
"label": "Authentication type",
|
|
551
568
|
"description": "Username/password or custom",
|
|
552
|
-
"
|
|
569
|
+
"optional": false,
|
|
570
|
+
"value": "credentials",
|
|
571
|
+
"constraints": {
|
|
572
|
+
"notEmpty": true
|
|
573
|
+
},
|
|
553
574
|
"group": "authentication",
|
|
575
|
+
"binding": {
|
|
576
|
+
"name": "authenticationType",
|
|
577
|
+
"type": "zeebe:property"
|
|
578
|
+
},
|
|
554
579
|
"type": "Dropdown",
|
|
555
|
-
"value": "credentials",
|
|
556
580
|
"choices": [
|
|
557
581
|
{
|
|
558
582
|
"name": "Credentials",
|
|
@@ -562,104 +586,120 @@
|
|
|
562
586
|
"name": "Custom",
|
|
563
587
|
"value": "custom"
|
|
564
588
|
}
|
|
565
|
-
]
|
|
566
|
-
"binding": {
|
|
567
|
-
"type": "zeebe:property",
|
|
568
|
-
"name": "authenticationType"
|
|
569
|
-
}
|
|
589
|
+
]
|
|
570
590
|
},
|
|
571
591
|
{
|
|
592
|
+
"id": "authentication.username",
|
|
572
593
|
"label": "Username",
|
|
573
594
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
574
|
-
"group": "authentication",
|
|
575
|
-
"type": "String",
|
|
576
|
-
"feel": "optional",
|
|
577
595
|
"optional": true,
|
|
596
|
+
"group": "authentication",
|
|
578
597
|
"binding": {
|
|
579
|
-
"
|
|
580
|
-
"
|
|
598
|
+
"name": "authentication.username",
|
|
599
|
+
"type": "zeebe:property"
|
|
581
600
|
},
|
|
582
|
-
"
|
|
583
|
-
"property": "authenticationType",
|
|
584
|
-
"equals": "credentials"
|
|
585
|
-
}
|
|
601
|
+
"type": "String"
|
|
586
602
|
},
|
|
587
603
|
{
|
|
604
|
+
"id": "authentication.password",
|
|
588
605
|
"label": "Password",
|
|
589
606
|
"description": "Provide a password for the user",
|
|
590
|
-
"group": "authentication",
|
|
591
|
-
"type": "String",
|
|
592
|
-
"feel": "optional",
|
|
593
607
|
"optional": true,
|
|
608
|
+
"group": "authentication",
|
|
594
609
|
"binding": {
|
|
595
|
-
"
|
|
596
|
-
"
|
|
610
|
+
"name": "authentication.password",
|
|
611
|
+
"type": "zeebe:property"
|
|
597
612
|
},
|
|
598
|
-
"
|
|
599
|
-
"property": "authenticationType",
|
|
600
|
-
"equals": "credentials"
|
|
601
|
-
}
|
|
613
|
+
"type": "String"
|
|
602
614
|
},
|
|
603
615
|
{
|
|
616
|
+
"id": "topic.bootstrapServers",
|
|
604
617
|
"label": "Bootstrap servers",
|
|
605
618
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
619
|
+
"optional": false,
|
|
620
|
+
"constraints": {
|
|
621
|
+
"notEmpty": true
|
|
622
|
+
},
|
|
606
623
|
"group": "kafka",
|
|
607
|
-
"type": "String",
|
|
608
|
-
"feel": "optional",
|
|
609
624
|
"binding": {
|
|
610
|
-
"
|
|
611
|
-
"
|
|
625
|
+
"name": "topic.bootstrapServers",
|
|
626
|
+
"type": "zeebe:property"
|
|
612
627
|
},
|
|
628
|
+
"type": "String"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"id": "topic.topicName",
|
|
632
|
+
"label": "Topic",
|
|
633
|
+
"description": "Provide topic name",
|
|
634
|
+
"optional": false,
|
|
613
635
|
"constraints": {
|
|
614
636
|
"notEmpty": true
|
|
615
|
-
}
|
|
637
|
+
},
|
|
638
|
+
"group": "kafka",
|
|
639
|
+
"binding": {
|
|
640
|
+
"name": "topic.topicName",
|
|
641
|
+
"type": "zeebe:property"
|
|
642
|
+
},
|
|
643
|
+
"type": "String"
|
|
616
644
|
},
|
|
617
645
|
{
|
|
618
|
-
"
|
|
619
|
-
"
|
|
646
|
+
"id": "groupId",
|
|
647
|
+
"label": "Consumer group ID",
|
|
648
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
649
|
+
"optional": false,
|
|
620
650
|
"group": "kafka",
|
|
621
|
-
"type": "String",
|
|
622
|
-
"feel": "optional",
|
|
623
651
|
"binding": {
|
|
624
|
-
"
|
|
625
|
-
"
|
|
652
|
+
"name": "groupId",
|
|
653
|
+
"type": "zeebe:property"
|
|
626
654
|
},
|
|
627
|
-
"
|
|
628
|
-
"notEmpty": true
|
|
629
|
-
}
|
|
655
|
+
"type": "String"
|
|
630
656
|
},
|
|
631
657
|
{
|
|
658
|
+
"id": "additionalProperties",
|
|
632
659
|
"label": "Additional properties",
|
|
633
660
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
634
|
-
"group": "kafka",
|
|
635
|
-
"type": "String",
|
|
636
661
|
"optional": true,
|
|
637
662
|
"feel": "required",
|
|
663
|
+
"group": "kafka",
|
|
638
664
|
"binding": {
|
|
639
|
-
"
|
|
640
|
-
"
|
|
641
|
-
}
|
|
665
|
+
"name": "additionalProperties",
|
|
666
|
+
"type": "zeebe:property"
|
|
667
|
+
},
|
|
668
|
+
"type": "String"
|
|
642
669
|
},
|
|
643
670
|
{
|
|
671
|
+
"id": "offsets",
|
|
644
672
|
"label": "Offsets",
|
|
645
|
-
"description": "
|
|
646
|
-
"group": "kafka",
|
|
647
|
-
"type": "String",
|
|
648
|
-
"feel": "optional",
|
|
673
|
+
"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",
|
|
649
674
|
"optional": true,
|
|
675
|
+
"feel": "optional",
|
|
676
|
+
"group": "kafka",
|
|
650
677
|
"binding": {
|
|
651
|
-
"
|
|
652
|
-
"
|
|
653
|
-
}
|
|
678
|
+
"name": "offsets",
|
|
679
|
+
"type": "zeebe:property"
|
|
680
|
+
},
|
|
681
|
+
"type": "String"
|
|
654
682
|
},
|
|
655
683
|
{
|
|
684
|
+
"id": "autoOffsetReset",
|
|
656
685
|
"label": "Auto offset reset",
|
|
657
686
|
"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",
|
|
658
|
-
"
|
|
687
|
+
"optional": false,
|
|
688
|
+
"value": "latest",
|
|
689
|
+
"constraints": {
|
|
690
|
+
"notEmpty": true
|
|
691
|
+
},
|
|
659
692
|
"group": "kafka",
|
|
693
|
+
"binding": {
|
|
694
|
+
"name": "autoOffsetReset",
|
|
695
|
+
"type": "zeebe:property"
|
|
696
|
+
},
|
|
660
697
|
"type": "Dropdown",
|
|
661
|
-
"value": "latest",
|
|
662
698
|
"choices": [
|
|
699
|
+
{
|
|
700
|
+
"name": "None",
|
|
701
|
+
"value": "none"
|
|
702
|
+
},
|
|
663
703
|
{
|
|
664
704
|
"name": "Latest",
|
|
665
705
|
"value": "latest"
|
|
@@ -667,366 +707,296 @@
|
|
|
667
707
|
{
|
|
668
708
|
"name": "Earliest",
|
|
669
709
|
"value": "earliest"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "None",
|
|
673
|
-
"value": "none"
|
|
674
710
|
}
|
|
675
|
-
]
|
|
676
|
-
"binding": {
|
|
677
|
-
"type": "zeebe:property",
|
|
678
|
-
"name": "autoOffsetReset"
|
|
679
|
-
}
|
|
711
|
+
]
|
|
680
712
|
},
|
|
681
713
|
{
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"
|
|
686
|
-
"description": "Sets up the correlation key from process variables",
|
|
687
|
-
"binding": {
|
|
688
|
-
"type": "bpmn:Message#zeebe:subscription#property",
|
|
689
|
-
"name": "correlationKey"
|
|
690
|
-
},
|
|
691
|
-
"constraints": {
|
|
692
|
-
"notEmpty": true
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"label": "Correlation key (payload)",
|
|
697
|
-
"type": "String",
|
|
698
|
-
"group": "activation",
|
|
699
|
-
"feel": "required",
|
|
700
|
-
"binding": {
|
|
701
|
-
"type": "zeebe:property",
|
|
702
|
-
"name": "correlationKeyExpression"
|
|
703
|
-
},
|
|
704
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
705
|
-
"constraints": {
|
|
706
|
-
"notEmpty": true
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"label": "Activation condition",
|
|
711
|
-
"type": "String",
|
|
712
|
-
"group": "activation",
|
|
713
|
-
"feel": "required",
|
|
714
|
-
"optional": true,
|
|
714
|
+
"id": "schemaStrategy.type",
|
|
715
|
+
"label": "Schema strategy",
|
|
716
|
+
"value": "noSchema",
|
|
717
|
+
"group": "kafka",
|
|
715
718
|
"binding": {
|
|
716
|
-
"
|
|
717
|
-
"
|
|
719
|
+
"name": "schemaStrategy.type",
|
|
720
|
+
"type": "zeebe:property"
|
|
718
721
|
},
|
|
719
|
-
"
|
|
722
|
+
"type": "Dropdown",
|
|
723
|
+
"choices": [
|
|
724
|
+
{
|
|
725
|
+
"name": "No schema",
|
|
726
|
+
"value": "noSchema"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"name": "Inline schema",
|
|
730
|
+
"value": "inlineSchema"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"name": "Schema registry",
|
|
734
|
+
"value": "schemaRegistry"
|
|
735
|
+
}
|
|
736
|
+
]
|
|
720
737
|
},
|
|
721
738
|
{
|
|
722
|
-
"
|
|
723
|
-
"
|
|
724
|
-
"
|
|
725
|
-
"optional":
|
|
739
|
+
"id": "schemaStrategy.schemaType",
|
|
740
|
+
"label": "Schema type",
|
|
741
|
+
"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>",
|
|
742
|
+
"optional": false,
|
|
743
|
+
"value": "avro",
|
|
744
|
+
"group": "kafka",
|
|
726
745
|
"binding": {
|
|
727
|
-
"
|
|
728
|
-
"
|
|
746
|
+
"name": "schemaStrategy.schemaType",
|
|
747
|
+
"type": "zeebe:property"
|
|
729
748
|
},
|
|
730
|
-
"
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
"description": "Expression to map the inbound payload to process variables",
|
|
735
|
-
"group": "variable-mapping",
|
|
736
|
-
"type": "Text",
|
|
737
|
-
"feel": "required",
|
|
738
|
-
"binding": {
|
|
739
|
-
"type": "zeebe:property",
|
|
740
|
-
"name": "resultExpression"
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
],
|
|
744
|
-
"icon": {
|
|
745
|
-
"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"
|
|
746
|
-
},
|
|
747
|
-
"engines": {
|
|
748
|
-
"camunda": "^8.2"
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
753
|
-
"name": "Kafka Intermediate Catch Event Connector",
|
|
754
|
-
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
755
|
-
"version": 4,
|
|
756
|
-
"description": "Consume Kafka messages",
|
|
757
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
758
|
-
"category": {
|
|
759
|
-
"id": "connectors",
|
|
760
|
-
"name": "Connectors"
|
|
761
|
-
},
|
|
762
|
-
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
763
|
-
"elementType": {
|
|
764
|
-
"value": "bpmn:IntermediateCatchEvent",
|
|
765
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
766
|
-
},
|
|
767
|
-
"groups": [
|
|
768
|
-
{
|
|
769
|
-
"id": "authentication",
|
|
770
|
-
"label": "Authentication"
|
|
771
|
-
},
|
|
772
|
-
{
|
|
773
|
-
"id": "kafka",
|
|
774
|
-
"label": "Kafka"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"id": "activation",
|
|
778
|
-
"label": "Activation"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"id": "variable-mapping",
|
|
782
|
-
"label": "Variable mapping"
|
|
783
|
-
}
|
|
784
|
-
],
|
|
785
|
-
"properties": [
|
|
786
|
-
{
|
|
787
|
-
"type": "Hidden",
|
|
788
|
-
"value": "io.camunda:connector-kafka-inbound:1",
|
|
789
|
-
"binding": {
|
|
790
|
-
"type": "zeebe:property",
|
|
791
|
-
"name": "inbound.type"
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"type": "Hidden",
|
|
796
|
-
"generatedValue": {
|
|
797
|
-
"type": "uuid"
|
|
749
|
+
"condition": {
|
|
750
|
+
"property": "schemaStrategy.type",
|
|
751
|
+
"equals": "schemaRegistry",
|
|
752
|
+
"type": "simple"
|
|
798
753
|
},
|
|
799
|
-
"binding": {
|
|
800
|
-
"type": "bpmn:Message#property",
|
|
801
|
-
"name": "name"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"label": "Authentication type",
|
|
806
|
-
"description": "Username/password or custom",
|
|
807
|
-
"id": "authenticationType",
|
|
808
|
-
"group": "authentication",
|
|
809
754
|
"type": "Dropdown",
|
|
810
|
-
"value": "credentials",
|
|
811
755
|
"choices": [
|
|
812
756
|
{
|
|
813
|
-
"name": "
|
|
814
|
-
"value": "
|
|
757
|
+
"name": "JSON",
|
|
758
|
+
"value": "json"
|
|
815
759
|
},
|
|
816
760
|
{
|
|
817
|
-
"name": "
|
|
818
|
-
"value": "
|
|
761
|
+
"name": "Avro (alpha)",
|
|
762
|
+
"value": "avro"
|
|
819
763
|
}
|
|
820
|
-
]
|
|
821
|
-
"binding": {
|
|
822
|
-
"type": "zeebe:property",
|
|
823
|
-
"name": "authenticationType"
|
|
824
|
-
}
|
|
764
|
+
]
|
|
825
765
|
},
|
|
826
766
|
{
|
|
827
|
-
"
|
|
828
|
-
"
|
|
829
|
-
"
|
|
830
|
-
"
|
|
831
|
-
"
|
|
832
|
-
|
|
767
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
768
|
+
"label": "Schema registry URL",
|
|
769
|
+
"description": "Provide the schema registry URL",
|
|
770
|
+
"optional": false,
|
|
771
|
+
"constraints": {
|
|
772
|
+
"notEmpty": true
|
|
773
|
+
},
|
|
774
|
+
"group": "kafka",
|
|
833
775
|
"binding": {
|
|
834
|
-
"
|
|
835
|
-
"
|
|
776
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
777
|
+
"type": "zeebe:property"
|
|
836
778
|
},
|
|
837
779
|
"condition": {
|
|
838
|
-
"property": "
|
|
839
|
-
"equals": "
|
|
840
|
-
|
|
780
|
+
"property": "schemaStrategy.type",
|
|
781
|
+
"equals": "schemaRegistry",
|
|
782
|
+
"type": "simple"
|
|
783
|
+
},
|
|
784
|
+
"type": "String"
|
|
841
785
|
},
|
|
842
786
|
{
|
|
843
|
-
"
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
-
|
|
787
|
+
"id": "schemaStrategy.avro.schema",
|
|
788
|
+
"label": "Schema",
|
|
789
|
+
"description": "Inline schema (Avro) for the message value",
|
|
790
|
+
"optional": false,
|
|
791
|
+
"constraints": {
|
|
792
|
+
"notEmpty": true
|
|
793
|
+
},
|
|
794
|
+
"feel": "required",
|
|
795
|
+
"group": "message",
|
|
849
796
|
"binding": {
|
|
850
|
-
"
|
|
851
|
-
"
|
|
797
|
+
"name": "schemaStrategy.schema",
|
|
798
|
+
"type": "zeebe:property"
|
|
852
799
|
},
|
|
853
800
|
"condition": {
|
|
854
|
-
"property": "
|
|
855
|
-
"equals": "
|
|
856
|
-
|
|
801
|
+
"property": "schemaStrategy.type",
|
|
802
|
+
"equals": "inlineSchema",
|
|
803
|
+
"type": "simple"
|
|
804
|
+
},
|
|
805
|
+
"type": "Text"
|
|
857
806
|
},
|
|
858
807
|
{
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
"
|
|
863
|
-
"feel": "
|
|
808
|
+
"id": "activationCondition",
|
|
809
|
+
"label": "Activation condition",
|
|
810
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
811
|
+
"optional": true,
|
|
812
|
+
"feel": "required",
|
|
813
|
+
"group": "activation",
|
|
864
814
|
"binding": {
|
|
865
|
-
"
|
|
866
|
-
"
|
|
815
|
+
"name": "activationCondition",
|
|
816
|
+
"type": "zeebe:property"
|
|
867
817
|
},
|
|
868
|
-
"
|
|
869
|
-
"notEmpty": true
|
|
870
|
-
}
|
|
818
|
+
"type": "String"
|
|
871
819
|
},
|
|
872
820
|
{
|
|
873
|
-
"
|
|
874
|
-
"
|
|
875
|
-
"
|
|
876
|
-
"
|
|
821
|
+
"id": "consumeUnmatchedEvents",
|
|
822
|
+
"label": "Consume unmatched events",
|
|
823
|
+
"value": true,
|
|
824
|
+
"group": "activation",
|
|
877
825
|
"binding": {
|
|
878
|
-
"
|
|
879
|
-
"
|
|
826
|
+
"name": "consumeUnmatchedEvents",
|
|
827
|
+
"type": "zeebe:property"
|
|
880
828
|
},
|
|
881
|
-
"
|
|
882
|
-
|
|
883
|
-
}
|
|
829
|
+
"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",
|
|
830
|
+
"type": "Boolean"
|
|
884
831
|
},
|
|
885
832
|
{
|
|
886
|
-
"
|
|
887
|
-
"
|
|
888
|
-
"
|
|
889
|
-
"
|
|
890
|
-
|
|
833
|
+
"id": "correlationKeyProcess",
|
|
834
|
+
"label": "Correlation key (process)",
|
|
835
|
+
"description": "Sets up the correlation key from process variables",
|
|
836
|
+
"constraints": {
|
|
837
|
+
"notEmpty": true
|
|
838
|
+
},
|
|
839
|
+
"feel": "required",
|
|
840
|
+
"group": "correlation",
|
|
891
841
|
"binding": {
|
|
892
|
-
"
|
|
893
|
-
"
|
|
842
|
+
"name": "correlationKey",
|
|
843
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
894
844
|
},
|
|
895
|
-
"
|
|
896
|
-
"notEmpty": false,
|
|
897
|
-
"maxLength": 250
|
|
898
|
-
}
|
|
845
|
+
"type": "String"
|
|
899
846
|
},
|
|
900
847
|
{
|
|
901
|
-
"
|
|
902
|
-
"
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
|
|
848
|
+
"id": "correlationKeyPayload",
|
|
849
|
+
"label": "Correlation key (payload)",
|
|
850
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
851
|
+
"constraints": {
|
|
852
|
+
"notEmpty": true
|
|
853
|
+
},
|
|
906
854
|
"feel": "required",
|
|
855
|
+
"group": "correlation",
|
|
907
856
|
"binding": {
|
|
908
|
-
"
|
|
909
|
-
"
|
|
910
|
-
}
|
|
857
|
+
"name": "correlationKeyExpression",
|
|
858
|
+
"type": "zeebe:property"
|
|
859
|
+
},
|
|
860
|
+
"type": "String"
|
|
911
861
|
},
|
|
912
862
|
{
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"type": "String",
|
|
917
|
-
"feel": "optional",
|
|
863
|
+
"id": "messageIdExpression",
|
|
864
|
+
"label": "Message ID expression",
|
|
865
|
+
"description": "Expression to extract unique identifier of a message",
|
|
918
866
|
"optional": true,
|
|
867
|
+
"feel": "required",
|
|
868
|
+
"group": "correlation",
|
|
919
869
|
"binding": {
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
}
|
|
870
|
+
"name": "messageIdExpression",
|
|
871
|
+
"type": "zeebe:property"
|
|
872
|
+
},
|
|
873
|
+
"type": "String"
|
|
923
874
|
},
|
|
924
875
|
{
|
|
925
|
-
"
|
|
926
|
-
"
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
"
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
"
|
|
934
|
-
"value": "latest"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"name": "Earliest",
|
|
938
|
-
"value": "earliest"
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"name": "None",
|
|
942
|
-
"value": "none"
|
|
876
|
+
"id": "messageTtl",
|
|
877
|
+
"label": "Message TTL",
|
|
878
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
879
|
+
"optional": true,
|
|
880
|
+
"constraints": {
|
|
881
|
+
"notEmpty": false,
|
|
882
|
+
"pattern": {
|
|
883
|
+
"value": "^(PT.*|)$",
|
|
884
|
+
"message": "must be an ISO-8601 duration"
|
|
943
885
|
}
|
|
944
|
-
|
|
886
|
+
},
|
|
887
|
+
"feel": "optional",
|
|
888
|
+
"group": "correlation",
|
|
945
889
|
"binding": {
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
}
|
|
890
|
+
"name": "messageTtl",
|
|
891
|
+
"type": "zeebe:property"
|
|
892
|
+
},
|
|
893
|
+
"type": "String"
|
|
949
894
|
},
|
|
950
895
|
{
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
"
|
|
896
|
+
"id": "messageNameUuid",
|
|
897
|
+
"generatedValue": {
|
|
898
|
+
"type": "uuid"
|
|
899
|
+
},
|
|
900
|
+
"group": "correlation",
|
|
956
901
|
"binding": {
|
|
957
|
-
"
|
|
958
|
-
"
|
|
902
|
+
"name": "name",
|
|
903
|
+
"type": "bpmn:Message#property"
|
|
959
904
|
},
|
|
960
|
-
"
|
|
961
|
-
"notEmpty": true
|
|
962
|
-
}
|
|
905
|
+
"type": "Hidden"
|
|
963
906
|
},
|
|
964
907
|
{
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"
|
|
908
|
+
"id": "deduplicationModeManualFlag",
|
|
909
|
+
"label": "Manual mode",
|
|
910
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
911
|
+
"value": false,
|
|
912
|
+
"group": "deduplication",
|
|
969
913
|
"binding": {
|
|
970
|
-
"
|
|
971
|
-
"
|
|
914
|
+
"name": "deduplicationModeManualFlag",
|
|
915
|
+
"type": "zeebe:property"
|
|
972
916
|
},
|
|
973
|
-
"
|
|
974
|
-
"constraints": {
|
|
975
|
-
"notEmpty": true
|
|
976
|
-
}
|
|
917
|
+
"type": "Boolean"
|
|
977
918
|
},
|
|
978
919
|
{
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
"
|
|
982
|
-
|
|
983
|
-
|
|
920
|
+
"id": "deduplicationId",
|
|
921
|
+
"label": "Deduplication ID",
|
|
922
|
+
"constraints": {
|
|
923
|
+
"notEmpty": true,
|
|
924
|
+
"pattern": {
|
|
925
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
926
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"group": "deduplication",
|
|
930
|
+
"binding": {
|
|
931
|
+
"name": "deduplicationId",
|
|
932
|
+
"type": "zeebe:property"
|
|
933
|
+
},
|
|
934
|
+
"condition": {
|
|
935
|
+
"property": "deduplicationModeManualFlag",
|
|
936
|
+
"equals": true,
|
|
937
|
+
"type": "simple"
|
|
938
|
+
},
|
|
939
|
+
"type": "String"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"id": "deduplicationModeManual",
|
|
943
|
+
"value": "MANUAL",
|
|
944
|
+
"group": "deduplication",
|
|
984
945
|
"binding": {
|
|
985
|
-
"
|
|
986
|
-
"
|
|
946
|
+
"name": "deduplicationMode",
|
|
947
|
+
"type": "zeebe:property"
|
|
987
948
|
},
|
|
988
|
-
"
|
|
949
|
+
"condition": {
|
|
950
|
+
"property": "deduplicationId",
|
|
951
|
+
"isActive": true,
|
|
952
|
+
"type": "simple"
|
|
953
|
+
},
|
|
954
|
+
"type": "Hidden"
|
|
989
955
|
},
|
|
990
956
|
{
|
|
991
|
-
"
|
|
992
|
-
"
|
|
993
|
-
"group": "
|
|
994
|
-
"feel": "required",
|
|
995
|
-
"optional": true,
|
|
957
|
+
"id": "deduplicationModeAuto",
|
|
958
|
+
"value": "AUTO",
|
|
959
|
+
"group": "deduplication",
|
|
996
960
|
"binding": {
|
|
997
|
-
"
|
|
998
|
-
"
|
|
961
|
+
"name": "deduplicationMode",
|
|
962
|
+
"type": "zeebe:property"
|
|
999
963
|
},
|
|
1000
|
-
"
|
|
964
|
+
"condition": {
|
|
965
|
+
"property": "deduplicationId",
|
|
966
|
+
"isActive": false,
|
|
967
|
+
"type": "simple"
|
|
968
|
+
},
|
|
969
|
+
"type": "Hidden"
|
|
1001
970
|
},
|
|
1002
971
|
{
|
|
972
|
+
"id": "resultVariable",
|
|
1003
973
|
"label": "Result variable",
|
|
1004
|
-
"
|
|
1005
|
-
"group": "
|
|
1006
|
-
"optional": true,
|
|
974
|
+
"description": "Name of variable to store the response in",
|
|
975
|
+
"group": "output",
|
|
1007
976
|
"binding": {
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
977
|
+
"name": "resultVariable",
|
|
978
|
+
"type": "zeebe:property"
|
|
1010
979
|
},
|
|
1011
|
-
"
|
|
980
|
+
"type": "String"
|
|
1012
981
|
},
|
|
1013
982
|
{
|
|
983
|
+
"id": "resultExpression",
|
|
1014
984
|
"label": "Result expression",
|
|
1015
|
-
"description": "Expression to map the
|
|
1016
|
-
"group": "variable-mapping",
|
|
1017
|
-
"type": "Text",
|
|
985
|
+
"description": "Expression to map the response into process variables",
|
|
1018
986
|
"feel": "required",
|
|
987
|
+
"group": "output",
|
|
1019
988
|
"binding": {
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1022
|
-
}
|
|
989
|
+
"name": "resultExpression",
|
|
990
|
+
"type": "zeebe:property"
|
|
991
|
+
},
|
|
992
|
+
"type": "Text"
|
|
1023
993
|
}
|
|
1024
994
|
],
|
|
1025
995
|
"icon": {
|
|
1026
|
-
"contents": "data:image/svg+xml;
|
|
996
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1027
997
|
},
|
|
1028
998
|
"engines": {
|
|
1029
|
-
"camunda": "^8.
|
|
999
|
+
"camunda": "^8.6"
|
|
1030
1000
|
}
|
|
1031
1001
|
},
|
|
1032
1002
|
{
|
|
@@ -1475,11 +1445,11 @@
|
|
|
1475
1445
|
},
|
|
1476
1446
|
{
|
|
1477
1447
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1478
|
-
"name": "Kafka
|
|
1448
|
+
"name": "Kafka consumer connector",
|
|
1479
1449
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1480
|
-
"version":
|
|
1481
|
-
"description": "Consume Kafka
|
|
1482
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
1450
|
+
"version": 1,
|
|
1451
|
+
"description": "Consume Kafka message",
|
|
1452
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
|
|
1483
1453
|
"category": {
|
|
1484
1454
|
"id": "connectors",
|
|
1485
1455
|
"name": "Connectors"
|
|
@@ -1608,22 +1578,6 @@
|
|
|
1608
1578
|
"notEmpty": true
|
|
1609
1579
|
}
|
|
1610
1580
|
},
|
|
1611
|
-
{
|
|
1612
|
-
"label": "Consumer Group ID",
|
|
1613
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1614
|
-
"group": "kafka",
|
|
1615
|
-
"type": "String",
|
|
1616
|
-
"feel": "optional",
|
|
1617
|
-
"optional": true,
|
|
1618
|
-
"binding": {
|
|
1619
|
-
"type": "zeebe:property",
|
|
1620
|
-
"name": "groupId"
|
|
1621
|
-
},
|
|
1622
|
-
"constraints": {
|
|
1623
|
-
"notEmpty": false,
|
|
1624
|
-
"maxLength": 250
|
|
1625
|
-
}
|
|
1626
|
-
},
|
|
1627
1581
|
{
|
|
1628
1582
|
"label": "Additional properties",
|
|
1629
1583
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
@@ -1638,7 +1592,7 @@
|
|
|
1638
1592
|
},
|
|
1639
1593
|
{
|
|
1640
1594
|
"label": "Offsets",
|
|
1641
|
-
"description": "
|
|
1595
|
+
"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",
|
|
1642
1596
|
"group": "kafka",
|
|
1643
1597
|
"type": "String",
|
|
1644
1598
|
"feel": "optional",
|
|
@@ -1748,7 +1702,7 @@
|
|
|
1748
1702
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1749
1703
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
1750
1704
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1751
|
-
"version":
|
|
1705
|
+
"version": 2,
|
|
1752
1706
|
"description": "Consume Kafka messages",
|
|
1753
1707
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1754
1708
|
"category": {
|
|
@@ -1973,18 +1927,6 @@
|
|
|
1973
1927
|
"notEmpty": true
|
|
1974
1928
|
}
|
|
1975
1929
|
},
|
|
1976
|
-
{
|
|
1977
|
-
"label": "Message ID expression",
|
|
1978
|
-
"feel": "required",
|
|
1979
|
-
"type": "String",
|
|
1980
|
-
"optional": true,
|
|
1981
|
-
"group": "activation",
|
|
1982
|
-
"binding": {
|
|
1983
|
-
"type": "zeebe:property",
|
|
1984
|
-
"name": "messageIdExpression"
|
|
1985
|
-
},
|
|
1986
|
-
"description": "Expression to extract unique identifier of a message"
|
|
1987
|
-
},
|
|
1988
1930
|
{
|
|
1989
1931
|
"label": "Activation condition",
|
|
1990
1932
|
"type": "String",
|
|
@@ -2024,19 +1966,16 @@
|
|
|
2024
1966
|
"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"
|
|
2025
1967
|
},
|
|
2026
1968
|
"engines": {
|
|
2027
|
-
"camunda": "^8.
|
|
1969
|
+
"camunda": "^8.2"
|
|
2028
1970
|
}
|
|
2029
1971
|
},
|
|
2030
1972
|
{
|
|
2031
1973
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2032
1974
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
2033
1975
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1976
|
+
"version": 3,
|
|
2034
1977
|
"description": "Consume Kafka messages",
|
|
2035
|
-
"metadata": {
|
|
2036
|
-
"keywords": []
|
|
2037
|
-
},
|
|
2038
1978
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
2039
|
-
"version": 7,
|
|
2040
1979
|
"category": {
|
|
2041
1980
|
"id": "connectors",
|
|
2042
1981
|
"name": "Connectors"
|
|
@@ -2046,9 +1985,6 @@
|
|
|
2046
1985
|
"value": "bpmn:IntermediateCatchEvent",
|
|
2047
1986
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2048
1987
|
},
|
|
2049
|
-
"engines": {
|
|
2050
|
-
"camunda": "^8.3"
|
|
2051
|
-
},
|
|
2052
1988
|
"groups": [
|
|
2053
1989
|
{
|
|
2054
1990
|
"id": "authentication",
|
|
@@ -2058,53 +1994,41 @@
|
|
|
2058
1994
|
"id": "kafka",
|
|
2059
1995
|
"label": "Kafka"
|
|
2060
1996
|
},
|
|
2061
|
-
{
|
|
2062
|
-
"id": "schema",
|
|
2063
|
-
"label": "Schema"
|
|
2064
|
-
},
|
|
2065
1997
|
{
|
|
2066
1998
|
"id": "activation",
|
|
2067
1999
|
"label": "Activation"
|
|
2068
2000
|
},
|
|
2069
2001
|
{
|
|
2070
|
-
"id": "
|
|
2071
|
-
"label": "
|
|
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"
|
|
2002
|
+
"id": "variable-mapping",
|
|
2003
|
+
"label": "Variable mapping"
|
|
2082
2004
|
}
|
|
2083
2005
|
],
|
|
2084
2006
|
"properties": [
|
|
2085
2007
|
{
|
|
2008
|
+
"type": "Hidden",
|
|
2086
2009
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
2087
2010
|
"binding": {
|
|
2088
|
-
"
|
|
2089
|
-
"
|
|
2011
|
+
"type": "zeebe:property",
|
|
2012
|
+
"name": "inbound.type"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"type": "Hidden",
|
|
2017
|
+
"generatedValue": {
|
|
2018
|
+
"type": "uuid"
|
|
2090
2019
|
},
|
|
2091
|
-
"
|
|
2020
|
+
"binding": {
|
|
2021
|
+
"type": "bpmn:Message#property",
|
|
2022
|
+
"name": "name"
|
|
2023
|
+
}
|
|
2092
2024
|
},
|
|
2093
2025
|
{
|
|
2094
|
-
"id": "authenticationType",
|
|
2095
2026
|
"label": "Authentication type",
|
|
2096
2027
|
"description": "Username/password or custom",
|
|
2097
|
-
"
|
|
2098
|
-
"value": "credentials",
|
|
2099
|
-
"constraints": {
|
|
2100
|
-
"notEmpty": true
|
|
2101
|
-
},
|
|
2028
|
+
"id": "authenticationType",
|
|
2102
2029
|
"group": "authentication",
|
|
2103
|
-
"binding": {
|
|
2104
|
-
"name": "authenticationType",
|
|
2105
|
-
"type": "zeebe:property"
|
|
2106
|
-
},
|
|
2107
2030
|
"type": "Dropdown",
|
|
2031
|
+
"value": "credentials",
|
|
2108
2032
|
"choices": [
|
|
2109
2033
|
{
|
|
2110
2034
|
"name": "Credentials",
|
|
@@ -2114,120 +2038,120 @@
|
|
|
2114
2038
|
"name": "Custom",
|
|
2115
2039
|
"value": "custom"
|
|
2116
2040
|
}
|
|
2117
|
-
]
|
|
2041
|
+
],
|
|
2042
|
+
"binding": {
|
|
2043
|
+
"type": "zeebe:property",
|
|
2044
|
+
"name": "authenticationType"
|
|
2045
|
+
}
|
|
2118
2046
|
},
|
|
2119
2047
|
{
|
|
2120
|
-
"id": "authentication.username",
|
|
2121
2048
|
"label": "Username",
|
|
2122
2049
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
2123
|
-
"optional": true,
|
|
2124
2050
|
"group": "authentication",
|
|
2051
|
+
"type": "String",
|
|
2052
|
+
"feel": "optional",
|
|
2053
|
+
"optional": true,
|
|
2125
2054
|
"binding": {
|
|
2126
|
-
"
|
|
2127
|
-
"
|
|
2055
|
+
"type": "zeebe:property",
|
|
2056
|
+
"name": "authentication.username"
|
|
2128
2057
|
},
|
|
2129
|
-
"
|
|
2058
|
+
"condition": {
|
|
2059
|
+
"property": "authenticationType",
|
|
2060
|
+
"equals": "credentials"
|
|
2061
|
+
}
|
|
2130
2062
|
},
|
|
2131
2063
|
{
|
|
2132
|
-
"id": "authentication.password",
|
|
2133
2064
|
"label": "Password",
|
|
2134
2065
|
"description": "Provide a password for the user",
|
|
2135
|
-
"optional": true,
|
|
2136
2066
|
"group": "authentication",
|
|
2067
|
+
"type": "String",
|
|
2068
|
+
"feel": "optional",
|
|
2069
|
+
"optional": true,
|
|
2137
2070
|
"binding": {
|
|
2138
|
-
"
|
|
2139
|
-
"
|
|
2071
|
+
"type": "zeebe:property",
|
|
2072
|
+
"name": "authentication.password"
|
|
2140
2073
|
},
|
|
2141
|
-
"
|
|
2074
|
+
"condition": {
|
|
2075
|
+
"property": "authenticationType",
|
|
2076
|
+
"equals": "credentials"
|
|
2077
|
+
}
|
|
2142
2078
|
},
|
|
2143
2079
|
{
|
|
2144
|
-
"id": "topic.bootstrapServers",
|
|
2145
2080
|
"label": "Bootstrap servers",
|
|
2146
2081
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2147
|
-
"optional": false,
|
|
2148
|
-
"constraints": {
|
|
2149
|
-
"notEmpty": true
|
|
2150
|
-
},
|
|
2151
2082
|
"group": "kafka",
|
|
2083
|
+
"type": "String",
|
|
2084
|
+
"feel": "optional",
|
|
2152
2085
|
"binding": {
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2086
|
+
"type": "zeebe:property",
|
|
2087
|
+
"name": "topic.bootstrapServers"
|
|
2155
2088
|
},
|
|
2156
|
-
"
|
|
2089
|
+
"constraints": {
|
|
2090
|
+
"notEmpty": true
|
|
2091
|
+
}
|
|
2157
2092
|
},
|
|
2158
2093
|
{
|
|
2159
|
-
"id": "topic.topicName",
|
|
2160
2094
|
"label": "Topic",
|
|
2161
|
-
"description": "Provide topic name",
|
|
2162
|
-
"optional": false,
|
|
2163
|
-
"constraints": {
|
|
2164
|
-
"notEmpty": true
|
|
2165
|
-
},
|
|
2095
|
+
"description": "Provide the topic name",
|
|
2166
2096
|
"group": "kafka",
|
|
2097
|
+
"type": "String",
|
|
2098
|
+
"feel": "optional",
|
|
2167
2099
|
"binding": {
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2100
|
+
"type": "zeebe:property",
|
|
2101
|
+
"name": "topic.topicName"
|
|
2170
2102
|
},
|
|
2171
|
-
"
|
|
2103
|
+
"constraints": {
|
|
2104
|
+
"notEmpty": true
|
|
2105
|
+
}
|
|
2172
2106
|
},
|
|
2173
2107
|
{
|
|
2174
|
-
"
|
|
2175
|
-
"label": "Consumer group ID",
|
|
2108
|
+
"label": "Consumer Group ID",
|
|
2176
2109
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
2177
|
-
"optional": false,
|
|
2178
2110
|
"group": "kafka",
|
|
2111
|
+
"type": "String",
|
|
2112
|
+
"feel": "optional",
|
|
2113
|
+
"optional": true,
|
|
2179
2114
|
"binding": {
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2115
|
+
"type": "zeebe:property",
|
|
2116
|
+
"name": "groupId"
|
|
2182
2117
|
},
|
|
2183
|
-
"
|
|
2118
|
+
"constraints": {
|
|
2119
|
+
"notEmpty": false,
|
|
2120
|
+
"maxLength": 250
|
|
2121
|
+
}
|
|
2184
2122
|
},
|
|
2185
2123
|
{
|
|
2186
|
-
"id": "additionalProperties",
|
|
2187
2124
|
"label": "Additional properties",
|
|
2188
2125
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2126
|
+
"group": "kafka",
|
|
2127
|
+
"type": "String",
|
|
2189
2128
|
"optional": true,
|
|
2190
2129
|
"feel": "required",
|
|
2191
|
-
"group": "kafka",
|
|
2192
2130
|
"binding": {
|
|
2193
|
-
"
|
|
2194
|
-
"
|
|
2195
|
-
}
|
|
2196
|
-
"type": "String"
|
|
2131
|
+
"type": "zeebe:property",
|
|
2132
|
+
"name": "additionalProperties"
|
|
2133
|
+
}
|
|
2197
2134
|
},
|
|
2198
2135
|
{
|
|
2199
|
-
"id": "offsets",
|
|
2200
2136
|
"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,
|
|
2203
|
-
"feel": "optional",
|
|
2137
|
+
"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",
|
|
2204
2138
|
"group": "kafka",
|
|
2139
|
+
"type": "String",
|
|
2140
|
+
"feel": "optional",
|
|
2141
|
+
"optional": true,
|
|
2205
2142
|
"binding": {
|
|
2206
|
-
"
|
|
2207
|
-
"
|
|
2208
|
-
}
|
|
2209
|
-
"type": "String"
|
|
2143
|
+
"type": "zeebe:property",
|
|
2144
|
+
"name": "offsets"
|
|
2145
|
+
}
|
|
2210
2146
|
},
|
|
2211
2147
|
{
|
|
2212
|
-
"id": "autoOffsetReset",
|
|
2213
2148
|
"label": "Auto offset reset",
|
|
2214
2149
|
"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
|
-
"
|
|
2216
|
-
"value": "latest",
|
|
2217
|
-
"constraints": {
|
|
2218
|
-
"notEmpty": true
|
|
2219
|
-
},
|
|
2150
|
+
"id": "autoOffsetReset",
|
|
2220
2151
|
"group": "kafka",
|
|
2221
|
-
"binding": {
|
|
2222
|
-
"name": "autoOffsetReset",
|
|
2223
|
-
"type": "zeebe:property"
|
|
2224
|
-
},
|
|
2225
2152
|
"type": "Dropdown",
|
|
2153
|
+
"value": "latest",
|
|
2226
2154
|
"choices": [
|
|
2227
|
-
{
|
|
2228
|
-
"name": "None",
|
|
2229
|
-
"value": "none"
|
|
2230
|
-
},
|
|
2231
2155
|
{
|
|
2232
2156
|
"name": "Latest",
|
|
2233
2157
|
"value": "latest"
|
|
@@ -2235,293 +2159,378 @@
|
|
|
2235
2159
|
{
|
|
2236
2160
|
"name": "Earliest",
|
|
2237
2161
|
"value": "earliest"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "None",
|
|
2165
|
+
"value": "none"
|
|
2238
2166
|
}
|
|
2239
|
-
]
|
|
2167
|
+
],
|
|
2168
|
+
"binding": {
|
|
2169
|
+
"type": "zeebe:property",
|
|
2170
|
+
"name": "autoOffsetReset"
|
|
2171
|
+
}
|
|
2240
2172
|
},
|
|
2241
2173
|
{
|
|
2242
|
-
"
|
|
2243
|
-
"
|
|
2244
|
-
"
|
|
2245
|
-
"
|
|
2174
|
+
"label": "Correlation key (process)",
|
|
2175
|
+
"type": "String",
|
|
2176
|
+
"group": "activation",
|
|
2177
|
+
"feel": "required",
|
|
2178
|
+
"description": "Sets up the correlation key from process variables",
|
|
2246
2179
|
"binding": {
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2180
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2181
|
+
"name": "correlationKey"
|
|
2249
2182
|
},
|
|
2250
|
-
"
|
|
2251
|
-
|
|
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
|
-
]
|
|
2183
|
+
"constraints": {
|
|
2184
|
+
"notEmpty": true
|
|
2185
|
+
}
|
|
2265
2186
|
},
|
|
2266
2187
|
{
|
|
2267
|
-
"
|
|
2268
|
-
"
|
|
2269
|
-
"
|
|
2270
|
-
"
|
|
2188
|
+
"label": "Correlation key (payload)",
|
|
2189
|
+
"type": "String",
|
|
2190
|
+
"group": "activation",
|
|
2191
|
+
"feel": "required",
|
|
2192
|
+
"binding": {
|
|
2193
|
+
"type": "zeebe:property",
|
|
2194
|
+
"name": "correlationKeyExpression"
|
|
2195
|
+
},
|
|
2196
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2271
2197
|
"constraints": {
|
|
2272
2198
|
"notEmpty": true
|
|
2273
|
-
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"label": "Message ID expression",
|
|
2274
2203
|
"feel": "required",
|
|
2275
|
-
"
|
|
2204
|
+
"type": "String",
|
|
2205
|
+
"optional": true,
|
|
2206
|
+
"group": "activation",
|
|
2276
2207
|
"binding": {
|
|
2277
|
-
"
|
|
2278
|
-
"
|
|
2208
|
+
"type": "zeebe:property",
|
|
2209
|
+
"name": "messageIdExpression"
|
|
2279
2210
|
},
|
|
2280
|
-
"
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2211
|
+
"description": "Expression to extract unique identifier of a message"
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"label": "Activation condition",
|
|
2215
|
+
"type": "String",
|
|
2216
|
+
"group": "activation",
|
|
2217
|
+
"feel": "required",
|
|
2218
|
+
"optional": true,
|
|
2219
|
+
"binding": {
|
|
2220
|
+
"type": "zeebe:property",
|
|
2221
|
+
"name": "activationCondition"
|
|
2284
2222
|
},
|
|
2285
|
-
"
|
|
2223
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
2286
2224
|
},
|
|
2287
2225
|
{
|
|
2288
|
-
"
|
|
2289
|
-
"
|
|
2290
|
-
"
|
|
2291
|
-
"optional":
|
|
2292
|
-
"value": "avro",
|
|
2293
|
-
"group": "schema",
|
|
2226
|
+
"label": "Result variable",
|
|
2227
|
+
"type": "String",
|
|
2228
|
+
"group": "variable-mapping",
|
|
2229
|
+
"optional": true,
|
|
2294
2230
|
"binding": {
|
|
2295
|
-
"
|
|
2296
|
-
"
|
|
2231
|
+
"type": "zeebe:property",
|
|
2232
|
+
"name": "resultVariable"
|
|
2297
2233
|
},
|
|
2298
|
-
"
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2234
|
+
"description": "Name of variable to store the result of the connector in"
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"label": "Result expression",
|
|
2238
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
2239
|
+
"group": "variable-mapping",
|
|
2240
|
+
"type": "Text",
|
|
2241
|
+
"feel": "required",
|
|
2242
|
+
"binding": {
|
|
2243
|
+
"type": "zeebe:property",
|
|
2244
|
+
"name": "resultExpression"
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
],
|
|
2248
|
+
"icon": {
|
|
2249
|
+
"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"
|
|
2250
|
+
},
|
|
2251
|
+
"engines": {
|
|
2252
|
+
"camunda": "^8.4"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
2257
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
2258
|
+
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
2259
|
+
"version": 4,
|
|
2260
|
+
"description": "Consume Kafka messages",
|
|
2261
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
2262
|
+
"category": {
|
|
2263
|
+
"id": "connectors",
|
|
2264
|
+
"name": "Connectors"
|
|
2265
|
+
},
|
|
2266
|
+
"appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
|
|
2267
|
+
"elementType": {
|
|
2268
|
+
"value": "bpmn:IntermediateCatchEvent",
|
|
2269
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
2270
|
+
},
|
|
2271
|
+
"groups": [
|
|
2272
|
+
{
|
|
2273
|
+
"id": "authentication",
|
|
2274
|
+
"label": "Authentication"
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"id": "kafka",
|
|
2278
|
+
"label": "Kafka"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"id": "activation",
|
|
2282
|
+
"label": "Activation"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"id": "variable-mapping",
|
|
2286
|
+
"label": "Variable mapping"
|
|
2287
|
+
}
|
|
2288
|
+
],
|
|
2289
|
+
"properties": [
|
|
2290
|
+
{
|
|
2291
|
+
"type": "Hidden",
|
|
2292
|
+
"value": "io.camunda:connector-kafka-inbound:1",
|
|
2293
|
+
"binding": {
|
|
2294
|
+
"type": "zeebe:property",
|
|
2295
|
+
"name": "inbound.type"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"type": "Hidden",
|
|
2300
|
+
"generatedValue": {
|
|
2301
|
+
"type": "uuid"
|
|
2302
2302
|
},
|
|
2303
|
+
"binding": {
|
|
2304
|
+
"type": "bpmn:Message#property",
|
|
2305
|
+
"name": "name"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"label": "Authentication type",
|
|
2310
|
+
"description": "Username/password or custom",
|
|
2311
|
+
"id": "authenticationType",
|
|
2312
|
+
"group": "authentication",
|
|
2303
2313
|
"type": "Dropdown",
|
|
2314
|
+
"value": "credentials",
|
|
2304
2315
|
"choices": [
|
|
2305
2316
|
{
|
|
2306
|
-
"name": "
|
|
2307
|
-
"value": "
|
|
2317
|
+
"name": "Credentials",
|
|
2318
|
+
"value": "credentials"
|
|
2308
2319
|
},
|
|
2309
2320
|
{
|
|
2310
|
-
"name": "
|
|
2311
|
-
"value": "
|
|
2321
|
+
"name": "Custom",
|
|
2322
|
+
"value": "custom"
|
|
2312
2323
|
}
|
|
2313
|
-
]
|
|
2324
|
+
],
|
|
2325
|
+
"binding": {
|
|
2326
|
+
"type": "zeebe:property",
|
|
2327
|
+
"name": "authenticationType"
|
|
2328
|
+
}
|
|
2314
2329
|
},
|
|
2315
2330
|
{
|
|
2316
|
-
"
|
|
2317
|
-
"
|
|
2318
|
-
"
|
|
2319
|
-
"
|
|
2320
|
-
"
|
|
2321
|
-
|
|
2322
|
-
},
|
|
2323
|
-
"group": "schema",
|
|
2331
|
+
"label": "Username",
|
|
2332
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
2333
|
+
"group": "authentication",
|
|
2334
|
+
"type": "String",
|
|
2335
|
+
"feel": "optional",
|
|
2336
|
+
"optional": true,
|
|
2324
2337
|
"binding": {
|
|
2325
|
-
"
|
|
2326
|
-
"
|
|
2338
|
+
"type": "zeebe:property",
|
|
2339
|
+
"name": "authentication.username"
|
|
2327
2340
|
},
|
|
2328
2341
|
"condition": {
|
|
2329
|
-
"property": "
|
|
2330
|
-
"equals": "
|
|
2331
|
-
|
|
2332
|
-
},
|
|
2333
|
-
"type": "String"
|
|
2342
|
+
"property": "authenticationType",
|
|
2343
|
+
"equals": "credentials"
|
|
2344
|
+
}
|
|
2334
2345
|
},
|
|
2335
2346
|
{
|
|
2336
|
-
"
|
|
2337
|
-
"
|
|
2338
|
-
"
|
|
2347
|
+
"label": "Password",
|
|
2348
|
+
"description": "Provide a password for the user",
|
|
2349
|
+
"group": "authentication",
|
|
2350
|
+
"type": "String",
|
|
2351
|
+
"feel": "optional",
|
|
2339
2352
|
"optional": true,
|
|
2340
|
-
"feel": "required",
|
|
2341
|
-
"group": "activation",
|
|
2342
2353
|
"binding": {
|
|
2343
|
-
"
|
|
2344
|
-
"
|
|
2354
|
+
"type": "zeebe:property",
|
|
2355
|
+
"name": "authentication.password"
|
|
2345
2356
|
},
|
|
2346
|
-
"
|
|
2357
|
+
"condition": {
|
|
2358
|
+
"property": "authenticationType",
|
|
2359
|
+
"equals": "credentials"
|
|
2360
|
+
}
|
|
2347
2361
|
},
|
|
2348
2362
|
{
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2351
|
-
"
|
|
2352
|
-
"
|
|
2363
|
+
"label": "Bootstrap servers",
|
|
2364
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2365
|
+
"group": "kafka",
|
|
2366
|
+
"type": "String",
|
|
2367
|
+
"feel": "optional",
|
|
2353
2368
|
"binding": {
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2369
|
+
"type": "zeebe:property",
|
|
2370
|
+
"name": "topic.bootstrapServers"
|
|
2356
2371
|
},
|
|
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
2372
|
"constraints": {
|
|
2365
2373
|
"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"
|
|
2374
|
+
}
|
|
2374
2375
|
},
|
|
2375
2376
|
{
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2377
|
+
"label": "Topic",
|
|
2378
|
+
"description": "Provide the topic name",
|
|
2379
|
+
"group": "kafka",
|
|
2380
|
+
"type": "String",
|
|
2381
|
+
"binding": {
|
|
2382
|
+
"type": "zeebe:property",
|
|
2383
|
+
"name": "topic.topicName"
|
|
2384
|
+
},
|
|
2379
2385
|
"constraints": {
|
|
2380
2386
|
"notEmpty": true
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
|
|
2387
|
+
}
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"label": "Consumer Group ID",
|
|
2391
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
2392
|
+
"group": "kafka",
|
|
2393
|
+
"type": "String",
|
|
2394
|
+
"optional": true,
|
|
2384
2395
|
"binding": {
|
|
2385
|
-
"
|
|
2386
|
-
"
|
|
2396
|
+
"type": "zeebe:property",
|
|
2397
|
+
"name": "groupId"
|
|
2387
2398
|
},
|
|
2388
|
-
"
|
|
2399
|
+
"constraints": {
|
|
2400
|
+
"notEmpty": false,
|
|
2401
|
+
"maxLength": 250
|
|
2402
|
+
}
|
|
2389
2403
|
},
|
|
2390
2404
|
{
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2393
|
-
"
|
|
2405
|
+
"label": "Additional properties",
|
|
2406
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2407
|
+
"group": "kafka",
|
|
2408
|
+
"type": "String",
|
|
2394
2409
|
"optional": true,
|
|
2395
2410
|
"feel": "required",
|
|
2396
|
-
"group": "correlation",
|
|
2397
2411
|
"binding": {
|
|
2398
|
-
"
|
|
2399
|
-
"
|
|
2400
|
-
}
|
|
2401
|
-
"type": "String"
|
|
2412
|
+
"type": "zeebe:property",
|
|
2413
|
+
"name": "additionalProperties"
|
|
2414
|
+
}
|
|
2402
2415
|
},
|
|
2403
2416
|
{
|
|
2404
|
-
"
|
|
2405
|
-
"
|
|
2406
|
-
"
|
|
2407
|
-
"
|
|
2408
|
-
"constraints": {
|
|
2409
|
-
"notEmpty": false,
|
|
2410
|
-
"pattern": {
|
|
2411
|
-
"value": "^(PT.*|)$",
|
|
2412
|
-
"message": "must be an ISO-8601 duration"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2417
|
+
"label": "Offsets",
|
|
2418
|
+
"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",
|
|
2419
|
+
"group": "kafka",
|
|
2420
|
+
"type": "String",
|
|
2415
2421
|
"feel": "optional",
|
|
2416
|
-
"
|
|
2422
|
+
"optional": true,
|
|
2417
2423
|
"binding": {
|
|
2418
|
-
"
|
|
2419
|
-
"
|
|
2420
|
-
}
|
|
2421
|
-
"type": "String"
|
|
2424
|
+
"type": "zeebe:property",
|
|
2425
|
+
"name": "offsets"
|
|
2426
|
+
}
|
|
2422
2427
|
},
|
|
2423
2428
|
{
|
|
2424
|
-
"
|
|
2425
|
-
"
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
"
|
|
2429
|
+
"label": "Auto offset reset",
|
|
2430
|
+
"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",
|
|
2431
|
+
"id": "autoOffsetReset",
|
|
2432
|
+
"group": "kafka",
|
|
2433
|
+
"type": "Dropdown",
|
|
2434
|
+
"value": "latest",
|
|
2435
|
+
"choices": [
|
|
2436
|
+
{
|
|
2437
|
+
"name": "Latest",
|
|
2438
|
+
"value": "latest"
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
"name": "Earliest",
|
|
2442
|
+
"value": "earliest"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "None",
|
|
2446
|
+
"value": "none"
|
|
2447
|
+
}
|
|
2448
|
+
],
|
|
2429
2449
|
"binding": {
|
|
2430
|
-
"
|
|
2431
|
-
"
|
|
2432
|
-
}
|
|
2433
|
-
"type": "Hidden"
|
|
2450
|
+
"type": "zeebe:property",
|
|
2451
|
+
"name": "autoOffsetReset"
|
|
2452
|
+
}
|
|
2434
2453
|
},
|
|
2435
2454
|
{
|
|
2436
|
-
"
|
|
2437
|
-
"
|
|
2438
|
-
"
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2455
|
+
"label": "Correlation key (process)",
|
|
2456
|
+
"type": "String",
|
|
2457
|
+
"group": "activation",
|
|
2458
|
+
"feel": "required",
|
|
2459
|
+
"description": "Sets up the correlation key from process variables",
|
|
2441
2460
|
"binding": {
|
|
2442
|
-
"
|
|
2443
|
-
"
|
|
2461
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
2462
|
+
"name": "correlationKey"
|
|
2444
2463
|
},
|
|
2445
|
-
"
|
|
2464
|
+
"constraints": {
|
|
2465
|
+
"notEmpty": true
|
|
2466
|
+
}
|
|
2446
2467
|
},
|
|
2447
2468
|
{
|
|
2448
|
-
"
|
|
2449
|
-
"
|
|
2450
|
-
"
|
|
2451
|
-
|
|
2452
|
-
"pattern": {
|
|
2453
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
2454
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
2455
|
-
}
|
|
2456
|
-
},
|
|
2457
|
-
"group": "deduplication",
|
|
2469
|
+
"label": "Correlation key (payload)",
|
|
2470
|
+
"type": "String",
|
|
2471
|
+
"group": "activation",
|
|
2472
|
+
"feel": "required",
|
|
2458
2473
|
"binding": {
|
|
2459
|
-
"
|
|
2460
|
-
"
|
|
2461
|
-
},
|
|
2462
|
-
"condition": {
|
|
2463
|
-
"property": "deduplicationModeManualFlag",
|
|
2464
|
-
"equals": true,
|
|
2465
|
-
"type": "simple"
|
|
2474
|
+
"type": "zeebe:property",
|
|
2475
|
+
"name": "correlationKeyExpression"
|
|
2466
2476
|
},
|
|
2467
|
-
"
|
|
2477
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
2478
|
+
"constraints": {
|
|
2479
|
+
"notEmpty": true
|
|
2480
|
+
}
|
|
2468
2481
|
},
|
|
2469
2482
|
{
|
|
2470
|
-
"
|
|
2471
|
-
"
|
|
2472
|
-
"
|
|
2483
|
+
"label": "Message ID expression",
|
|
2484
|
+
"feel": "required",
|
|
2485
|
+
"type": "String",
|
|
2486
|
+
"optional": true,
|
|
2487
|
+
"group": "activation",
|
|
2473
2488
|
"binding": {
|
|
2474
|
-
"
|
|
2475
|
-
"
|
|
2476
|
-
},
|
|
2477
|
-
"condition": {
|
|
2478
|
-
"property": "deduplicationId",
|
|
2479
|
-
"isActive": true,
|
|
2480
|
-
"type": "simple"
|
|
2489
|
+
"type": "zeebe:property",
|
|
2490
|
+
"name": "messageIdExpression"
|
|
2481
2491
|
},
|
|
2482
|
-
"
|
|
2492
|
+
"description": "Expression to extract unique identifier of a message"
|
|
2483
2493
|
},
|
|
2484
2494
|
{
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2487
|
-
"group": "
|
|
2495
|
+
"label": "Activation condition",
|
|
2496
|
+
"type": "String",
|
|
2497
|
+
"group": "activation",
|
|
2498
|
+
"feel": "required",
|
|
2499
|
+
"optional": true,
|
|
2488
2500
|
"binding": {
|
|
2489
|
-
"
|
|
2490
|
-
"
|
|
2491
|
-
},
|
|
2492
|
-
"condition": {
|
|
2493
|
-
"property": "deduplicationId",
|
|
2494
|
-
"isActive": false,
|
|
2495
|
-
"type": "simple"
|
|
2501
|
+
"type": "zeebe:property",
|
|
2502
|
+
"name": "activationCondition"
|
|
2496
2503
|
},
|
|
2497
|
-
"
|
|
2504
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
2498
2505
|
},
|
|
2499
2506
|
{
|
|
2500
|
-
"id": "resultVariable",
|
|
2501
2507
|
"label": "Result variable",
|
|
2502
|
-
"
|
|
2503
|
-
"group": "
|
|
2508
|
+
"type": "String",
|
|
2509
|
+
"group": "variable-mapping",
|
|
2510
|
+
"optional": true,
|
|
2504
2511
|
"binding": {
|
|
2505
|
-
"
|
|
2506
|
-
"
|
|
2512
|
+
"type": "zeebe:property",
|
|
2513
|
+
"name": "resultVariable"
|
|
2507
2514
|
},
|
|
2508
|
-
"
|
|
2515
|
+
"description": "Name of variable to store the result of the connector in"
|
|
2509
2516
|
},
|
|
2510
2517
|
{
|
|
2511
|
-
"id": "resultExpression",
|
|
2512
2518
|
"label": "Result expression",
|
|
2513
|
-
"description": "Expression to map the
|
|
2519
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
2520
|
+
"group": "variable-mapping",
|
|
2521
|
+
"type": "Text",
|
|
2514
2522
|
"feel": "required",
|
|
2515
|
-
"group": "output",
|
|
2516
2523
|
"binding": {
|
|
2517
|
-
"
|
|
2518
|
-
"
|
|
2519
|
-
}
|
|
2520
|
-
"type": "Text"
|
|
2524
|
+
"type": "zeebe:property",
|
|
2525
|
+
"name": "resultExpression"
|
|
2526
|
+
}
|
|
2521
2527
|
}
|
|
2522
2528
|
],
|
|
2523
2529
|
"icon": {
|
|
2524
|
-
"contents": "data:image/svg+xml;
|
|
2530
|
+
"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"
|
|
2531
|
+
},
|
|
2532
|
+
"engines": {
|
|
2533
|
+
"camunda": "^8.5"
|
|
2525
2534
|
}
|
|
2526
2535
|
}
|
|
2527
2536
|
]
|