@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 Message Start Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.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:StartEvent",
|
|
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",
|
|
@@ -385,6 +397,19 @@
|
|
|
385
397
|
},
|
|
386
398
|
"type": "String"
|
|
387
399
|
},
|
|
400
|
+
{
|
|
401
|
+
"id": "messageIdExpression",
|
|
402
|
+
"label": "Message ID expression",
|
|
403
|
+
"description": "Expression to extract unique identifier of a message",
|
|
404
|
+
"optional": true,
|
|
405
|
+
"feel": "required",
|
|
406
|
+
"group": "correlation",
|
|
407
|
+
"binding": {
|
|
408
|
+
"name": "messageIdExpression",
|
|
409
|
+
"type": "zeebe:property"
|
|
410
|
+
},
|
|
411
|
+
"type": "String"
|
|
412
|
+
},
|
|
388
413
|
{
|
|
389
414
|
"id": "messageTtl",
|
|
390
415
|
"label": "Message TTL",
|
|
@@ -405,30 +430,20 @@
|
|
|
405
430
|
},
|
|
406
431
|
"type": "String"
|
|
407
432
|
},
|
|
408
|
-
{
|
|
409
|
-
"id": "messageIdExpression",
|
|
410
|
-
"label": "Message ID expression",
|
|
411
|
-
"description": "Expression to extract unique identifier of a message",
|
|
412
|
-
"optional": true,
|
|
413
|
-
"feel": "required",
|
|
414
|
-
"group": "correlation",
|
|
415
|
-
"binding": {
|
|
416
|
-
"name": "messageIdExpression",
|
|
417
|
-
"type": "zeebe:property"
|
|
418
|
-
},
|
|
419
|
-
"type": "String"
|
|
420
|
-
},
|
|
421
433
|
{
|
|
422
434
|
"id": "messageNameUuid",
|
|
435
|
+
"label": "Message name",
|
|
423
436
|
"generatedValue": {
|
|
424
437
|
"type": "uuid"
|
|
425
438
|
},
|
|
439
|
+
"feel": "optional",
|
|
426
440
|
"group": "correlation",
|
|
427
441
|
"binding": {
|
|
428
442
|
"name": "name",
|
|
429
443
|
"type": "bpmn:Message#property"
|
|
430
444
|
},
|
|
431
|
-
"
|
|
445
|
+
"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.",
|
|
446
|
+
"type": "String"
|
|
432
447
|
},
|
|
433
448
|
{
|
|
434
449
|
"id": "deduplicationModeManualFlag",
|
|
@@ -497,7 +512,7 @@
|
|
|
497
512
|
{
|
|
498
513
|
"id": "resultVariable",
|
|
499
514
|
"label": "Result variable",
|
|
500
|
-
"description": "Name of variable to store the response in",
|
|
515
|
+
"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>.",
|
|
501
516
|
"group": "output",
|
|
502
517
|
"binding": {
|
|
503
518
|
"name": "resultVariable",
|
|
@@ -508,7 +523,7 @@
|
|
|
508
523
|
{
|
|
509
524
|
"id": "resultExpression",
|
|
510
525
|
"label": "Result expression",
|
|
511
|
-
"description": "Expression to map the response into process variables",
|
|
526
|
+
"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>.",
|
|
512
527
|
"feel": "required",
|
|
513
528
|
"group": "output",
|
|
514
529
|
"binding": {
|
|
@@ -520,18 +535,15 @@
|
|
|
520
535
|
],
|
|
521
536
|
"icon": {
|
|
522
537
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
523
|
-
},
|
|
524
|
-
"engines": {
|
|
525
|
-
"camunda": "^8.6"
|
|
526
538
|
}
|
|
527
539
|
},
|
|
528
540
|
{
|
|
529
541
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
530
542
|
"name": "Kafka Message Start Event Connector",
|
|
531
543
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
544
|
+
"version": 1,
|
|
532
545
|
"description": "Consume Kafka messages",
|
|
533
546
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
534
|
-
"version": 5,
|
|
535
547
|
"category": {
|
|
536
548
|
"id": "connectors",
|
|
537
549
|
"name": "Connectors"
|
|
@@ -550,53 +562,45 @@
|
|
|
550
562
|
"id": "kafka",
|
|
551
563
|
"label": "Kafka"
|
|
552
564
|
},
|
|
553
|
-
{
|
|
554
|
-
"id": "message",
|
|
555
|
-
"label": "Message deserialization"
|
|
556
|
-
},
|
|
557
565
|
{
|
|
558
566
|
"id": "activation",
|
|
559
567
|
"label": "Activation"
|
|
560
568
|
},
|
|
561
569
|
{
|
|
562
570
|
"id": "correlation",
|
|
563
|
-
"label": "
|
|
564
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"id": "deduplication",
|
|
568
|
-
"label": "Deduplication",
|
|
569
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
571
|
+
"label": "Subprocess correlation"
|
|
570
572
|
},
|
|
571
573
|
{
|
|
572
|
-
"id": "
|
|
573
|
-
"label": "
|
|
574
|
+
"id": "variable-mapping",
|
|
575
|
+
"label": "Variable mapping"
|
|
574
576
|
}
|
|
575
577
|
],
|
|
576
578
|
"properties": [
|
|
577
579
|
{
|
|
580
|
+
"type": "Hidden",
|
|
578
581
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
579
582
|
"binding": {
|
|
580
|
-
"
|
|
581
|
-
"
|
|
583
|
+
"type": "zeebe:property",
|
|
584
|
+
"name": "inbound.type"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"type": "Hidden",
|
|
589
|
+
"generatedValue": {
|
|
590
|
+
"type": "uuid"
|
|
582
591
|
},
|
|
583
|
-
"
|
|
592
|
+
"binding": {
|
|
593
|
+
"type": "bpmn:Message#property",
|
|
594
|
+
"name": "name"
|
|
595
|
+
}
|
|
584
596
|
},
|
|
585
597
|
{
|
|
586
|
-
"id": "authenticationType",
|
|
587
598
|
"label": "Authentication type",
|
|
588
599
|
"description": "Username/password or custom",
|
|
589
|
-
"
|
|
590
|
-
"value": "credentials",
|
|
591
|
-
"constraints": {
|
|
592
|
-
"notEmpty": true
|
|
593
|
-
},
|
|
600
|
+
"id": "authenticationType",
|
|
594
601
|
"group": "authentication",
|
|
595
|
-
"binding": {
|
|
596
|
-
"name": "authenticationType",
|
|
597
|
-
"type": "zeebe:property"
|
|
598
|
-
},
|
|
599
602
|
"type": "Dropdown",
|
|
603
|
+
"value": "credentials",
|
|
600
604
|
"choices": [
|
|
601
605
|
{
|
|
602
606
|
"name": "Credentials",
|
|
@@ -606,143 +610,120 @@
|
|
|
606
610
|
"name": "Custom",
|
|
607
611
|
"value": "custom"
|
|
608
612
|
}
|
|
609
|
-
]
|
|
613
|
+
],
|
|
614
|
+
"binding": {
|
|
615
|
+
"type": "zeebe:property",
|
|
616
|
+
"name": "authenticationType"
|
|
617
|
+
}
|
|
610
618
|
},
|
|
611
619
|
{
|
|
612
|
-
"id": "authentication.username",
|
|
613
620
|
"label": "Username",
|
|
614
621
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
615
|
-
"optional": true,
|
|
616
622
|
"group": "authentication",
|
|
623
|
+
"type": "String",
|
|
624
|
+
"feel": "optional",
|
|
625
|
+
"optional": true,
|
|
617
626
|
"binding": {
|
|
618
|
-
"
|
|
619
|
-
"
|
|
627
|
+
"type": "zeebe:property",
|
|
628
|
+
"name": "authentication.username"
|
|
620
629
|
},
|
|
621
|
-
"
|
|
630
|
+
"condition": {
|
|
631
|
+
"property": "authenticationType",
|
|
632
|
+
"equals": "credentials"
|
|
633
|
+
}
|
|
622
634
|
},
|
|
623
635
|
{
|
|
624
|
-
"id": "authentication.password",
|
|
625
636
|
"label": "Password",
|
|
626
637
|
"description": "Provide a password for the user",
|
|
627
|
-
"optional": true,
|
|
628
638
|
"group": "authentication",
|
|
639
|
+
"type": "String",
|
|
640
|
+
"feel": "optional",
|
|
641
|
+
"optional": true,
|
|
629
642
|
"binding": {
|
|
630
|
-
"
|
|
631
|
-
"
|
|
632
|
-
},
|
|
633
|
-
"type": "String"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"id": "serializationType",
|
|
637
|
-
"label": "Deserialization type",
|
|
638
|
-
"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>",
|
|
639
|
-
"optional": false,
|
|
640
|
-
"value": "json",
|
|
641
|
-
"group": "kafka",
|
|
642
|
-
"binding": {
|
|
643
|
-
"name": "serializationType",
|
|
644
|
-
"type": "zeebe:property"
|
|
643
|
+
"type": "zeebe:property",
|
|
644
|
+
"name": "authentication.password"
|
|
645
645
|
},
|
|
646
|
-
"
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
"value": "json"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "Avro (experimental)",
|
|
654
|
-
"value": "avro"
|
|
655
|
-
}
|
|
656
|
-
]
|
|
646
|
+
"condition": {
|
|
647
|
+
"property": "authenticationType",
|
|
648
|
+
"equals": "credentials"
|
|
649
|
+
}
|
|
657
650
|
},
|
|
658
651
|
{
|
|
659
|
-
"id": "topic.bootstrapServers",
|
|
660
652
|
"label": "Bootstrap servers",
|
|
661
653
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
662
|
-
"optional": false,
|
|
663
|
-
"constraints": {
|
|
664
|
-
"notEmpty": true
|
|
665
|
-
},
|
|
666
654
|
"group": "kafka",
|
|
655
|
+
"type": "String",
|
|
656
|
+
"feel": "optional",
|
|
667
657
|
"binding": {
|
|
668
|
-
"
|
|
669
|
-
"
|
|
658
|
+
"type": "zeebe:property",
|
|
659
|
+
"name": "topic.bootstrapServers"
|
|
670
660
|
},
|
|
671
|
-
"
|
|
661
|
+
"constraints": {
|
|
662
|
+
"notEmpty": true
|
|
663
|
+
}
|
|
672
664
|
},
|
|
673
665
|
{
|
|
674
|
-
"id": "topic.topicName",
|
|
675
666
|
"label": "Topic",
|
|
676
|
-
"description": "Provide topic name",
|
|
677
|
-
"optional": false,
|
|
678
|
-
"constraints": {
|
|
679
|
-
"notEmpty": true
|
|
680
|
-
},
|
|
667
|
+
"description": "Provide the topic name",
|
|
681
668
|
"group": "kafka",
|
|
669
|
+
"type": "String",
|
|
670
|
+
"feel": "optional",
|
|
682
671
|
"binding": {
|
|
683
|
-
"
|
|
684
|
-
"
|
|
672
|
+
"type": "zeebe:property",
|
|
673
|
+
"name": "topic.topicName"
|
|
685
674
|
},
|
|
686
|
-
"
|
|
675
|
+
"constraints": {
|
|
676
|
+
"notEmpty": true
|
|
677
|
+
}
|
|
687
678
|
},
|
|
688
679
|
{
|
|
689
|
-
"
|
|
690
|
-
"label": "Consumer group ID",
|
|
680
|
+
"label": "Consumer Group ID",
|
|
691
681
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
692
|
-
"optional": false,
|
|
693
682
|
"group": "kafka",
|
|
683
|
+
"type": "String",
|
|
684
|
+
"feel": "optional",
|
|
685
|
+
"optional": true,
|
|
694
686
|
"binding": {
|
|
695
|
-
"
|
|
696
|
-
"
|
|
687
|
+
"type": "zeebe:property",
|
|
688
|
+
"name": "groupId"
|
|
697
689
|
},
|
|
698
|
-
"
|
|
690
|
+
"constraints": {
|
|
691
|
+
"notEmpty": false,
|
|
692
|
+
"maxLength": 250
|
|
693
|
+
}
|
|
699
694
|
},
|
|
700
695
|
{
|
|
701
|
-
"id": "additionalProperties",
|
|
702
696
|
"label": "Additional properties",
|
|
703
697
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
698
|
+
"group": "kafka",
|
|
699
|
+
"type": "String",
|
|
704
700
|
"optional": true,
|
|
705
701
|
"feel": "required",
|
|
706
|
-
"group": "kafka",
|
|
707
702
|
"binding": {
|
|
708
|
-
"
|
|
709
|
-
"
|
|
710
|
-
}
|
|
711
|
-
"type": "String"
|
|
703
|
+
"type": "zeebe:property",
|
|
704
|
+
"name": "additionalProperties"
|
|
705
|
+
}
|
|
712
706
|
},
|
|
713
707
|
{
|
|
714
|
-
"id": "offsets",
|
|
715
708
|
"label": "Offsets",
|
|
716
709
|
"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",
|
|
717
|
-
"optional": true,
|
|
718
|
-
"feel": "optional",
|
|
719
710
|
"group": "kafka",
|
|
711
|
+
"type": "String",
|
|
712
|
+
"feel": "optional",
|
|
713
|
+
"optional": true,
|
|
720
714
|
"binding": {
|
|
721
|
-
"
|
|
722
|
-
"
|
|
723
|
-
}
|
|
724
|
-
"type": "String"
|
|
715
|
+
"type": "zeebe:property",
|
|
716
|
+
"name": "offsets"
|
|
717
|
+
}
|
|
725
718
|
},
|
|
726
719
|
{
|
|
727
|
-
"id": "autoOffsetReset",
|
|
728
720
|
"label": "Auto offset reset",
|
|
729
721
|
"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",
|
|
730
|
-
"
|
|
731
|
-
"value": "latest",
|
|
732
|
-
"constraints": {
|
|
733
|
-
"notEmpty": true
|
|
734
|
-
},
|
|
722
|
+
"id": "autoOffsetReset",
|
|
735
723
|
"group": "kafka",
|
|
736
|
-
"binding": {
|
|
737
|
-
"name": "autoOffsetReset",
|
|
738
|
-
"type": "zeebe:property"
|
|
739
|
-
},
|
|
740
724
|
"type": "Dropdown",
|
|
725
|
+
"value": "latest",
|
|
741
726
|
"choices": [
|
|
742
|
-
{
|
|
743
|
-
"name": "None",
|
|
744
|
-
"value": "none"
|
|
745
|
-
},
|
|
746
727
|
{
|
|
747
728
|
"name": "Latest",
|
|
748
729
|
"value": "latest"
|
|
@@ -750,66 +731,48 @@
|
|
|
750
731
|
{
|
|
751
732
|
"name": "Earliest",
|
|
752
733
|
"value": "earliest"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "None",
|
|
737
|
+
"value": "none"
|
|
753
738
|
}
|
|
754
|
-
]
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"id": "avro.schema",
|
|
758
|
-
"label": "Avro schema",
|
|
759
|
-
"description": "Avro schema for the message value",
|
|
760
|
-
"optional": false,
|
|
761
|
-
"constraints": {
|
|
762
|
-
"notEmpty": true
|
|
763
|
-
},
|
|
764
|
-
"feel": "required",
|
|
765
|
-
"group": "message",
|
|
739
|
+
],
|
|
766
740
|
"binding": {
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
-
}
|
|
770
|
-
"condition": {
|
|
771
|
-
"property": "serializationType",
|
|
772
|
-
"equals": "avro",
|
|
773
|
-
"type": "simple"
|
|
774
|
-
},
|
|
775
|
-
"type": "Text"
|
|
741
|
+
"type": "zeebe:property",
|
|
742
|
+
"name": "autoOffsetReset"
|
|
743
|
+
}
|
|
776
744
|
},
|
|
777
745
|
{
|
|
778
|
-
"
|
|
779
|
-
"label": "Activation condition",
|
|
780
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
781
|
-
"optional": true,
|
|
746
|
+
"label": "Message ID expression",
|
|
782
747
|
"feel": "required",
|
|
748
|
+
"type": "String",
|
|
749
|
+
"optional": true,
|
|
783
750
|
"group": "activation",
|
|
784
751
|
"binding": {
|
|
785
|
-
"
|
|
786
|
-
"
|
|
752
|
+
"type": "zeebe:property",
|
|
753
|
+
"name": "messageIdExpression"
|
|
787
754
|
},
|
|
788
|
-
"
|
|
755
|
+
"description": "Expression to extract unique identifier of a message"
|
|
789
756
|
},
|
|
790
757
|
{
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
"value": true,
|
|
758
|
+
"label": "Activation condition",
|
|
759
|
+
"type": "String",
|
|
794
760
|
"group": "activation",
|
|
761
|
+
"feel": "required",
|
|
762
|
+
"optional": true,
|
|
795
763
|
"binding": {
|
|
796
|
-
"
|
|
797
|
-
"
|
|
764
|
+
"type": "zeebe:property",
|
|
765
|
+
"name": "activationCondition"
|
|
798
766
|
},
|
|
799
|
-
"
|
|
800
|
-
"type": "Boolean"
|
|
767
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
801
768
|
},
|
|
802
769
|
{
|
|
803
|
-
"
|
|
804
|
-
"label": "Subprocess correlation required",
|
|
770
|
+
"label": "Correlation required",
|
|
805
771
|
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
806
|
-
"
|
|
772
|
+
"id": "correlationRequired",
|
|
807
773
|
"group": "correlation",
|
|
808
|
-
"binding": {
|
|
809
|
-
"name": "correlationRequired",
|
|
810
|
-
"type": "zeebe:property"
|
|
811
|
-
},
|
|
812
774
|
"type": "Dropdown",
|
|
775
|
+
"value": "notRequired",
|
|
813
776
|
"choices": [
|
|
814
777
|
{
|
|
815
778
|
"name": "Correlation not required",
|
|
@@ -819,212 +782,106 @@
|
|
|
819
782
|
"name": "Correlation required",
|
|
820
783
|
"value": "required"
|
|
821
784
|
}
|
|
822
|
-
]
|
|
785
|
+
],
|
|
786
|
+
"binding": {
|
|
787
|
+
"type": "zeebe:property",
|
|
788
|
+
"name": "correlationRequired"
|
|
789
|
+
}
|
|
823
790
|
},
|
|
824
791
|
{
|
|
825
|
-
"id": "correlationKeyProcess",
|
|
826
792
|
"label": "Correlation key (process)",
|
|
793
|
+
"type": "String",
|
|
794
|
+
"group": "correlation",
|
|
795
|
+
"feel": "required",
|
|
827
796
|
"description": "Sets up the correlation key from process variables",
|
|
797
|
+
"binding": {
|
|
798
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
799
|
+
"name": "correlationKey"
|
|
800
|
+
},
|
|
828
801
|
"constraints": {
|
|
829
802
|
"notEmpty": true
|
|
830
803
|
},
|
|
831
|
-
"feel": "required",
|
|
832
|
-
"group": "correlation",
|
|
833
|
-
"binding": {
|
|
834
|
-
"name": "correlationKey",
|
|
835
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
836
|
-
},
|
|
837
804
|
"condition": {
|
|
838
805
|
"property": "correlationRequired",
|
|
839
|
-
"equals": "required"
|
|
840
|
-
|
|
841
|
-
},
|
|
842
|
-
"type": "String"
|
|
806
|
+
"equals": "required"
|
|
807
|
+
}
|
|
843
808
|
},
|
|
844
809
|
{
|
|
845
|
-
"id": "correlationKeyPayload",
|
|
846
810
|
"label": "Correlation key (payload)",
|
|
811
|
+
"type": "String",
|
|
812
|
+
"group": "correlation",
|
|
813
|
+
"feel": "required",
|
|
814
|
+
"binding": {
|
|
815
|
+
"type": "zeebe:property",
|
|
816
|
+
"name": "correlationKeyExpression"
|
|
817
|
+
},
|
|
847
818
|
"description": "Extracts the correlation key from the incoming message payload",
|
|
848
819
|
"constraints": {
|
|
849
820
|
"notEmpty": true
|
|
850
821
|
},
|
|
851
|
-
"feel": "required",
|
|
852
|
-
"group": "correlation",
|
|
853
|
-
"binding": {
|
|
854
|
-
"name": "correlationKeyExpression",
|
|
855
|
-
"type": "zeebe:property"
|
|
856
|
-
},
|
|
857
822
|
"condition": {
|
|
858
823
|
"property": "correlationRequired",
|
|
859
|
-
"equals": "required"
|
|
860
|
-
|
|
861
|
-
},
|
|
862
|
-
"type": "String"
|
|
824
|
+
"equals": "required"
|
|
825
|
+
}
|
|
863
826
|
},
|
|
864
827
|
{
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
"
|
|
828
|
+
"label": "Result variable",
|
|
829
|
+
"type": "String",
|
|
830
|
+
"group": "variable-mapping",
|
|
868
831
|
"optional": true,
|
|
869
|
-
"constraints": {
|
|
870
|
-
"notEmpty": false,
|
|
871
|
-
"pattern": {
|
|
872
|
-
"value": "^(PT.*|)$",
|
|
873
|
-
"message": "must be an ISO-8601 duration"
|
|
874
|
-
}
|
|
875
|
-
},
|
|
876
|
-
"feel": "optional",
|
|
877
|
-
"group": "correlation",
|
|
878
832
|
"binding": {
|
|
879
|
-
"
|
|
880
|
-
"
|
|
833
|
+
"type": "zeebe:property",
|
|
834
|
+
"name": "resultVariable"
|
|
881
835
|
},
|
|
882
|
-
"
|
|
836
|
+
"description": "Name of variable to store the result of the connector in"
|
|
883
837
|
},
|
|
884
838
|
{
|
|
885
|
-
"
|
|
886
|
-
"
|
|
887
|
-
"
|
|
888
|
-
"
|
|
839
|
+
"label": "Result expression",
|
|
840
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
841
|
+
"group": "variable-mapping",
|
|
842
|
+
"type": "Text",
|
|
889
843
|
"feel": "required",
|
|
890
|
-
"group": "correlation",
|
|
891
844
|
"binding": {
|
|
892
|
-
"
|
|
893
|
-
"
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
|
|
845
|
+
"type": "zeebe:property",
|
|
846
|
+
"name": "resultExpression"
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"icon": {
|
|
851
|
+
"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"
|
|
852
|
+
},
|
|
853
|
+
"engines": {
|
|
854
|
+
"camunda": "^8.2"
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
859
|
+
"name": "Kafka Message Start Event Connector",
|
|
860
|
+
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
861
|
+
"description": "Consume Kafka messages",
|
|
862
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
863
|
+
"version": 6,
|
|
864
|
+
"category": {
|
|
865
|
+
"id": "connectors",
|
|
866
|
+
"name": "Connectors"
|
|
867
|
+
},
|
|
868
|
+
"appliesTo": ["bpmn:StartEvent"],
|
|
869
|
+
"elementType": {
|
|
870
|
+
"value": "bpmn:StartEvent",
|
|
871
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
872
|
+
},
|
|
873
|
+
"groups": [
|
|
897
874
|
{
|
|
898
|
-
"id": "
|
|
899
|
-
"
|
|
900
|
-
"type": "uuid"
|
|
901
|
-
},
|
|
902
|
-
"group": "correlation",
|
|
903
|
-
"binding": {
|
|
904
|
-
"name": "name",
|
|
905
|
-
"type": "bpmn:Message#property"
|
|
906
|
-
},
|
|
907
|
-
"type": "Hidden"
|
|
875
|
+
"id": "authentication",
|
|
876
|
+
"label": "Authentication"
|
|
908
877
|
},
|
|
909
878
|
{
|
|
910
|
-
"id": "
|
|
911
|
-
"label": "
|
|
912
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
913
|
-
"value": false,
|
|
914
|
-
"group": "deduplication",
|
|
915
|
-
"binding": {
|
|
916
|
-
"name": "deduplicationModeManualFlag",
|
|
917
|
-
"type": "zeebe:property"
|
|
918
|
-
},
|
|
919
|
-
"type": "Boolean"
|
|
879
|
+
"id": "kafka",
|
|
880
|
+
"label": "Kafka"
|
|
920
881
|
},
|
|
921
882
|
{
|
|
922
|
-
"id": "
|
|
923
|
-
"label": "
|
|
924
|
-
"constraints": {
|
|
925
|
-
"notEmpty": true,
|
|
926
|
-
"pattern": {
|
|
927
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
928
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
|
-
"group": "deduplication",
|
|
932
|
-
"binding": {
|
|
933
|
-
"name": "deduplicationId",
|
|
934
|
-
"type": "zeebe:property"
|
|
935
|
-
},
|
|
936
|
-
"condition": {
|
|
937
|
-
"property": "deduplicationModeManualFlag",
|
|
938
|
-
"equals": true,
|
|
939
|
-
"type": "simple"
|
|
940
|
-
},
|
|
941
|
-
"type": "String"
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"id": "deduplicationModeManual",
|
|
945
|
-
"value": "MANUAL",
|
|
946
|
-
"group": "deduplication",
|
|
947
|
-
"binding": {
|
|
948
|
-
"name": "deduplicationMode",
|
|
949
|
-
"type": "zeebe:property"
|
|
950
|
-
},
|
|
951
|
-
"condition": {
|
|
952
|
-
"property": "deduplicationId",
|
|
953
|
-
"isActive": true,
|
|
954
|
-
"type": "simple"
|
|
955
|
-
},
|
|
956
|
-
"type": "Hidden"
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"id": "deduplicationModeAuto",
|
|
960
|
-
"value": "AUTO",
|
|
961
|
-
"group": "deduplication",
|
|
962
|
-
"binding": {
|
|
963
|
-
"name": "deduplicationMode",
|
|
964
|
-
"type": "zeebe:property"
|
|
965
|
-
},
|
|
966
|
-
"condition": {
|
|
967
|
-
"property": "deduplicationId",
|
|
968
|
-
"isActive": false,
|
|
969
|
-
"type": "simple"
|
|
970
|
-
},
|
|
971
|
-
"type": "Hidden"
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"id": "resultVariable",
|
|
975
|
-
"label": "Result variable",
|
|
976
|
-
"description": "Name of variable to store the response in",
|
|
977
|
-
"group": "output",
|
|
978
|
-
"binding": {
|
|
979
|
-
"name": "resultVariable",
|
|
980
|
-
"type": "zeebe:property"
|
|
981
|
-
},
|
|
982
|
-
"type": "String"
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"id": "resultExpression",
|
|
986
|
-
"label": "Result expression",
|
|
987
|
-
"description": "Expression to map the response into process variables",
|
|
988
|
-
"feel": "required",
|
|
989
|
-
"group": "output",
|
|
990
|
-
"binding": {
|
|
991
|
-
"name": "resultExpression",
|
|
992
|
-
"type": "zeebe:property"
|
|
993
|
-
},
|
|
994
|
-
"type": "Text"
|
|
995
|
-
}
|
|
996
|
-
],
|
|
997
|
-
"icon": {
|
|
998
|
-
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
999
|
-
},
|
|
1000
|
-
"engines": {
|
|
1001
|
-
"camunda": "^8.5"
|
|
1002
|
-
}
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1006
|
-
"name": "Kafka Message Start Event Connector",
|
|
1007
|
-
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
1008
|
-
"version": 1,
|
|
1009
|
-
"description": "Consume Kafka messages",
|
|
1010
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1011
|
-
"category": {
|
|
1012
|
-
"id": "connectors",
|
|
1013
|
-
"name": "Connectors"
|
|
1014
|
-
},
|
|
1015
|
-
"appliesTo": ["bpmn:StartEvent"],
|
|
1016
|
-
"elementType": {
|
|
1017
|
-
"value": "bpmn:StartEvent",
|
|
1018
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1019
|
-
},
|
|
1020
|
-
"groups": [
|
|
1021
|
-
{
|
|
1022
|
-
"id": "authentication",
|
|
1023
|
-
"label": "Authentication"
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"id": "kafka",
|
|
1027
|
-
"label": "Kafka"
|
|
883
|
+
"id": "message",
|
|
884
|
+
"label": "Message deserialization"
|
|
1028
885
|
},
|
|
1029
886
|
{
|
|
1030
887
|
"id": "activation",
|
|
@@ -1032,39 +889,43 @@
|
|
|
1032
889
|
},
|
|
1033
890
|
{
|
|
1034
891
|
"id": "correlation",
|
|
1035
|
-
"label": "
|
|
892
|
+
"label": "Correlation",
|
|
893
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1036
894
|
},
|
|
1037
895
|
{
|
|
1038
|
-
"id": "
|
|
1039
|
-
"label": "
|
|
896
|
+
"id": "deduplication",
|
|
897
|
+
"label": "Deduplication",
|
|
898
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"id": "output",
|
|
902
|
+
"label": "Output mapping"
|
|
1040
903
|
}
|
|
1041
904
|
],
|
|
1042
905
|
"properties": [
|
|
1043
906
|
{
|
|
1044
|
-
"type": "Hidden",
|
|
1045
907
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1046
908
|
"binding": {
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
{
|
|
1052
|
-
"type": "Hidden",
|
|
1053
|
-
"generatedValue": {
|
|
1054
|
-
"type": "uuid"
|
|
909
|
+
"name": "inbound.type",
|
|
910
|
+
"type": "zeebe:property"
|
|
1055
911
|
},
|
|
1056
|
-
"
|
|
1057
|
-
"type": "bpmn:Message#property",
|
|
1058
|
-
"name": "name"
|
|
1059
|
-
}
|
|
912
|
+
"type": "Hidden"
|
|
1060
913
|
},
|
|
1061
914
|
{
|
|
915
|
+
"id": "authenticationType",
|
|
1062
916
|
"label": "Authentication type",
|
|
1063
917
|
"description": "Username/password or custom",
|
|
1064
|
-
"
|
|
918
|
+
"optional": false,
|
|
919
|
+
"value": "credentials",
|
|
920
|
+
"constraints": {
|
|
921
|
+
"notEmpty": true
|
|
922
|
+
},
|
|
1065
923
|
"group": "authentication",
|
|
924
|
+
"binding": {
|
|
925
|
+
"name": "authenticationType",
|
|
926
|
+
"type": "zeebe:property"
|
|
927
|
+
},
|
|
1066
928
|
"type": "Dropdown",
|
|
1067
|
-
"value": "credentials",
|
|
1068
929
|
"choices": [
|
|
1069
930
|
{
|
|
1070
931
|
"name": "Credentials",
|
|
@@ -1074,120 +935,120 @@
|
|
|
1074
935
|
"name": "Custom",
|
|
1075
936
|
"value": "custom"
|
|
1076
937
|
}
|
|
1077
|
-
]
|
|
1078
|
-
"binding": {
|
|
1079
|
-
"type": "zeebe:property",
|
|
1080
|
-
"name": "authenticationType"
|
|
1081
|
-
}
|
|
938
|
+
]
|
|
1082
939
|
},
|
|
1083
940
|
{
|
|
941
|
+
"id": "authentication.username",
|
|
1084
942
|
"label": "Username",
|
|
1085
943
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1086
|
-
"group": "authentication",
|
|
1087
|
-
"type": "String",
|
|
1088
|
-
"feel": "optional",
|
|
1089
944
|
"optional": true,
|
|
945
|
+
"group": "authentication",
|
|
1090
946
|
"binding": {
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
947
|
+
"name": "authentication.username",
|
|
948
|
+
"type": "zeebe:property"
|
|
1093
949
|
},
|
|
1094
|
-
"
|
|
1095
|
-
"property": "authenticationType",
|
|
1096
|
-
"equals": "credentials"
|
|
1097
|
-
}
|
|
950
|
+
"type": "String"
|
|
1098
951
|
},
|
|
1099
952
|
{
|
|
953
|
+
"id": "authentication.password",
|
|
1100
954
|
"label": "Password",
|
|
1101
955
|
"description": "Provide a password for the user",
|
|
1102
|
-
"group": "authentication",
|
|
1103
|
-
"type": "String",
|
|
1104
|
-
"feel": "optional",
|
|
1105
956
|
"optional": true,
|
|
957
|
+
"group": "authentication",
|
|
1106
958
|
"binding": {
|
|
1107
|
-
"
|
|
1108
|
-
"
|
|
959
|
+
"name": "authentication.password",
|
|
960
|
+
"type": "zeebe:property"
|
|
1109
961
|
},
|
|
1110
|
-
"
|
|
1111
|
-
"property": "authenticationType",
|
|
1112
|
-
"equals": "credentials"
|
|
1113
|
-
}
|
|
962
|
+
"type": "String"
|
|
1114
963
|
},
|
|
1115
964
|
{
|
|
965
|
+
"id": "topic.bootstrapServers",
|
|
1116
966
|
"label": "Bootstrap servers",
|
|
1117
967
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
968
|
+
"optional": false,
|
|
969
|
+
"constraints": {
|
|
970
|
+
"notEmpty": true
|
|
971
|
+
},
|
|
1118
972
|
"group": "kafka",
|
|
1119
|
-
"type": "String",
|
|
1120
|
-
"feel": "optional",
|
|
1121
973
|
"binding": {
|
|
1122
|
-
"
|
|
1123
|
-
"
|
|
974
|
+
"name": "topic.bootstrapServers",
|
|
975
|
+
"type": "zeebe:property"
|
|
1124
976
|
},
|
|
1125
|
-
"
|
|
1126
|
-
"notEmpty": true
|
|
1127
|
-
}
|
|
977
|
+
"type": "String"
|
|
1128
978
|
},
|
|
1129
979
|
{
|
|
980
|
+
"id": "topic.topicName",
|
|
1130
981
|
"label": "Topic",
|
|
1131
|
-
"description": "Provide
|
|
982
|
+
"description": "Provide topic name",
|
|
983
|
+
"optional": false,
|
|
984
|
+
"constraints": {
|
|
985
|
+
"notEmpty": true
|
|
986
|
+
},
|
|
1132
987
|
"group": "kafka",
|
|
1133
|
-
"type": "String",
|
|
1134
|
-
"feel": "optional",
|
|
1135
988
|
"binding": {
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
989
|
+
"name": "topic.topicName",
|
|
990
|
+
"type": "zeebe:property"
|
|
1138
991
|
},
|
|
1139
|
-
"
|
|
1140
|
-
"notEmpty": true
|
|
1141
|
-
}
|
|
992
|
+
"type": "String"
|
|
1142
993
|
},
|
|
1143
994
|
{
|
|
1144
|
-
"
|
|
995
|
+
"id": "groupId",
|
|
996
|
+
"label": "Consumer group ID",
|
|
1145
997
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
998
|
+
"optional": false,
|
|
1146
999
|
"group": "kafka",
|
|
1147
|
-
"type": "String",
|
|
1148
|
-
"feel": "optional",
|
|
1149
|
-
"optional": true,
|
|
1150
1000
|
"binding": {
|
|
1151
|
-
"
|
|
1152
|
-
"
|
|
1001
|
+
"name": "groupId",
|
|
1002
|
+
"type": "zeebe:property"
|
|
1153
1003
|
},
|
|
1154
|
-
"
|
|
1155
|
-
"notEmpty": false,
|
|
1156
|
-
"maxLength": 250
|
|
1157
|
-
}
|
|
1004
|
+
"type": "String"
|
|
1158
1005
|
},
|
|
1159
1006
|
{
|
|
1007
|
+
"id": "additionalProperties",
|
|
1160
1008
|
"label": "Additional properties",
|
|
1161
1009
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1162
|
-
"group": "kafka",
|
|
1163
|
-
"type": "String",
|
|
1164
1010
|
"optional": true,
|
|
1165
1011
|
"feel": "required",
|
|
1012
|
+
"group": "kafka",
|
|
1166
1013
|
"binding": {
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1169
|
-
}
|
|
1014
|
+
"name": "additionalProperties",
|
|
1015
|
+
"type": "zeebe:property"
|
|
1016
|
+
},
|
|
1017
|
+
"type": "String"
|
|
1170
1018
|
},
|
|
1171
1019
|
{
|
|
1020
|
+
"id": "offsets",
|
|
1172
1021
|
"label": "Offsets",
|
|
1173
1022
|
"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",
|
|
1174
|
-
"group": "kafka",
|
|
1175
|
-
"type": "String",
|
|
1176
|
-
"feel": "optional",
|
|
1177
1023
|
"optional": true,
|
|
1024
|
+
"feel": "optional",
|
|
1025
|
+
"group": "kafka",
|
|
1178
1026
|
"binding": {
|
|
1179
|
-
"
|
|
1180
|
-
"
|
|
1181
|
-
}
|
|
1027
|
+
"name": "offsets",
|
|
1028
|
+
"type": "zeebe:property"
|
|
1029
|
+
},
|
|
1030
|
+
"type": "String"
|
|
1182
1031
|
},
|
|
1183
1032
|
{
|
|
1033
|
+
"id": "autoOffsetReset",
|
|
1184
1034
|
"label": "Auto offset reset",
|
|
1185
1035
|
"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",
|
|
1186
|
-
"
|
|
1036
|
+
"optional": false,
|
|
1037
|
+
"value": "latest",
|
|
1038
|
+
"constraints": {
|
|
1039
|
+
"notEmpty": true
|
|
1040
|
+
},
|
|
1187
1041
|
"group": "kafka",
|
|
1042
|
+
"binding": {
|
|
1043
|
+
"name": "autoOffsetReset",
|
|
1044
|
+
"type": "zeebe:property"
|
|
1045
|
+
},
|
|
1188
1046
|
"type": "Dropdown",
|
|
1189
|
-
"value": "latest",
|
|
1190
1047
|
"choices": [
|
|
1048
|
+
{
|
|
1049
|
+
"name": "None",
|
|
1050
|
+
"value": "none"
|
|
1051
|
+
},
|
|
1191
1052
|
{
|
|
1192
1053
|
"name": "Latest",
|
|
1193
1054
|
"value": "latest"
|
|
@@ -1195,48 +1056,139 @@
|
|
|
1195
1056
|
{
|
|
1196
1057
|
"name": "Earliest",
|
|
1197
1058
|
"value": "earliest"
|
|
1059
|
+
}
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"id": "schemaStrategy.type",
|
|
1064
|
+
"label": "Schema strategy",
|
|
1065
|
+
"value": "noSchema",
|
|
1066
|
+
"group": "kafka",
|
|
1067
|
+
"binding": {
|
|
1068
|
+
"name": "schemaStrategy.type",
|
|
1069
|
+
"type": "zeebe:property"
|
|
1070
|
+
},
|
|
1071
|
+
"type": "Dropdown",
|
|
1072
|
+
"choices": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "No schema",
|
|
1075
|
+
"value": "noSchema"
|
|
1198
1076
|
},
|
|
1199
1077
|
{
|
|
1200
|
-
"name": "
|
|
1201
|
-
"value": "
|
|
1078
|
+
"name": "Inline schema",
|
|
1079
|
+
"value": "inlineSchema"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "Schema registry",
|
|
1083
|
+
"value": "schemaRegistry"
|
|
1202
1084
|
}
|
|
1203
|
-
]
|
|
1085
|
+
]
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"id": "schemaStrategy.schemaType",
|
|
1089
|
+
"label": "Schema type",
|
|
1090
|
+
"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>",
|
|
1091
|
+
"optional": false,
|
|
1092
|
+
"value": "avro",
|
|
1093
|
+
"group": "kafka",
|
|
1204
1094
|
"binding": {
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
}
|
|
1095
|
+
"name": "schemaStrategy.schemaType",
|
|
1096
|
+
"type": "zeebe:property"
|
|
1097
|
+
},
|
|
1098
|
+
"condition": {
|
|
1099
|
+
"property": "schemaStrategy.type",
|
|
1100
|
+
"equals": "schemaRegistry",
|
|
1101
|
+
"type": "simple"
|
|
1102
|
+
},
|
|
1103
|
+
"type": "Dropdown",
|
|
1104
|
+
"choices": [
|
|
1105
|
+
{
|
|
1106
|
+
"name": "JSON",
|
|
1107
|
+
"value": "json"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "Avro (alpha)",
|
|
1111
|
+
"value": "avro"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1208
1114
|
},
|
|
1209
1115
|
{
|
|
1210
|
-
"
|
|
1116
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1117
|
+
"label": "Schema registry URL",
|
|
1118
|
+
"description": "Provide the schema registry URL",
|
|
1119
|
+
"optional": false,
|
|
1120
|
+
"constraints": {
|
|
1121
|
+
"notEmpty": true
|
|
1122
|
+
},
|
|
1123
|
+
"group": "kafka",
|
|
1124
|
+
"binding": {
|
|
1125
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1126
|
+
"type": "zeebe:property"
|
|
1127
|
+
},
|
|
1128
|
+
"condition": {
|
|
1129
|
+
"property": "schemaStrategy.type",
|
|
1130
|
+
"equals": "schemaRegistry",
|
|
1131
|
+
"type": "simple"
|
|
1132
|
+
},
|
|
1133
|
+
"type": "String"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"id": "schemaStrategy.avro.schema",
|
|
1137
|
+
"label": "Schema",
|
|
1138
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1139
|
+
"optional": false,
|
|
1140
|
+
"constraints": {
|
|
1141
|
+
"notEmpty": true
|
|
1142
|
+
},
|
|
1211
1143
|
"feel": "required",
|
|
1212
|
-
"
|
|
1144
|
+
"group": "message",
|
|
1145
|
+
"binding": {
|
|
1146
|
+
"name": "schemaStrategy.schema",
|
|
1147
|
+
"type": "zeebe:property"
|
|
1148
|
+
},
|
|
1149
|
+
"condition": {
|
|
1150
|
+
"property": "schemaStrategy.type",
|
|
1151
|
+
"equals": "inlineSchema",
|
|
1152
|
+
"type": "simple"
|
|
1153
|
+
},
|
|
1154
|
+
"type": "Text"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"id": "activationCondition",
|
|
1158
|
+
"label": "Activation condition",
|
|
1159
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1213
1160
|
"optional": true,
|
|
1161
|
+
"feel": "required",
|
|
1214
1162
|
"group": "activation",
|
|
1215
1163
|
"binding": {
|
|
1216
|
-
"
|
|
1217
|
-
"
|
|
1164
|
+
"name": "activationCondition",
|
|
1165
|
+
"type": "zeebe:property"
|
|
1218
1166
|
},
|
|
1219
|
-
"
|
|
1167
|
+
"type": "String"
|
|
1220
1168
|
},
|
|
1221
1169
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1170
|
+
"id": "consumeUnmatchedEvents",
|
|
1171
|
+
"label": "Consume unmatched events",
|
|
1172
|
+
"value": true,
|
|
1224
1173
|
"group": "activation",
|
|
1225
|
-
"feel": "required",
|
|
1226
|
-
"optional": true,
|
|
1227
1174
|
"binding": {
|
|
1228
|
-
"
|
|
1229
|
-
"
|
|
1175
|
+
"name": "consumeUnmatchedEvents",
|
|
1176
|
+
"type": "zeebe:property"
|
|
1230
1177
|
},
|
|
1231
|
-
"
|
|
1178
|
+
"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",
|
|
1179
|
+
"type": "Boolean"
|
|
1232
1180
|
},
|
|
1233
1181
|
{
|
|
1234
|
-
"label": "Correlation required",
|
|
1235
|
-
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1236
1182
|
"id": "correlationRequired",
|
|
1183
|
+
"label": "Subprocess correlation required",
|
|
1184
|
+
"description": "Indicates whether correlation is required. This is needed for event-based subprocess message start events",
|
|
1185
|
+
"value": "notRequired",
|
|
1237
1186
|
"group": "correlation",
|
|
1187
|
+
"binding": {
|
|
1188
|
+
"name": "correlationRequired",
|
|
1189
|
+
"type": "zeebe:property"
|
|
1190
|
+
},
|
|
1238
1191
|
"type": "Dropdown",
|
|
1239
|
-
"value": "notRequired",
|
|
1240
1192
|
"choices": [
|
|
1241
1193
|
{
|
|
1242
1194
|
"name": "Correlation not required",
|
|
@@ -1246,76 +1198,186 @@
|
|
|
1246
1198
|
"name": "Correlation required",
|
|
1247
1199
|
"value": "required"
|
|
1248
1200
|
}
|
|
1249
|
-
]
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"id": "correlationKeyProcess",
|
|
1205
|
+
"label": "Correlation key (process)",
|
|
1206
|
+
"description": "Sets up the correlation key from process variables",
|
|
1207
|
+
"constraints": {
|
|
1208
|
+
"notEmpty": true
|
|
1209
|
+
},
|
|
1210
|
+
"feel": "required",
|
|
1211
|
+
"group": "correlation",
|
|
1250
1212
|
"binding": {
|
|
1251
|
-
"
|
|
1252
|
-
"
|
|
1253
|
-
}
|
|
1213
|
+
"name": "correlationKey",
|
|
1214
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1215
|
+
},
|
|
1216
|
+
"condition": {
|
|
1217
|
+
"property": "correlationRequired",
|
|
1218
|
+
"equals": "required",
|
|
1219
|
+
"type": "simple"
|
|
1220
|
+
},
|
|
1221
|
+
"type": "String"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"id": "correlationKeyPayload",
|
|
1225
|
+
"label": "Correlation key (payload)",
|
|
1226
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1227
|
+
"constraints": {
|
|
1228
|
+
"notEmpty": true
|
|
1229
|
+
},
|
|
1230
|
+
"feel": "required",
|
|
1231
|
+
"group": "correlation",
|
|
1232
|
+
"binding": {
|
|
1233
|
+
"name": "correlationKeyExpression",
|
|
1234
|
+
"type": "zeebe:property"
|
|
1235
|
+
},
|
|
1236
|
+
"condition": {
|
|
1237
|
+
"property": "correlationRequired",
|
|
1238
|
+
"equals": "required",
|
|
1239
|
+
"type": "simple"
|
|
1240
|
+
},
|
|
1241
|
+
"type": "String"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"id": "messageTtl",
|
|
1245
|
+
"label": "Message TTL",
|
|
1246
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1247
|
+
"optional": true,
|
|
1248
|
+
"constraints": {
|
|
1249
|
+
"notEmpty": false,
|
|
1250
|
+
"pattern": {
|
|
1251
|
+
"value": "^(PT.*|)$",
|
|
1252
|
+
"message": "must be an ISO-8601 duration"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
"feel": "optional",
|
|
1256
|
+
"group": "correlation",
|
|
1257
|
+
"binding": {
|
|
1258
|
+
"name": "messageTtl",
|
|
1259
|
+
"type": "zeebe:property"
|
|
1260
|
+
},
|
|
1261
|
+
"type": "String"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"id": "messageIdExpression",
|
|
1265
|
+
"label": "Message ID expression",
|
|
1266
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1267
|
+
"optional": true,
|
|
1268
|
+
"feel": "required",
|
|
1269
|
+
"group": "correlation",
|
|
1270
|
+
"binding": {
|
|
1271
|
+
"name": "messageIdExpression",
|
|
1272
|
+
"type": "zeebe:property"
|
|
1273
|
+
},
|
|
1274
|
+
"type": "String"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"id": "messageNameUuid",
|
|
1278
|
+
"generatedValue": {
|
|
1279
|
+
"type": "uuid"
|
|
1280
|
+
},
|
|
1281
|
+
"group": "correlation",
|
|
1282
|
+
"binding": {
|
|
1283
|
+
"name": "name",
|
|
1284
|
+
"type": "bpmn:Message#property"
|
|
1285
|
+
},
|
|
1286
|
+
"type": "Hidden"
|
|
1254
1287
|
},
|
|
1255
1288
|
{
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1260
|
-
"
|
|
1289
|
+
"id": "deduplicationModeManualFlag",
|
|
1290
|
+
"label": "Manual mode",
|
|
1291
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1292
|
+
"value": false,
|
|
1293
|
+
"group": "deduplication",
|
|
1261
1294
|
"binding": {
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1295
|
+
"name": "deduplicationModeManualFlag",
|
|
1296
|
+
"type": "zeebe:property"
|
|
1264
1297
|
},
|
|
1298
|
+
"type": "Boolean"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"id": "deduplicationId",
|
|
1302
|
+
"label": "Deduplication ID",
|
|
1265
1303
|
"constraints": {
|
|
1266
|
-
"notEmpty": true
|
|
1304
|
+
"notEmpty": true,
|
|
1305
|
+
"pattern": {
|
|
1306
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1307
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1308
|
+
}
|
|
1309
|
+
},
|
|
1310
|
+
"group": "deduplication",
|
|
1311
|
+
"binding": {
|
|
1312
|
+
"name": "deduplicationId",
|
|
1313
|
+
"type": "zeebe:property"
|
|
1267
1314
|
},
|
|
1268
1315
|
"condition": {
|
|
1269
|
-
"property": "
|
|
1270
|
-
"equals":
|
|
1271
|
-
|
|
1316
|
+
"property": "deduplicationModeManualFlag",
|
|
1317
|
+
"equals": true,
|
|
1318
|
+
"type": "simple"
|
|
1319
|
+
},
|
|
1320
|
+
"type": "String"
|
|
1272
1321
|
},
|
|
1273
1322
|
{
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
"group": "
|
|
1277
|
-
"feel": "required",
|
|
1323
|
+
"id": "deduplicationModeManual",
|
|
1324
|
+
"value": "MANUAL",
|
|
1325
|
+
"group": "deduplication",
|
|
1278
1326
|
"binding": {
|
|
1279
|
-
"
|
|
1280
|
-
"
|
|
1327
|
+
"name": "deduplicationMode",
|
|
1328
|
+
"type": "zeebe:property"
|
|
1281
1329
|
},
|
|
1282
|
-
"
|
|
1283
|
-
|
|
1284
|
-
"
|
|
1330
|
+
"condition": {
|
|
1331
|
+
"property": "deduplicationId",
|
|
1332
|
+
"isActive": true,
|
|
1333
|
+
"type": "simple"
|
|
1334
|
+
},
|
|
1335
|
+
"type": "Hidden"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"id": "deduplicationModeAuto",
|
|
1339
|
+
"value": "AUTO",
|
|
1340
|
+
"group": "deduplication",
|
|
1341
|
+
"binding": {
|
|
1342
|
+
"name": "deduplicationMode",
|
|
1343
|
+
"type": "zeebe:property"
|
|
1285
1344
|
},
|
|
1286
1345
|
"condition": {
|
|
1287
|
-
"property": "
|
|
1288
|
-
"
|
|
1289
|
-
|
|
1346
|
+
"property": "deduplicationId",
|
|
1347
|
+
"isActive": false,
|
|
1348
|
+
"type": "simple"
|
|
1349
|
+
},
|
|
1350
|
+
"type": "Hidden"
|
|
1290
1351
|
},
|
|
1291
1352
|
{
|
|
1353
|
+
"id": "resultVariable",
|
|
1292
1354
|
"label": "Result variable",
|
|
1293
|
-
"
|
|
1294
|
-
"group": "
|
|
1295
|
-
"optional": true,
|
|
1355
|
+
"description": "Name of variable to store the response in",
|
|
1356
|
+
"group": "output",
|
|
1296
1357
|
"binding": {
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1358
|
+
"name": "resultVariable",
|
|
1359
|
+
"type": "zeebe:property"
|
|
1299
1360
|
},
|
|
1300
|
-
"
|
|
1361
|
+
"type": "String"
|
|
1301
1362
|
},
|
|
1302
1363
|
{
|
|
1364
|
+
"id": "resultExpression",
|
|
1303
1365
|
"label": "Result expression",
|
|
1304
|
-
"description": "Expression to map the
|
|
1305
|
-
"group": "variable-mapping",
|
|
1306
|
-
"type": "Text",
|
|
1366
|
+
"description": "Expression to map the response into process variables",
|
|
1307
1367
|
"feel": "required",
|
|
1368
|
+
"group": "output",
|
|
1308
1369
|
"binding": {
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1311
|
-
}
|
|
1370
|
+
"name": "resultExpression",
|
|
1371
|
+
"type": "zeebe:property"
|
|
1372
|
+
},
|
|
1373
|
+
"type": "Text"
|
|
1312
1374
|
}
|
|
1313
1375
|
],
|
|
1314
1376
|
"icon": {
|
|
1315
|
-
"contents": "data:image/svg+xml;
|
|
1377
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1316
1378
|
},
|
|
1317
1379
|
"engines": {
|
|
1318
|
-
"camunda": "^8.
|
|
1380
|
+
"camunda": "^8.6"
|
|
1319
1381
|
}
|
|
1320
1382
|
},
|
|
1321
1383
|
{
|
|
@@ -1323,11 +1385,8 @@
|
|
|
1323
1385
|
"name": "Kafka Message Start Event Connector",
|
|
1324
1386
|
"id": "io.camunda.connectors.inbound.KafkaMessageStart.v1",
|
|
1325
1387
|
"description": "Consume Kafka messages",
|
|
1326
|
-
"metadata": {
|
|
1327
|
-
"keywords": []
|
|
1328
|
-
},
|
|
1329
1388
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1330
|
-
"version":
|
|
1389
|
+
"version": 5,
|
|
1331
1390
|
"category": {
|
|
1332
1391
|
"id": "connectors",
|
|
1333
1392
|
"name": "Connectors"
|
|
@@ -1337,9 +1396,6 @@
|
|
|
1337
1396
|
"value": "bpmn:StartEvent",
|
|
1338
1397
|
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1339
1398
|
},
|
|
1340
|
-
"engines": {
|
|
1341
|
-
"camunda": "^8.3"
|
|
1342
|
-
},
|
|
1343
1399
|
"groups": [
|
|
1344
1400
|
{
|
|
1345
1401
|
"id": "authentication",
|
|
@@ -1350,8 +1406,8 @@
|
|
|
1350
1406
|
"label": "Kafka"
|
|
1351
1407
|
},
|
|
1352
1408
|
{
|
|
1353
|
-
"id": "
|
|
1354
|
-
"label": "
|
|
1409
|
+
"id": "message",
|
|
1410
|
+
"label": "Message deserialization"
|
|
1355
1411
|
},
|
|
1356
1412
|
{
|
|
1357
1413
|
"id": "activation",
|
|
@@ -1431,6 +1487,29 @@
|
|
|
1431
1487
|
},
|
|
1432
1488
|
"type": "String"
|
|
1433
1489
|
},
|
|
1490
|
+
{
|
|
1491
|
+
"id": "serializationType",
|
|
1492
|
+
"label": "Deserialization type",
|
|
1493
|
+
"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>",
|
|
1494
|
+
"optional": false,
|
|
1495
|
+
"value": "json",
|
|
1496
|
+
"group": "kafka",
|
|
1497
|
+
"binding": {
|
|
1498
|
+
"name": "serializationType",
|
|
1499
|
+
"type": "zeebe:property"
|
|
1500
|
+
},
|
|
1501
|
+
"type": "Dropdown",
|
|
1502
|
+
"choices": [
|
|
1503
|
+
{
|
|
1504
|
+
"name": "Default (JSON)",
|
|
1505
|
+
"value": "json"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"name": "Avro (experimental)",
|
|
1509
|
+
"value": "avro"
|
|
1510
|
+
}
|
|
1511
|
+
]
|
|
1512
|
+
},
|
|
1434
1513
|
{
|
|
1435
1514
|
"id": "topic.bootstrapServers",
|
|
1436
1515
|
"label": "Bootstrap servers",
|
|
@@ -1530,99 +1609,26 @@
|
|
|
1530
1609
|
]
|
|
1531
1610
|
},
|
|
1532
1611
|
{
|
|
1533
|
-
"id": "
|
|
1534
|
-
"label": "
|
|
1535
|
-
"
|
|
1536
|
-
"group": "schema",
|
|
1537
|
-
"binding": {
|
|
1538
|
-
"name": "schemaStrategy.type",
|
|
1539
|
-
"type": "zeebe:property"
|
|
1540
|
-
},
|
|
1541
|
-
"type": "Dropdown",
|
|
1542
|
-
"choices": [
|
|
1543
|
-
{
|
|
1544
|
-
"name": "No schema",
|
|
1545
|
-
"value": "noSchema"
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"name": "Avro Inline schema",
|
|
1549
|
-
"value": "inlineSchema"
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"name": "Confluent Schema registry",
|
|
1553
|
-
"value": "schemaRegistry"
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"id": "schemaStrategy.avro.schema",
|
|
1559
|
-
"label": "Schema",
|
|
1560
|
-
"description": "Avro inline schema for the message value",
|
|
1612
|
+
"id": "avro.schema",
|
|
1613
|
+
"label": "Avro schema",
|
|
1614
|
+
"description": "Avro schema for the message value",
|
|
1561
1615
|
"optional": false,
|
|
1562
1616
|
"constraints": {
|
|
1563
1617
|
"notEmpty": true
|
|
1564
1618
|
},
|
|
1565
1619
|
"feel": "required",
|
|
1566
|
-
"group": "
|
|
1620
|
+
"group": "message",
|
|
1567
1621
|
"binding": {
|
|
1568
|
-
"name": "
|
|
1622
|
+
"name": "avro.schema",
|
|
1569
1623
|
"type": "zeebe:property"
|
|
1570
1624
|
},
|
|
1571
1625
|
"condition": {
|
|
1572
|
-
"property": "
|
|
1573
|
-
"equals": "
|
|
1626
|
+
"property": "serializationType",
|
|
1627
|
+
"equals": "avro",
|
|
1574
1628
|
"type": "simple"
|
|
1575
1629
|
},
|
|
1576
1630
|
"type": "Text"
|
|
1577
1631
|
},
|
|
1578
|
-
{
|
|
1579
|
-
"id": "schemaStrategy.schemaType",
|
|
1580
|
-
"label": "Schema type",
|
|
1581
|
-
"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>",
|
|
1582
|
-
"optional": false,
|
|
1583
|
-
"value": "avro",
|
|
1584
|
-
"group": "schema",
|
|
1585
|
-
"binding": {
|
|
1586
|
-
"name": "schemaStrategy.schemaType",
|
|
1587
|
-
"type": "zeebe:property"
|
|
1588
|
-
},
|
|
1589
|
-
"condition": {
|
|
1590
|
-
"property": "schemaStrategy.type",
|
|
1591
|
-
"equals": "schemaRegistry",
|
|
1592
|
-
"type": "simple"
|
|
1593
|
-
},
|
|
1594
|
-
"type": "Dropdown",
|
|
1595
|
-
"choices": [
|
|
1596
|
-
{
|
|
1597
|
-
"name": "JSON",
|
|
1598
|
-
"value": "json"
|
|
1599
|
-
},
|
|
1600
|
-
{
|
|
1601
|
-
"name": "Avro",
|
|
1602
|
-
"value": "avro"
|
|
1603
|
-
}
|
|
1604
|
-
]
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1608
|
-
"label": "Schema registry URL",
|
|
1609
|
-
"description": "Provide the schema registry URL",
|
|
1610
|
-
"optional": false,
|
|
1611
|
-
"constraints": {
|
|
1612
|
-
"notEmpty": true
|
|
1613
|
-
},
|
|
1614
|
-
"group": "schema",
|
|
1615
|
-
"binding": {
|
|
1616
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1617
|
-
"type": "zeebe:property"
|
|
1618
|
-
},
|
|
1619
|
-
"condition": {
|
|
1620
|
-
"property": "schemaStrategy.type",
|
|
1621
|
-
"equals": "schemaRegistry",
|
|
1622
|
-
"type": "simple"
|
|
1623
|
-
},
|
|
1624
|
-
"type": "String"
|
|
1625
|
-
},
|
|
1626
1632
|
{
|
|
1627
1633
|
"id": "activationCondition",
|
|
1628
1634
|
"label": "Activation condition",
|
|
@@ -1710,19 +1716,6 @@
|
|
|
1710
1716
|
},
|
|
1711
1717
|
"type": "String"
|
|
1712
1718
|
},
|
|
1713
|
-
{
|
|
1714
|
-
"id": "messageIdExpression",
|
|
1715
|
-
"label": "Message ID expression",
|
|
1716
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1717
|
-
"optional": true,
|
|
1718
|
-
"feel": "required",
|
|
1719
|
-
"group": "correlation",
|
|
1720
|
-
"binding": {
|
|
1721
|
-
"name": "messageIdExpression",
|
|
1722
|
-
"type": "zeebe:property"
|
|
1723
|
-
},
|
|
1724
|
-
"type": "String"
|
|
1725
|
-
},
|
|
1726
1719
|
{
|
|
1727
1720
|
"id": "messageTtl",
|
|
1728
1721
|
"label": "Message TTL",
|
|
@@ -1743,6 +1736,19 @@
|
|
|
1743
1736
|
},
|
|
1744
1737
|
"type": "String"
|
|
1745
1738
|
},
|
|
1739
|
+
{
|
|
1740
|
+
"id": "messageIdExpression",
|
|
1741
|
+
"label": "Message ID expression",
|
|
1742
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1743
|
+
"optional": true,
|
|
1744
|
+
"feel": "required",
|
|
1745
|
+
"group": "correlation",
|
|
1746
|
+
"binding": {
|
|
1747
|
+
"name": "messageIdExpression",
|
|
1748
|
+
"type": "zeebe:property"
|
|
1749
|
+
},
|
|
1750
|
+
"type": "String"
|
|
1751
|
+
},
|
|
1746
1752
|
{
|
|
1747
1753
|
"id": "messageNameUuid",
|
|
1748
1754
|
"generatedValue": {
|
|
@@ -1845,6 +1851,9 @@
|
|
|
1845
1851
|
],
|
|
1846
1852
|
"icon": {
|
|
1847
1853
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1854
|
+
},
|
|
1855
|
+
"engines": {
|
|
1856
|
+
"camunda": "^8.5"
|
|
1848
1857
|
}
|
|
1849
1858
|
}
|
|
1850
1859
|
]
|