@camunda/connectors-element-templates 1.0.19 → 1.0.21
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-template.js +1 -3
- package/src/connectors.js +4 -0
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +43 -43
- package/src/element-templates/agenticai-aiagent-job-worker.json +2230 -222
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +6281 -4356
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +718 -36
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2394 -949
- package/src/element-templates/app-integrations-connector.json +1047 -0
- package/src/element-templates/asana-connector.json +943 -109
- package/src/element-templates/automation-anywhere-outbound-connector.json +2240 -1747
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +1068 -30
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +386 -5
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +442 -5
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +417 -5
- package/src/element-templates/aws-bedrock-outbound-connector.json +2273 -623
- package/src/element-templates/aws-comprehend-outbound-connector.json +1573 -1
- package/src/element-templates/aws-dynamodb-outbound-connector.json +2950 -162
- package/src/element-templates/aws-eventbridge-connector-boundary.json +40 -40
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +62 -62
- package/src/element-templates/aws-eventbridge-connector-start-event.json +33 -33
- package/src/element-templates/aws-eventbridge-outbound-connector.json +838 -424
- package/src/element-templates/aws-lambda-outbound-connector.json +495 -96
- package/src/element-templates/aws-s3-outbound-connector.json +2238 -44
- package/src/element-templates/aws-sagemaker-outbound-connector.json +681 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +4 -3
- package/src/element-templates/aws-sns-inbound-intermediate.json +341 -340
- package/src/element-templates/aws-sns-inbound-message-start.json +241 -240
- package/src/element-templates/aws-sns-inbound-receive.json +4 -3
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +581 -124
- package/src/element-templates/aws-sqs-boundary-connector.json +939 -420
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +851 -332
- package/src/element-templates/aws-sqs-outbound-connector.json +589 -136
- package/src/element-templates/aws-sqs-receive-connector.json +525 -7
- package/src/element-templates/aws-sqs-start-event-connector.json +380 -380
- package/src/element-templates/aws-sqs-start-message.json +736 -185
- package/src/element-templates/aws-textract-outbound-connector.json +866 -131
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1648 -225
- package/src/element-templates/azure-open-ai-connector.json +1371 -8
- package/src/element-templates/blue-prism-connector.json +609 -30
- package/src/element-templates/box-outbound-connector.json +2356 -272
- package/src/element-templates/csv-outbound-connector.json +449 -0
- package/src/element-templates/easy-post-connector.json +1251 -170
- package/src/element-templates/email-outbound-connector.json +3087 -1013
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +2161 -1
- package/src/element-templates/github-connector.json +18554 -14368
- package/src/element-templates/github-webhook-connector-boundary.json +24 -24
- package/src/element-templates/github-webhook-connector-intermediate.json +8 -8
- package/src/element-templates/github-webhook-connector-message-start.json +8 -8
- package/src/element-templates/github-webhook-connector-receive.json +8 -8
- package/src/element-templates/github-webhook-connector-start-event.json +58 -58
- package/src/element-templates/gitlab-connector.json +3022 -1120
- package/src/element-templates/google-cloud-storage-outbound-connector.json +1447 -240
- package/src/element-templates/google-drive-outbound-connector.json +2980 -1428
- package/src/element-templates/google-gemini-outbound-connector.json +41 -55
- package/src/element-templates/google-maps-platform-connector.json +688 -137
- package/src/element-templates/google-sheets-outbound-connector.json +3186 -2030
- package/src/element-templates/graphql-outbound-connector.json +4149 -1485
- package/src/element-templates/http-json-connector.json +6143 -2053
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +2426 -364
- package/src/element-templates/http-polling-connector.json +3312 -1250
- package/src/element-templates/hubspot-outbound-connector.json +2817 -67
- package/src/element-templates/hugging-face-connector.json +83 -82
- package/src/element-templates/jdbc-outbound-connector.json +506 -9
- package/src/element-templates/kafka-inbound-connector-boundary.json +968 -971
- package/src/element-templates/kafka-inbound-connector-intermediate.json +53 -56
- package/src/element-templates/kafka-inbound-connector-receive.json +9 -12
- package/src/element-templates/kafka-inbound-connector-start-message.json +545 -548
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +304 -308
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +7 -10
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +7 -10
- package/src/element-templates/microsoft-office365-mail-connector.json +2077 -35
- package/src/element-templates/microsoft-teams-outbound-connector.json +2897 -456
- package/src/element-templates/openai-connector.json +701 -207
- package/src/element-templates/operate-connector.json +83 -86
- package/src/element-templates/orchestration-connector.json +1843 -0
- package/src/element-templates/power-automate-connector.json +62 -62
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +772 -774
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +456 -458
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +573 -575
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +5 -7
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +347 -347
- package/src/element-templates/rabbitmq-outbound-connector.json +631 -631
- package/src/element-templates/rpa-connector.json +6 -6
- package/src/element-templates/salesforce-connector.json +653 -19
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +301 -1
- package/src/element-templates/send-message-connector-message-end-event.json +301 -1
- package/src/element-templates/send-message-connector-send-task.json +300 -1
- package/src/element-templates/sendgrid-outbound-connector.json +790 -790
- package/src/element-templates/servicenow-connector.json +1364 -7
- package/src/element-templates/servicenow-flow-starter-connector.json +16 -16
- package/src/element-templates/servicenow-incident-connector.json +1075 -29
- package/src/element-templates/slack-inbound-boundary.json +493 -493
- package/src/element-templates/slack-inbound-intermediate.json +448 -448
- package/src/element-templates/slack-inbound-message-start.json +369 -369
- package/src/element-templates/slack-inbound-receive.json +2 -2
- package/src/element-templates/slack-inbound-start-event.json +328 -328
- package/src/element-templates/slack-outbound-connector.json +2365 -1262
- package/src/element-templates/soap-outbound-connector.json +113 -117
- package/src/element-templates/twilio-connector.json +1186 -373
- package/src/element-templates/twilio-webhook-boundary-connector.json +9 -10
- package/src/element-templates/twilio-webhook-connector.json +60 -61
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -32
- package/src/element-templates/twilio-webhook-message-start-connector.json +10 -11
- package/src/element-templates/twilio-webhook-receive-connector.json +9 -10
- package/src/element-templates/uipath-connector.json +668 -50
- package/src/element-templates/webhook-connector-boundary.json +1040 -385
- package/src/element-templates/webhook-connector-intermediate.json +2100 -1445
- package/src/element-templates/webhook-connector-receive.json +659 -5
- package/src/element-templates/webhook-connector-start-event.json +1860 -1299
- package/src/element-templates/webhook-connector-start-message.json +1535 -848
- package/src/element-templates/whatsapp-connector.json +393 -23
|
@@ -286,9 +286,9 @@
|
|
|
286
286
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
287
287
|
"name": "Kafka Boundary Event Connector",
|
|
288
288
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
289
|
+
"version": 1,
|
|
289
290
|
"description": "Consume Kafka messages",
|
|
290
291
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
291
|
-
"version": 6,
|
|
292
292
|
"category": {
|
|
293
293
|
"id": "connectors",
|
|
294
294
|
"name": "Connectors"
|
|
@@ -307,53 +307,41 @@
|
|
|
307
307
|
"id": "kafka",
|
|
308
308
|
"label": "Kafka"
|
|
309
309
|
},
|
|
310
|
-
{
|
|
311
|
-
"id": "message",
|
|
312
|
-
"label": "Message deserialization"
|
|
313
|
-
},
|
|
314
310
|
{
|
|
315
311
|
"id": "activation",
|
|
316
312
|
"label": "Activation"
|
|
317
313
|
},
|
|
318
314
|
{
|
|
319
|
-
"id": "
|
|
320
|
-
"label": "
|
|
321
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"id": "deduplication",
|
|
325
|
-
"label": "Deduplication",
|
|
326
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"id": "output",
|
|
330
|
-
"label": "Output mapping"
|
|
315
|
+
"id": "variable-mapping",
|
|
316
|
+
"label": "Variable mapping"
|
|
331
317
|
}
|
|
332
318
|
],
|
|
333
319
|
"properties": [
|
|
334
320
|
{
|
|
321
|
+
"type": "Hidden",
|
|
335
322
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
336
323
|
"binding": {
|
|
337
|
-
"
|
|
338
|
-
"
|
|
324
|
+
"type": "zeebe:property",
|
|
325
|
+
"name": "inbound.type"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"type": "Hidden",
|
|
330
|
+
"generatedValue": {
|
|
331
|
+
"type": "uuid"
|
|
339
332
|
},
|
|
340
|
-
"
|
|
333
|
+
"binding": {
|
|
334
|
+
"type": "bpmn:Message#property",
|
|
335
|
+
"name": "name"
|
|
336
|
+
}
|
|
341
337
|
},
|
|
342
338
|
{
|
|
343
|
-
"id": "authenticationType",
|
|
344
339
|
"label": "Authentication type",
|
|
345
340
|
"description": "Username/password or custom",
|
|
346
|
-
"
|
|
347
|
-
"value": "credentials",
|
|
348
|
-
"constraints": {
|
|
349
|
-
"notEmpty": true
|
|
350
|
-
},
|
|
341
|
+
"id": "authenticationType",
|
|
351
342
|
"group": "authentication",
|
|
352
|
-
"binding": {
|
|
353
|
-
"name": "authenticationType",
|
|
354
|
-
"type": "zeebe:property"
|
|
355
|
-
},
|
|
356
343
|
"type": "Dropdown",
|
|
344
|
+
"value": "credentials",
|
|
357
345
|
"choices": [
|
|
358
346
|
{
|
|
359
347
|
"name": "Credentials",
|
|
@@ -363,120 +351,120 @@
|
|
|
363
351
|
"name": "Custom",
|
|
364
352
|
"value": "custom"
|
|
365
353
|
}
|
|
366
|
-
]
|
|
354
|
+
],
|
|
355
|
+
"binding": {
|
|
356
|
+
"type": "zeebe:property",
|
|
357
|
+
"name": "authenticationType"
|
|
358
|
+
}
|
|
367
359
|
},
|
|
368
360
|
{
|
|
369
|
-
"id": "authentication.username",
|
|
370
361
|
"label": "Username",
|
|
371
362
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
372
|
-
"optional": true,
|
|
373
363
|
"group": "authentication",
|
|
364
|
+
"type": "String",
|
|
365
|
+
"feel": "optional",
|
|
366
|
+
"optional": true,
|
|
374
367
|
"binding": {
|
|
375
|
-
"
|
|
376
|
-
"
|
|
368
|
+
"type": "zeebe:property",
|
|
369
|
+
"name": "authentication.username"
|
|
377
370
|
},
|
|
378
|
-
"
|
|
371
|
+
"condition": {
|
|
372
|
+
"property": "authenticationType",
|
|
373
|
+
"equals": "credentials"
|
|
374
|
+
}
|
|
379
375
|
},
|
|
380
376
|
{
|
|
381
|
-
"id": "authentication.password",
|
|
382
377
|
"label": "Password",
|
|
383
378
|
"description": "Provide a password for the user",
|
|
384
|
-
"optional": true,
|
|
385
379
|
"group": "authentication",
|
|
380
|
+
"type": "String",
|
|
381
|
+
"feel": "optional",
|
|
382
|
+
"optional": true,
|
|
386
383
|
"binding": {
|
|
387
|
-
"
|
|
388
|
-
"
|
|
384
|
+
"type": "zeebe:property",
|
|
385
|
+
"name": "authentication.password"
|
|
389
386
|
},
|
|
390
|
-
"
|
|
387
|
+
"condition": {
|
|
388
|
+
"property": "authenticationType",
|
|
389
|
+
"equals": "credentials"
|
|
390
|
+
}
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
|
-
"id": "topic.bootstrapServers",
|
|
394
393
|
"label": "Bootstrap servers",
|
|
395
394
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
396
|
-
"optional": false,
|
|
397
|
-
"constraints": {
|
|
398
|
-
"notEmpty": true
|
|
399
|
-
},
|
|
400
395
|
"group": "kafka",
|
|
396
|
+
"type": "String",
|
|
397
|
+
"feel": "optional",
|
|
401
398
|
"binding": {
|
|
402
|
-
"
|
|
403
|
-
"
|
|
399
|
+
"type": "zeebe:property",
|
|
400
|
+
"name": "topic.bootstrapServers"
|
|
404
401
|
},
|
|
405
|
-
"
|
|
402
|
+
"constraints": {
|
|
403
|
+
"notEmpty": true
|
|
404
|
+
}
|
|
406
405
|
},
|
|
407
406
|
{
|
|
408
|
-
"id": "topic.topicName",
|
|
409
407
|
"label": "Topic",
|
|
410
|
-
"description": "Provide topic name",
|
|
411
|
-
"optional": false,
|
|
412
|
-
"constraints": {
|
|
413
|
-
"notEmpty": true
|
|
414
|
-
},
|
|
408
|
+
"description": "Provide the topic name",
|
|
415
409
|
"group": "kafka",
|
|
410
|
+
"type": "String",
|
|
411
|
+
"feel": "optional",
|
|
416
412
|
"binding": {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
413
|
+
"type": "zeebe:property",
|
|
414
|
+
"name": "topic.topicName"
|
|
419
415
|
},
|
|
420
|
-
"
|
|
416
|
+
"constraints": {
|
|
417
|
+
"notEmpty": true
|
|
418
|
+
}
|
|
421
419
|
},
|
|
422
420
|
{
|
|
423
|
-
"
|
|
424
|
-
"label": "Consumer group ID",
|
|
421
|
+
"label": "Consumer Group ID",
|
|
425
422
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
426
|
-
"optional": false,
|
|
427
423
|
"group": "kafka",
|
|
424
|
+
"type": "String",
|
|
425
|
+
"feel": "optional",
|
|
426
|
+
"optional": true,
|
|
428
427
|
"binding": {
|
|
429
|
-
"
|
|
430
|
-
"
|
|
428
|
+
"type": "zeebe:property",
|
|
429
|
+
"name": "groupId"
|
|
431
430
|
},
|
|
432
|
-
"
|
|
431
|
+
"constraints": {
|
|
432
|
+
"notEmpty": false,
|
|
433
|
+
"maxLength": 250
|
|
434
|
+
}
|
|
433
435
|
},
|
|
434
436
|
{
|
|
435
|
-
"id": "additionalProperties",
|
|
436
437
|
"label": "Additional properties",
|
|
437
438
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
439
|
+
"group": "kafka",
|
|
440
|
+
"type": "String",
|
|
438
441
|
"optional": true,
|
|
439
442
|
"feel": "required",
|
|
440
|
-
"group": "kafka",
|
|
441
443
|
"binding": {
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
}
|
|
445
|
-
"type": "String"
|
|
444
|
+
"type": "zeebe:property",
|
|
445
|
+
"name": "additionalProperties"
|
|
446
|
+
}
|
|
446
447
|
},
|
|
447
448
|
{
|
|
448
|
-
"id": "offsets",
|
|
449
449
|
"label": "Offsets",
|
|
450
450
|
"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",
|
|
451
|
-
"optional": true,
|
|
452
|
-
"feel": "optional",
|
|
453
451
|
"group": "kafka",
|
|
452
|
+
"type": "String",
|
|
453
|
+
"feel": "optional",
|
|
454
|
+
"optional": true,
|
|
454
455
|
"binding": {
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
}
|
|
458
|
-
"type": "String"
|
|
456
|
+
"type": "zeebe:property",
|
|
457
|
+
"name": "offsets"
|
|
458
|
+
}
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
|
-
"id": "autoOffsetReset",
|
|
462
461
|
"label": "Auto offset reset",
|
|
463
462
|
"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",
|
|
464
|
-
"
|
|
465
|
-
"value": "latest",
|
|
466
|
-
"constraints": {
|
|
467
|
-
"notEmpty": true
|
|
468
|
-
},
|
|
463
|
+
"id": "autoOffsetReset",
|
|
469
464
|
"group": "kafka",
|
|
470
|
-
"binding": {
|
|
471
|
-
"name": "autoOffsetReset",
|
|
472
|
-
"type": "zeebe:property"
|
|
473
|
-
},
|
|
474
465
|
"type": "Dropdown",
|
|
466
|
+
"value": "latest",
|
|
475
467
|
"choices": [
|
|
476
|
-
{
|
|
477
|
-
"name": "None",
|
|
478
|
-
"value": "none"
|
|
479
|
-
},
|
|
480
468
|
{
|
|
481
469
|
"name": "Latest",
|
|
482
470
|
"value": "latest"
|
|
@@ -484,305 +472,94 @@
|
|
|
484
472
|
{
|
|
485
473
|
"name": "Earliest",
|
|
486
474
|
"value": "earliest"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "None",
|
|
478
|
+
"value": "none"
|
|
487
479
|
}
|
|
488
|
-
]
|
|
480
|
+
],
|
|
481
|
+
"binding": {
|
|
482
|
+
"type": "zeebe:property",
|
|
483
|
+
"name": "autoOffsetReset"
|
|
484
|
+
}
|
|
489
485
|
},
|
|
490
486
|
{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
"
|
|
487
|
+
"label": "Correlation key (process)",
|
|
488
|
+
"type": "String",
|
|
489
|
+
"group": "activation",
|
|
490
|
+
"feel": "required",
|
|
491
|
+
"description": "Sets up the correlation key from process variables",
|
|
495
492
|
"binding": {
|
|
496
|
-
"
|
|
497
|
-
"
|
|
493
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
494
|
+
"name": "correlationKey"
|
|
498
495
|
},
|
|
499
|
-
"
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
"name": "No schema",
|
|
503
|
-
"value": "noSchema"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "Inline schema",
|
|
507
|
-
"value": "inlineSchema"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"name": "Schema registry",
|
|
511
|
-
"value": "schemaRegistry"
|
|
512
|
-
}
|
|
513
|
-
]
|
|
496
|
+
"constraints": {
|
|
497
|
+
"notEmpty": true
|
|
498
|
+
}
|
|
514
499
|
},
|
|
515
500
|
{
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"value": "avro",
|
|
521
|
-
"group": "kafka",
|
|
501
|
+
"label": "Correlation key (payload)",
|
|
502
|
+
"type": "String",
|
|
503
|
+
"group": "activation",
|
|
504
|
+
"feel": "required",
|
|
522
505
|
"binding": {
|
|
523
|
-
"
|
|
524
|
-
"
|
|
506
|
+
"type": "zeebe:property",
|
|
507
|
+
"name": "correlationKeyExpression"
|
|
525
508
|
},
|
|
526
|
-
"
|
|
527
|
-
|
|
528
|
-
"
|
|
529
|
-
|
|
509
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
510
|
+
"constraints": {
|
|
511
|
+
"notEmpty": true
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"label": "Activation condition",
|
|
516
|
+
"type": "String",
|
|
517
|
+
"group": "activation",
|
|
518
|
+
"feel": "required",
|
|
519
|
+
"optional": true,
|
|
520
|
+
"binding": {
|
|
521
|
+
"type": "zeebe:property",
|
|
522
|
+
"name": "activationCondition"
|
|
530
523
|
},
|
|
531
|
-
"
|
|
532
|
-
"choices": [
|
|
533
|
-
{
|
|
534
|
-
"name": "JSON",
|
|
535
|
-
"value": "json"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "Avro (alpha)",
|
|
539
|
-
"value": "avro"
|
|
540
|
-
}
|
|
541
|
-
]
|
|
524
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
542
525
|
},
|
|
543
526
|
{
|
|
544
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
545
|
-
"label": "Schema registry URL",
|
|
546
|
-
"description": "Provide the schema registry URL",
|
|
547
|
-
"optional": false,
|
|
548
|
-
"constraints": {
|
|
549
|
-
"notEmpty": true
|
|
550
|
-
},
|
|
551
|
-
"group": "kafka",
|
|
552
|
-
"binding": {
|
|
553
|
-
"name": "schemaStrategy.schemaRegistryUrl",
|
|
554
|
-
"type": "zeebe:property"
|
|
555
|
-
},
|
|
556
|
-
"condition": {
|
|
557
|
-
"property": "schemaStrategy.type",
|
|
558
|
-
"equals": "schemaRegistry",
|
|
559
|
-
"type": "simple"
|
|
560
|
-
},
|
|
561
|
-
"type": "String"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"id": "schemaStrategy.avro.schema",
|
|
565
|
-
"label": "Schema",
|
|
566
|
-
"description": "Inline schema (Avro) for the message value",
|
|
567
|
-
"optional": false,
|
|
568
|
-
"constraints": {
|
|
569
|
-
"notEmpty": true
|
|
570
|
-
},
|
|
571
|
-
"feel": "required",
|
|
572
|
-
"group": "message",
|
|
573
|
-
"binding": {
|
|
574
|
-
"name": "schemaStrategy.schema",
|
|
575
|
-
"type": "zeebe:property"
|
|
576
|
-
},
|
|
577
|
-
"condition": {
|
|
578
|
-
"property": "schemaStrategy.type",
|
|
579
|
-
"equals": "inlineSchema",
|
|
580
|
-
"type": "simple"
|
|
581
|
-
},
|
|
582
|
-
"type": "Text"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"id": "activationCondition",
|
|
586
|
-
"label": "Activation condition",
|
|
587
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
588
|
-
"optional": true,
|
|
589
|
-
"feel": "required",
|
|
590
|
-
"group": "activation",
|
|
591
|
-
"binding": {
|
|
592
|
-
"name": "activationCondition",
|
|
593
|
-
"type": "zeebe:property"
|
|
594
|
-
},
|
|
595
|
-
"type": "String"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"id": "consumeUnmatchedEvents",
|
|
599
|
-
"label": "Consume unmatched events",
|
|
600
|
-
"value": true,
|
|
601
|
-
"group": "activation",
|
|
602
|
-
"binding": {
|
|
603
|
-
"name": "consumeUnmatchedEvents",
|
|
604
|
-
"type": "zeebe:property"
|
|
605
|
-
},
|
|
606
|
-
"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",
|
|
607
|
-
"type": "Boolean"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"id": "correlationKeyProcess",
|
|
611
|
-
"label": "Correlation key (process)",
|
|
612
|
-
"description": "Sets up the correlation key from process variables",
|
|
613
|
-
"constraints": {
|
|
614
|
-
"notEmpty": true
|
|
615
|
-
},
|
|
616
|
-
"feel": "required",
|
|
617
|
-
"group": "correlation",
|
|
618
|
-
"binding": {
|
|
619
|
-
"name": "correlationKey",
|
|
620
|
-
"type": "bpmn:Message#zeebe:subscription#property"
|
|
621
|
-
},
|
|
622
|
-
"type": "String"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"id": "correlationKeyPayload",
|
|
626
|
-
"label": "Correlation key (payload)",
|
|
627
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
628
|
-
"constraints": {
|
|
629
|
-
"notEmpty": true
|
|
630
|
-
},
|
|
631
|
-
"feel": "required",
|
|
632
|
-
"group": "correlation",
|
|
633
|
-
"binding": {
|
|
634
|
-
"name": "correlationKeyExpression",
|
|
635
|
-
"type": "zeebe:property"
|
|
636
|
-
},
|
|
637
|
-
"type": "String"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"id": "messageIdExpression",
|
|
641
|
-
"label": "Message ID expression",
|
|
642
|
-
"description": "Expression to extract unique identifier of a message",
|
|
643
|
-
"optional": true,
|
|
644
|
-
"feel": "required",
|
|
645
|
-
"group": "correlation",
|
|
646
|
-
"binding": {
|
|
647
|
-
"name": "messageIdExpression",
|
|
648
|
-
"type": "zeebe:property"
|
|
649
|
-
},
|
|
650
|
-
"type": "String"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"id": "messageTtl",
|
|
654
|
-
"label": "Message TTL",
|
|
655
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
656
|
-
"optional": true,
|
|
657
|
-
"constraints": {
|
|
658
|
-
"notEmpty": false,
|
|
659
|
-
"pattern": {
|
|
660
|
-
"value": "^(PT.*|)$",
|
|
661
|
-
"message": "must be an ISO-8601 duration"
|
|
662
|
-
}
|
|
663
|
-
},
|
|
664
|
-
"feel": "optional",
|
|
665
|
-
"group": "correlation",
|
|
666
|
-
"binding": {
|
|
667
|
-
"name": "messageTtl",
|
|
668
|
-
"type": "zeebe:property"
|
|
669
|
-
},
|
|
670
|
-
"type": "String"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"id": "messageNameUuid",
|
|
674
|
-
"generatedValue": {
|
|
675
|
-
"type": "uuid"
|
|
676
|
-
},
|
|
677
|
-
"group": "correlation",
|
|
678
|
-
"binding": {
|
|
679
|
-
"name": "name",
|
|
680
|
-
"type": "bpmn:Message#property"
|
|
681
|
-
},
|
|
682
|
-
"type": "Hidden"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"id": "deduplicationModeManualFlag",
|
|
686
|
-
"label": "Manual mode",
|
|
687
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
688
|
-
"value": false,
|
|
689
|
-
"group": "deduplication",
|
|
690
|
-
"binding": {
|
|
691
|
-
"name": "deduplicationModeManualFlag",
|
|
692
|
-
"type": "zeebe:property"
|
|
693
|
-
},
|
|
694
|
-
"type": "Boolean"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"id": "deduplicationId",
|
|
698
|
-
"label": "Deduplication ID",
|
|
699
|
-
"constraints": {
|
|
700
|
-
"notEmpty": true,
|
|
701
|
-
"pattern": {
|
|
702
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
703
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
"group": "deduplication",
|
|
707
|
-
"binding": {
|
|
708
|
-
"name": "deduplicationId",
|
|
709
|
-
"type": "zeebe:property"
|
|
710
|
-
},
|
|
711
|
-
"condition": {
|
|
712
|
-
"property": "deduplicationModeManualFlag",
|
|
713
|
-
"equals": true,
|
|
714
|
-
"type": "simple"
|
|
715
|
-
},
|
|
716
|
-
"type": "String"
|
|
717
|
-
},
|
|
718
|
-
{
|
|
719
|
-
"id": "deduplicationModeManual",
|
|
720
|
-
"value": "MANUAL",
|
|
721
|
-
"group": "deduplication",
|
|
722
|
-
"binding": {
|
|
723
|
-
"name": "deduplicationMode",
|
|
724
|
-
"type": "zeebe:property"
|
|
725
|
-
},
|
|
726
|
-
"condition": {
|
|
727
|
-
"property": "deduplicationId",
|
|
728
|
-
"isActive": true,
|
|
729
|
-
"type": "simple"
|
|
730
|
-
},
|
|
731
|
-
"type": "Hidden"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"id": "deduplicationModeAuto",
|
|
735
|
-
"value": "AUTO",
|
|
736
|
-
"group": "deduplication",
|
|
737
|
-
"binding": {
|
|
738
|
-
"name": "deduplicationMode",
|
|
739
|
-
"type": "zeebe:property"
|
|
740
|
-
},
|
|
741
|
-
"condition": {
|
|
742
|
-
"property": "deduplicationId",
|
|
743
|
-
"isActive": false,
|
|
744
|
-
"type": "simple"
|
|
745
|
-
},
|
|
746
|
-
"type": "Hidden"
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"id": "resultVariable",
|
|
750
527
|
"label": "Result variable",
|
|
751
|
-
"
|
|
752
|
-
"group": "
|
|
528
|
+
"type": "String",
|
|
529
|
+
"group": "variable-mapping",
|
|
530
|
+
"optional": true,
|
|
753
531
|
"binding": {
|
|
754
|
-
"
|
|
755
|
-
"
|
|
532
|
+
"type": "zeebe:property",
|
|
533
|
+
"name": "resultVariable"
|
|
756
534
|
},
|
|
757
|
-
"
|
|
535
|
+
"description": "Name of variable to store the result of the connector in"
|
|
758
536
|
},
|
|
759
537
|
{
|
|
760
|
-
"id": "resultExpression",
|
|
761
538
|
"label": "Result expression",
|
|
762
|
-
"description": "Expression to map the
|
|
539
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
540
|
+
"group": "variable-mapping",
|
|
541
|
+
"type": "Text",
|
|
763
542
|
"feel": "required",
|
|
764
|
-
"group": "output",
|
|
765
543
|
"binding": {
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
}
|
|
769
|
-
"type": "Text"
|
|
544
|
+
"type": "zeebe:property",
|
|
545
|
+
"name": "resultExpression"
|
|
546
|
+
}
|
|
770
547
|
}
|
|
771
548
|
],
|
|
772
549
|
"icon": {
|
|
773
|
-
"contents": "data:image/svg+xml;
|
|
550
|
+
"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"
|
|
774
551
|
},
|
|
775
552
|
"engines": {
|
|
776
|
-
"camunda": "^8.
|
|
553
|
+
"camunda": "^8.2"
|
|
777
554
|
}
|
|
778
555
|
},
|
|
779
556
|
{
|
|
780
557
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
781
558
|
"name": "Kafka Boundary Event Connector",
|
|
782
559
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
560
|
+
"version": 3,
|
|
783
561
|
"description": "Consume Kafka messages",
|
|
784
562
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
785
|
-
"version": 5,
|
|
786
563
|
"category": {
|
|
787
564
|
"id": "connectors",
|
|
788
565
|
"name": "Connectors"
|
|
@@ -801,53 +578,41 @@
|
|
|
801
578
|
"id": "kafka",
|
|
802
579
|
"label": "Kafka"
|
|
803
580
|
},
|
|
804
|
-
{
|
|
805
|
-
"id": "message",
|
|
806
|
-
"label": "Message deserialization"
|
|
807
|
-
},
|
|
808
581
|
{
|
|
809
582
|
"id": "activation",
|
|
810
583
|
"label": "Activation"
|
|
811
584
|
},
|
|
812
585
|
{
|
|
813
|
-
"id": "
|
|
814
|
-
"label": "
|
|
815
|
-
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"id": "deduplication",
|
|
819
|
-
"label": "Deduplication",
|
|
820
|
-
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"id": "output",
|
|
824
|
-
"label": "Output mapping"
|
|
586
|
+
"id": "variable-mapping",
|
|
587
|
+
"label": "Variable mapping"
|
|
825
588
|
}
|
|
826
589
|
],
|
|
827
590
|
"properties": [
|
|
828
591
|
{
|
|
592
|
+
"type": "Hidden",
|
|
829
593
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
830
594
|
"binding": {
|
|
831
|
-
"
|
|
832
|
-
"
|
|
595
|
+
"type": "zeebe:property",
|
|
596
|
+
"name": "inbound.type"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"type": "Hidden",
|
|
601
|
+
"generatedValue": {
|
|
602
|
+
"type": "uuid"
|
|
833
603
|
},
|
|
834
|
-
"
|
|
604
|
+
"binding": {
|
|
605
|
+
"type": "bpmn:Message#property",
|
|
606
|
+
"name": "name"
|
|
607
|
+
}
|
|
835
608
|
},
|
|
836
609
|
{
|
|
837
|
-
"id": "authenticationType",
|
|
838
610
|
"label": "Authentication type",
|
|
839
611
|
"description": "Username/password or custom",
|
|
840
|
-
"
|
|
841
|
-
"value": "credentials",
|
|
842
|
-
"constraints": {
|
|
843
|
-
"notEmpty": true
|
|
844
|
-
},
|
|
612
|
+
"id": "authenticationType",
|
|
845
613
|
"group": "authentication",
|
|
846
|
-
"binding": {
|
|
847
|
-
"name": "authenticationType",
|
|
848
|
-
"type": "zeebe:property"
|
|
849
|
-
},
|
|
850
614
|
"type": "Dropdown",
|
|
615
|
+
"value": "credentials",
|
|
851
616
|
"choices": [
|
|
852
617
|
{
|
|
853
618
|
"name": "Credentials",
|
|
@@ -857,143 +622,118 @@
|
|
|
857
622
|
"name": "Custom",
|
|
858
623
|
"value": "custom"
|
|
859
624
|
}
|
|
860
|
-
]
|
|
625
|
+
],
|
|
626
|
+
"binding": {
|
|
627
|
+
"type": "zeebe:property",
|
|
628
|
+
"name": "authenticationType"
|
|
629
|
+
}
|
|
861
630
|
},
|
|
862
631
|
{
|
|
863
|
-
"id": "authentication.username",
|
|
864
632
|
"label": "Username",
|
|
865
633
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
866
|
-
"optional": true,
|
|
867
634
|
"group": "authentication",
|
|
635
|
+
"type": "String",
|
|
636
|
+
"feel": "optional",
|
|
637
|
+
"optional": true,
|
|
868
638
|
"binding": {
|
|
869
|
-
"
|
|
870
|
-
"
|
|
639
|
+
"type": "zeebe:property",
|
|
640
|
+
"name": "authentication.username"
|
|
871
641
|
},
|
|
872
|
-
"
|
|
642
|
+
"condition": {
|
|
643
|
+
"property": "authenticationType",
|
|
644
|
+
"equals": "credentials"
|
|
645
|
+
}
|
|
873
646
|
},
|
|
874
647
|
{
|
|
875
|
-
"id": "authentication.password",
|
|
876
648
|
"label": "Password",
|
|
877
649
|
"description": "Provide a password for the user",
|
|
878
|
-
"optional": true,
|
|
879
650
|
"group": "authentication",
|
|
651
|
+
"type": "String",
|
|
652
|
+
"feel": "optional",
|
|
653
|
+
"optional": true,
|
|
880
654
|
"binding": {
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
},
|
|
884
|
-
"type": "String"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"id": "serializationType",
|
|
888
|
-
"label": "Deserialization type",
|
|
889
|
-
"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>",
|
|
890
|
-
"optional": false,
|
|
891
|
-
"value": "json",
|
|
892
|
-
"group": "kafka",
|
|
893
|
-
"binding": {
|
|
894
|
-
"name": "serializationType",
|
|
895
|
-
"type": "zeebe:property"
|
|
655
|
+
"type": "zeebe:property",
|
|
656
|
+
"name": "authentication.password"
|
|
896
657
|
},
|
|
897
|
-
"
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
"value": "json"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"name": "Avro (experimental)",
|
|
905
|
-
"value": "avro"
|
|
906
|
-
}
|
|
907
|
-
]
|
|
658
|
+
"condition": {
|
|
659
|
+
"property": "authenticationType",
|
|
660
|
+
"equals": "credentials"
|
|
661
|
+
}
|
|
908
662
|
},
|
|
909
663
|
{
|
|
910
|
-
"id": "topic.bootstrapServers",
|
|
911
664
|
"label": "Bootstrap servers",
|
|
912
665
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
913
|
-
"optional": false,
|
|
914
|
-
"constraints": {
|
|
915
|
-
"notEmpty": true
|
|
916
|
-
},
|
|
917
666
|
"group": "kafka",
|
|
667
|
+
"type": "String",
|
|
668
|
+
"feel": "optional",
|
|
918
669
|
"binding": {
|
|
919
|
-
"
|
|
920
|
-
"
|
|
670
|
+
"type": "zeebe:property",
|
|
671
|
+
"name": "topic.bootstrapServers"
|
|
921
672
|
},
|
|
922
|
-
"
|
|
673
|
+
"constraints": {
|
|
674
|
+
"notEmpty": true
|
|
675
|
+
}
|
|
923
676
|
},
|
|
924
677
|
{
|
|
925
|
-
"id": "topic.topicName",
|
|
926
678
|
"label": "Topic",
|
|
927
|
-
"description": "Provide topic name",
|
|
928
|
-
"optional": false,
|
|
929
|
-
"constraints": {
|
|
930
|
-
"notEmpty": true
|
|
931
|
-
},
|
|
679
|
+
"description": "Provide the topic name",
|
|
932
680
|
"group": "kafka",
|
|
681
|
+
"type": "String",
|
|
933
682
|
"binding": {
|
|
934
|
-
"
|
|
935
|
-
"
|
|
683
|
+
"type": "zeebe:property",
|
|
684
|
+
"name": "topic.topicName"
|
|
936
685
|
},
|
|
937
|
-
"
|
|
686
|
+
"constraints": {
|
|
687
|
+
"notEmpty": true
|
|
688
|
+
}
|
|
938
689
|
},
|
|
939
690
|
{
|
|
940
|
-
"
|
|
941
|
-
"label": "Consumer group ID",
|
|
691
|
+
"label": "Consumer Group ID",
|
|
942
692
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
943
|
-
"optional": false,
|
|
944
693
|
"group": "kafka",
|
|
694
|
+
"type": "String",
|
|
695
|
+
"optional": true,
|
|
945
696
|
"binding": {
|
|
946
|
-
"
|
|
947
|
-
"
|
|
697
|
+
"type": "zeebe:property",
|
|
698
|
+
"name": "groupId"
|
|
948
699
|
},
|
|
949
|
-
"
|
|
700
|
+
"constraints": {
|
|
701
|
+
"notEmpty": false,
|
|
702
|
+
"maxLength": 250
|
|
703
|
+
}
|
|
950
704
|
},
|
|
951
705
|
{
|
|
952
|
-
"id": "additionalProperties",
|
|
953
706
|
"label": "Additional properties",
|
|
954
707
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
708
|
+
"group": "kafka",
|
|
709
|
+
"type": "String",
|
|
955
710
|
"optional": true,
|
|
956
711
|
"feel": "required",
|
|
957
|
-
"group": "kafka",
|
|
958
712
|
"binding": {
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
}
|
|
962
|
-
"type": "String"
|
|
713
|
+
"type": "zeebe:property",
|
|
714
|
+
"name": "additionalProperties"
|
|
715
|
+
}
|
|
963
716
|
},
|
|
964
717
|
{
|
|
965
|
-
"id": "offsets",
|
|
966
718
|
"label": "Offsets",
|
|
967
719
|
"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",
|
|
968
|
-
"optional": true,
|
|
969
|
-
"feel": "optional",
|
|
970
720
|
"group": "kafka",
|
|
721
|
+
"type": "String",
|
|
722
|
+
"feel": "optional",
|
|
723
|
+
"optional": true,
|
|
971
724
|
"binding": {
|
|
972
|
-
"
|
|
973
|
-
"
|
|
974
|
-
}
|
|
975
|
-
"type": "String"
|
|
725
|
+
"type": "zeebe:property",
|
|
726
|
+
"name": "offsets"
|
|
727
|
+
}
|
|
976
728
|
},
|
|
977
729
|
{
|
|
978
|
-
"id": "autoOffsetReset",
|
|
979
730
|
"label": "Auto offset reset",
|
|
980
731
|
"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",
|
|
981
|
-
"
|
|
982
|
-
"value": "latest",
|
|
983
|
-
"constraints": {
|
|
984
|
-
"notEmpty": true
|
|
985
|
-
},
|
|
732
|
+
"id": "autoOffsetReset",
|
|
986
733
|
"group": "kafka",
|
|
987
|
-
"binding": {
|
|
988
|
-
"name": "autoOffsetReset",
|
|
989
|
-
"type": "zeebe:property"
|
|
990
|
-
},
|
|
991
734
|
"type": "Dropdown",
|
|
735
|
+
"value": "latest",
|
|
992
736
|
"choices": [
|
|
993
|
-
{
|
|
994
|
-
"name": "None",
|
|
995
|
-
"value": "none"
|
|
996
|
-
},
|
|
997
737
|
{
|
|
998
738
|
"name": "Latest",
|
|
999
739
|
"value": "latest"
|
|
@@ -1001,220 +741,94 @@
|
|
|
1001
741
|
{
|
|
1002
742
|
"name": "Earliest",
|
|
1003
743
|
"value": "earliest"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"name": "None",
|
|
747
|
+
"value": "none"
|
|
1004
748
|
}
|
|
1005
|
-
]
|
|
749
|
+
],
|
|
750
|
+
"binding": {
|
|
751
|
+
"type": "zeebe:property",
|
|
752
|
+
"name": "autoOffsetReset"
|
|
753
|
+
}
|
|
1006
754
|
},
|
|
1007
755
|
{
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"
|
|
1011
|
-
"optional": false,
|
|
1012
|
-
"constraints": {
|
|
1013
|
-
"notEmpty": true
|
|
1014
|
-
},
|
|
756
|
+
"label": "Correlation key (process)",
|
|
757
|
+
"type": "String",
|
|
758
|
+
"group": "activation",
|
|
1015
759
|
"feel": "required",
|
|
1016
|
-
"
|
|
760
|
+
"description": "Sets up the correlation key from process variables",
|
|
1017
761
|
"binding": {
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1020
|
-
},
|
|
1021
|
-
"condition": {
|
|
1022
|
-
"property": "serializationType",
|
|
1023
|
-
"equals": "avro",
|
|
1024
|
-
"type": "simple"
|
|
762
|
+
"type": "bpmn:Message#zeebe:subscription#property",
|
|
763
|
+
"name": "correlationKey"
|
|
1025
764
|
},
|
|
1026
|
-
"
|
|
765
|
+
"constraints": {
|
|
766
|
+
"notEmpty": true
|
|
767
|
+
}
|
|
1027
768
|
},
|
|
1028
769
|
{
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
-
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1032
|
-
"optional": true,
|
|
1033
|
-
"feel": "required",
|
|
770
|
+
"label": "Correlation key (payload)",
|
|
771
|
+
"type": "String",
|
|
1034
772
|
"group": "activation",
|
|
773
|
+
"feel": "required",
|
|
1035
774
|
"binding": {
|
|
1036
|
-
"
|
|
1037
|
-
"
|
|
775
|
+
"type": "zeebe:property",
|
|
776
|
+
"name": "correlationKeyExpression"
|
|
1038
777
|
},
|
|
1039
|
-
"
|
|
778
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
779
|
+
"constraints": {
|
|
780
|
+
"notEmpty": true
|
|
781
|
+
}
|
|
1040
782
|
},
|
|
1041
783
|
{
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
784
|
+
"label": "Message ID expression",
|
|
785
|
+
"feel": "required",
|
|
786
|
+
"type": "String",
|
|
787
|
+
"optional": true,
|
|
1045
788
|
"group": "activation",
|
|
1046
789
|
"binding": {
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
790
|
+
"type": "zeebe:property",
|
|
791
|
+
"name": "messageIdExpression"
|
|
1049
792
|
},
|
|
1050
|
-
"
|
|
1051
|
-
"type": "Boolean"
|
|
793
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1052
794
|
},
|
|
1053
795
|
{
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1057
|
-
"constraints": {
|
|
1058
|
-
"notEmpty": true
|
|
1059
|
-
},
|
|
796
|
+
"label": "Activation condition",
|
|
797
|
+
"type": "String",
|
|
798
|
+
"group": "activation",
|
|
1060
799
|
"feel": "required",
|
|
1061
|
-
"
|
|
800
|
+
"optional": true,
|
|
1062
801
|
"binding": {
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
802
|
+
"type": "zeebe:property",
|
|
803
|
+
"name": "activationCondition"
|
|
1065
804
|
},
|
|
1066
|
-
"
|
|
805
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events"
|
|
1067
806
|
},
|
|
1068
807
|
{
|
|
1069
|
-
"id": "correlationKeyPayload",
|
|
1070
|
-
"label": "Correlation key (payload)",
|
|
1071
|
-
"description": "Extracts the correlation key from the incoming message payload",
|
|
1072
|
-
"constraints": {
|
|
1073
|
-
"notEmpty": true
|
|
1074
|
-
},
|
|
1075
|
-
"feel": "required",
|
|
1076
|
-
"group": "correlation",
|
|
1077
|
-
"binding": {
|
|
1078
|
-
"name": "correlationKeyExpression",
|
|
1079
|
-
"type": "zeebe:property"
|
|
1080
|
-
},
|
|
1081
|
-
"type": "String"
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"id": "messageIdExpression",
|
|
1085
|
-
"label": "Message ID expression",
|
|
1086
|
-
"description": "Expression to extract unique identifier of a message",
|
|
1087
|
-
"optional": true,
|
|
1088
|
-
"feel": "required",
|
|
1089
|
-
"group": "correlation",
|
|
1090
|
-
"binding": {
|
|
1091
|
-
"name": "messageIdExpression",
|
|
1092
|
-
"type": "zeebe:property"
|
|
1093
|
-
},
|
|
1094
|
-
"type": "String"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
"id": "messageTtl",
|
|
1098
|
-
"label": "Message TTL",
|
|
1099
|
-
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1100
|
-
"optional": true,
|
|
1101
|
-
"constraints": {
|
|
1102
|
-
"notEmpty": false,
|
|
1103
|
-
"pattern": {
|
|
1104
|
-
"value": "^(PT.*|)$",
|
|
1105
|
-
"message": "must be an ISO-8601 duration"
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
|
-
"feel": "optional",
|
|
1109
|
-
"group": "correlation",
|
|
1110
|
-
"binding": {
|
|
1111
|
-
"name": "messageTtl",
|
|
1112
|
-
"type": "zeebe:property"
|
|
1113
|
-
},
|
|
1114
|
-
"type": "String"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"id": "messageNameUuid",
|
|
1118
|
-
"generatedValue": {
|
|
1119
|
-
"type": "uuid"
|
|
1120
|
-
},
|
|
1121
|
-
"group": "correlation",
|
|
1122
|
-
"binding": {
|
|
1123
|
-
"name": "name",
|
|
1124
|
-
"type": "bpmn:Message#property"
|
|
1125
|
-
},
|
|
1126
|
-
"type": "Hidden"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"id": "deduplicationModeManualFlag",
|
|
1130
|
-
"label": "Manual mode",
|
|
1131
|
-
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1132
|
-
"value": false,
|
|
1133
|
-
"group": "deduplication",
|
|
1134
|
-
"binding": {
|
|
1135
|
-
"name": "deduplicationModeManualFlag",
|
|
1136
|
-
"type": "zeebe:property"
|
|
1137
|
-
},
|
|
1138
|
-
"type": "Boolean"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"id": "deduplicationId",
|
|
1142
|
-
"label": "Deduplication ID",
|
|
1143
|
-
"constraints": {
|
|
1144
|
-
"notEmpty": true,
|
|
1145
|
-
"pattern": {
|
|
1146
|
-
"value": "^[a-zA-Z0-9_-]+$",
|
|
1147
|
-
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
"group": "deduplication",
|
|
1151
|
-
"binding": {
|
|
1152
|
-
"name": "deduplicationId",
|
|
1153
|
-
"type": "zeebe:property"
|
|
1154
|
-
},
|
|
1155
|
-
"condition": {
|
|
1156
|
-
"property": "deduplicationModeManualFlag",
|
|
1157
|
-
"equals": true,
|
|
1158
|
-
"type": "simple"
|
|
1159
|
-
},
|
|
1160
|
-
"type": "String"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"id": "deduplicationModeManual",
|
|
1164
|
-
"value": "MANUAL",
|
|
1165
|
-
"group": "deduplication",
|
|
1166
|
-
"binding": {
|
|
1167
|
-
"name": "deduplicationMode",
|
|
1168
|
-
"type": "zeebe:property"
|
|
1169
|
-
},
|
|
1170
|
-
"condition": {
|
|
1171
|
-
"property": "deduplicationId",
|
|
1172
|
-
"isActive": true,
|
|
1173
|
-
"type": "simple"
|
|
1174
|
-
},
|
|
1175
|
-
"type": "Hidden"
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"id": "deduplicationModeAuto",
|
|
1179
|
-
"value": "AUTO",
|
|
1180
|
-
"group": "deduplication",
|
|
1181
|
-
"binding": {
|
|
1182
|
-
"name": "deduplicationMode",
|
|
1183
|
-
"type": "zeebe:property"
|
|
1184
|
-
},
|
|
1185
|
-
"condition": {
|
|
1186
|
-
"property": "deduplicationId",
|
|
1187
|
-
"isActive": false,
|
|
1188
|
-
"type": "simple"
|
|
1189
|
-
},
|
|
1190
|
-
"type": "Hidden"
|
|
1191
|
-
},
|
|
1192
|
-
{
|
|
1193
|
-
"id": "resultVariable",
|
|
1194
808
|
"label": "Result variable",
|
|
1195
|
-
"
|
|
1196
|
-
"group": "
|
|
809
|
+
"type": "String",
|
|
810
|
+
"group": "variable-mapping",
|
|
811
|
+
"optional": true,
|
|
1197
812
|
"binding": {
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
813
|
+
"type": "zeebe:property",
|
|
814
|
+
"name": "resultVariable"
|
|
1200
815
|
},
|
|
1201
|
-
"
|
|
816
|
+
"description": "Name of variable to store the result of the connector in"
|
|
1202
817
|
},
|
|
1203
818
|
{
|
|
1204
|
-
"id": "resultExpression",
|
|
1205
819
|
"label": "Result expression",
|
|
1206
|
-
"description": "Expression to map the
|
|
820
|
+
"description": "Expression to map the inbound payload to process variables",
|
|
821
|
+
"group": "variable-mapping",
|
|
822
|
+
"type": "Text",
|
|
1207
823
|
"feel": "required",
|
|
1208
|
-
"group": "output",
|
|
1209
824
|
"binding": {
|
|
1210
|
-
"
|
|
1211
|
-
"
|
|
1212
|
-
}
|
|
1213
|
-
"type": "Text"
|
|
825
|
+
"type": "zeebe:property",
|
|
826
|
+
"name": "resultExpression"
|
|
827
|
+
}
|
|
1214
828
|
}
|
|
1215
829
|
],
|
|
1216
830
|
"icon": {
|
|
1217
|
-
"contents": "data:image/svg+xml;
|
|
831
|
+
"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"
|
|
1218
832
|
},
|
|
1219
833
|
"engines": {
|
|
1220
834
|
"camunda": "^8.5"
|
|
@@ -1224,9 +838,9 @@
|
|
|
1224
838
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1225
839
|
"name": "Kafka Boundary Event Connector",
|
|
1226
840
|
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1227
|
-
"version": 1,
|
|
1228
841
|
"description": "Consume Kafka messages",
|
|
1229
842
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
843
|
+
"version": 5,
|
|
1230
844
|
"category": {
|
|
1231
845
|
"id": "connectors",
|
|
1232
846
|
"name": "Connectors"
|
|
@@ -1245,41 +859,53 @@
|
|
|
1245
859
|
"id": "kafka",
|
|
1246
860
|
"label": "Kafka"
|
|
1247
861
|
},
|
|
862
|
+
{
|
|
863
|
+
"id": "message",
|
|
864
|
+
"label": "Message deserialization"
|
|
865
|
+
},
|
|
1248
866
|
{
|
|
1249
867
|
"id": "activation",
|
|
1250
868
|
"label": "Activation"
|
|
1251
869
|
},
|
|
1252
870
|
{
|
|
1253
|
-
"id": "
|
|
1254
|
-
"label": "
|
|
871
|
+
"id": "correlation",
|
|
872
|
+
"label": "Correlation",
|
|
873
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"id": "deduplication",
|
|
877
|
+
"label": "Deduplication",
|
|
878
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"id": "output",
|
|
882
|
+
"label": "Output mapping"
|
|
1255
883
|
}
|
|
1256
884
|
],
|
|
1257
885
|
"properties": [
|
|
1258
886
|
{
|
|
1259
|
-
"type": "Hidden",
|
|
1260
887
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1261
888
|
"binding": {
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"type": "Hidden",
|
|
1268
|
-
"generatedValue": {
|
|
1269
|
-
"type": "uuid"
|
|
889
|
+
"name": "inbound.type",
|
|
890
|
+
"type": "zeebe:property"
|
|
1270
891
|
},
|
|
1271
|
-
"
|
|
1272
|
-
"type": "bpmn:Message#property",
|
|
1273
|
-
"name": "name"
|
|
1274
|
-
}
|
|
892
|
+
"type": "Hidden"
|
|
1275
893
|
},
|
|
1276
894
|
{
|
|
895
|
+
"id": "authenticationType",
|
|
1277
896
|
"label": "Authentication type",
|
|
1278
897
|
"description": "Username/password or custom",
|
|
1279
|
-
"
|
|
898
|
+
"optional": false,
|
|
899
|
+
"value": "credentials",
|
|
900
|
+
"constraints": {
|
|
901
|
+
"notEmpty": true
|
|
902
|
+
},
|
|
1280
903
|
"group": "authentication",
|
|
904
|
+
"binding": {
|
|
905
|
+
"name": "authenticationType",
|
|
906
|
+
"type": "zeebe:property"
|
|
907
|
+
},
|
|
1281
908
|
"type": "Dropdown",
|
|
1282
|
-
"value": "credentials",
|
|
1283
909
|
"choices": [
|
|
1284
910
|
{
|
|
1285
911
|
"name": "Credentials",
|
|
@@ -1289,120 +915,143 @@
|
|
|
1289
915
|
"name": "Custom",
|
|
1290
916
|
"value": "custom"
|
|
1291
917
|
}
|
|
1292
|
-
]
|
|
1293
|
-
"binding": {
|
|
1294
|
-
"type": "zeebe:property",
|
|
1295
|
-
"name": "authenticationType"
|
|
1296
|
-
}
|
|
918
|
+
]
|
|
1297
919
|
},
|
|
1298
920
|
{
|
|
921
|
+
"id": "authentication.username",
|
|
1299
922
|
"label": "Username",
|
|
1300
923
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1301
|
-
"group": "authentication",
|
|
1302
|
-
"type": "String",
|
|
1303
|
-
"feel": "optional",
|
|
1304
924
|
"optional": true,
|
|
925
|
+
"group": "authentication",
|
|
1305
926
|
"binding": {
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
927
|
+
"name": "authentication.username",
|
|
928
|
+
"type": "zeebe:property"
|
|
1308
929
|
},
|
|
1309
|
-
"
|
|
1310
|
-
"property": "authenticationType",
|
|
1311
|
-
"equals": "credentials"
|
|
1312
|
-
}
|
|
930
|
+
"type": "String"
|
|
1313
931
|
},
|
|
1314
932
|
{
|
|
933
|
+
"id": "authentication.password",
|
|
1315
934
|
"label": "Password",
|
|
1316
935
|
"description": "Provide a password for the user",
|
|
1317
|
-
"group": "authentication",
|
|
1318
|
-
"type": "String",
|
|
1319
|
-
"feel": "optional",
|
|
1320
936
|
"optional": true,
|
|
937
|
+
"group": "authentication",
|
|
1321
938
|
"binding": {
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
939
|
+
"name": "authentication.password",
|
|
940
|
+
"type": "zeebe:property"
|
|
1324
941
|
},
|
|
1325
|
-
"
|
|
1326
|
-
"property": "authenticationType",
|
|
1327
|
-
"equals": "credentials"
|
|
1328
|
-
}
|
|
942
|
+
"type": "String"
|
|
1329
943
|
},
|
|
1330
944
|
{
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
945
|
+
"id": "serializationType",
|
|
946
|
+
"label": "Deserialization type",
|
|
947
|
+
"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>",
|
|
948
|
+
"optional": false,
|
|
949
|
+
"value": "json",
|
|
1333
950
|
"group": "kafka",
|
|
1334
|
-
"type": "String",
|
|
1335
|
-
"feel": "optional",
|
|
1336
951
|
"binding": {
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
952
|
+
"name": "serializationType",
|
|
953
|
+
"type": "zeebe:property"
|
|
1339
954
|
},
|
|
1340
|
-
"
|
|
1341
|
-
|
|
1342
|
-
|
|
955
|
+
"type": "Dropdown",
|
|
956
|
+
"choices": [
|
|
957
|
+
{
|
|
958
|
+
"name": "Default (JSON)",
|
|
959
|
+
"value": "json"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"name": "Avro (experimental)",
|
|
963
|
+
"value": "avro"
|
|
964
|
+
}
|
|
965
|
+
]
|
|
1343
966
|
},
|
|
1344
967
|
{
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
968
|
+
"id": "topic.bootstrapServers",
|
|
969
|
+
"label": "Bootstrap servers",
|
|
970
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
971
|
+
"optional": false,
|
|
972
|
+
"constraints": {
|
|
973
|
+
"notEmpty": true
|
|
974
|
+
},
|
|
1347
975
|
"group": "kafka",
|
|
1348
|
-
"type": "String",
|
|
1349
|
-
"feel": "optional",
|
|
1350
976
|
"binding": {
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
977
|
+
"name": "topic.bootstrapServers",
|
|
978
|
+
"type": "zeebe:property"
|
|
1353
979
|
},
|
|
980
|
+
"type": "String"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"id": "topic.topicName",
|
|
984
|
+
"label": "Topic",
|
|
985
|
+
"description": "Provide topic name",
|
|
986
|
+
"optional": false,
|
|
1354
987
|
"constraints": {
|
|
1355
988
|
"notEmpty": true
|
|
1356
|
-
}
|
|
989
|
+
},
|
|
990
|
+
"group": "kafka",
|
|
991
|
+
"binding": {
|
|
992
|
+
"name": "topic.topicName",
|
|
993
|
+
"type": "zeebe:property"
|
|
994
|
+
},
|
|
995
|
+
"type": "String"
|
|
1357
996
|
},
|
|
1358
997
|
{
|
|
1359
|
-
"
|
|
998
|
+
"id": "groupId",
|
|
999
|
+
"label": "Consumer group ID",
|
|
1360
1000
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1001
|
+
"optional": false,
|
|
1361
1002
|
"group": "kafka",
|
|
1362
|
-
"type": "String",
|
|
1363
|
-
"feel": "optional",
|
|
1364
|
-
"optional": true,
|
|
1365
1003
|
"binding": {
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1004
|
+
"name": "groupId",
|
|
1005
|
+
"type": "zeebe:property"
|
|
1368
1006
|
},
|
|
1369
|
-
"
|
|
1370
|
-
"notEmpty": false,
|
|
1371
|
-
"maxLength": 250
|
|
1372
|
-
}
|
|
1007
|
+
"type": "String"
|
|
1373
1008
|
},
|
|
1374
1009
|
{
|
|
1010
|
+
"id": "additionalProperties",
|
|
1375
1011
|
"label": "Additional properties",
|
|
1376
1012
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1377
|
-
"group": "kafka",
|
|
1378
|
-
"type": "String",
|
|
1379
1013
|
"optional": true,
|
|
1380
1014
|
"feel": "required",
|
|
1015
|
+
"group": "kafka",
|
|
1381
1016
|
"binding": {
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
}
|
|
1017
|
+
"name": "additionalProperties",
|
|
1018
|
+
"type": "zeebe:property"
|
|
1019
|
+
},
|
|
1020
|
+
"type": "String"
|
|
1385
1021
|
},
|
|
1386
1022
|
{
|
|
1023
|
+
"id": "offsets",
|
|
1387
1024
|
"label": "Offsets",
|
|
1388
1025
|
"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",
|
|
1389
|
-
"group": "kafka",
|
|
1390
|
-
"type": "String",
|
|
1391
|
-
"feel": "optional",
|
|
1392
1026
|
"optional": true,
|
|
1027
|
+
"feel": "optional",
|
|
1028
|
+
"group": "kafka",
|
|
1393
1029
|
"binding": {
|
|
1394
|
-
"
|
|
1395
|
-
"
|
|
1396
|
-
}
|
|
1030
|
+
"name": "offsets",
|
|
1031
|
+
"type": "zeebe:property"
|
|
1032
|
+
},
|
|
1033
|
+
"type": "String"
|
|
1397
1034
|
},
|
|
1398
1035
|
{
|
|
1036
|
+
"id": "autoOffsetReset",
|
|
1399
1037
|
"label": "Auto offset reset",
|
|
1400
1038
|
"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",
|
|
1401
|
-
"
|
|
1039
|
+
"optional": false,
|
|
1040
|
+
"value": "latest",
|
|
1041
|
+
"constraints": {
|
|
1042
|
+
"notEmpty": true
|
|
1043
|
+
},
|
|
1402
1044
|
"group": "kafka",
|
|
1045
|
+
"binding": {
|
|
1046
|
+
"name": "autoOffsetReset",
|
|
1047
|
+
"type": "zeebe:property"
|
|
1048
|
+
},
|
|
1403
1049
|
"type": "Dropdown",
|
|
1404
|
-
"value": "latest",
|
|
1405
1050
|
"choices": [
|
|
1051
|
+
{
|
|
1052
|
+
"name": "None",
|
|
1053
|
+
"value": "none"
|
|
1054
|
+
},
|
|
1406
1055
|
{
|
|
1407
1056
|
"name": "Latest",
|
|
1408
1057
|
"value": "latest"
|
|
@@ -1410,147 +1059,297 @@
|
|
|
1410
1059
|
{
|
|
1411
1060
|
"name": "Earliest",
|
|
1412
1061
|
"value": "earliest"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"name": "None",
|
|
1416
|
-
"value": "none"
|
|
1417
1062
|
}
|
|
1418
|
-
]
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"id": "avro.schema",
|
|
1067
|
+
"label": "Avro schema",
|
|
1068
|
+
"description": "Avro schema for the message value",
|
|
1069
|
+
"optional": false,
|
|
1070
|
+
"constraints": {
|
|
1071
|
+
"notEmpty": true
|
|
1072
|
+
},
|
|
1073
|
+
"feel": "required",
|
|
1074
|
+
"group": "message",
|
|
1419
1075
|
"binding": {
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1422
|
-
}
|
|
1076
|
+
"name": "avro.schema",
|
|
1077
|
+
"type": "zeebe:property"
|
|
1078
|
+
},
|
|
1079
|
+
"condition": {
|
|
1080
|
+
"property": "serializationType",
|
|
1081
|
+
"equals": "avro",
|
|
1082
|
+
"type": "simple"
|
|
1083
|
+
},
|
|
1084
|
+
"type": "Text"
|
|
1423
1085
|
},
|
|
1424
1086
|
{
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1087
|
+
"id": "activationCondition",
|
|
1088
|
+
"label": "Activation condition",
|
|
1089
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1090
|
+
"optional": true,
|
|
1428
1091
|
"feel": "required",
|
|
1429
|
-
"
|
|
1092
|
+
"group": "activation",
|
|
1430
1093
|
"binding": {
|
|
1431
|
-
"
|
|
1432
|
-
"
|
|
1094
|
+
"name": "activationCondition",
|
|
1095
|
+
"type": "zeebe:property"
|
|
1433
1096
|
},
|
|
1434
|
-
"
|
|
1435
|
-
"notEmpty": true
|
|
1436
|
-
}
|
|
1097
|
+
"type": "String"
|
|
1437
1098
|
},
|
|
1438
1099
|
{
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1100
|
+
"id": "consumeUnmatchedEvents",
|
|
1101
|
+
"label": "Consume unmatched events",
|
|
1102
|
+
"value": true,
|
|
1441
1103
|
"group": "activation",
|
|
1442
|
-
"feel": "required",
|
|
1443
1104
|
"binding": {
|
|
1444
|
-
"
|
|
1445
|
-
"
|
|
1105
|
+
"name": "consumeUnmatchedEvents",
|
|
1106
|
+
"type": "zeebe:property"
|
|
1446
1107
|
},
|
|
1447
|
-
"
|
|
1108
|
+
"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",
|
|
1109
|
+
"type": "Boolean"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"id": "correlationKeyProcess",
|
|
1113
|
+
"label": "Correlation key (process)",
|
|
1114
|
+
"description": "Sets up the correlation key from process variables",
|
|
1448
1115
|
"constraints": {
|
|
1449
1116
|
"notEmpty": true
|
|
1450
|
-
}
|
|
1117
|
+
},
|
|
1118
|
+
"feel": "required",
|
|
1119
|
+
"group": "correlation",
|
|
1120
|
+
"binding": {
|
|
1121
|
+
"name": "correlationKey",
|
|
1122
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1123
|
+
},
|
|
1124
|
+
"type": "String"
|
|
1451
1125
|
},
|
|
1452
1126
|
{
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1127
|
+
"id": "correlationKeyPayload",
|
|
1128
|
+
"label": "Correlation key (payload)",
|
|
1129
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1130
|
+
"constraints": {
|
|
1131
|
+
"notEmpty": true
|
|
1132
|
+
},
|
|
1456
1133
|
"feel": "required",
|
|
1457
|
-
"
|
|
1134
|
+
"group": "correlation",
|
|
1458
1135
|
"binding": {
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
1136
|
+
"name": "correlationKeyExpression",
|
|
1137
|
+
"type": "zeebe:property"
|
|
1461
1138
|
},
|
|
1462
|
-
"
|
|
1139
|
+
"type": "String"
|
|
1463
1140
|
},
|
|
1464
1141
|
{
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1142
|
+
"id": "messageIdExpression",
|
|
1143
|
+
"label": "Message ID expression",
|
|
1144
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1468
1145
|
"optional": true,
|
|
1146
|
+
"feel": "required",
|
|
1147
|
+
"group": "correlation",
|
|
1469
1148
|
"binding": {
|
|
1470
|
-
"
|
|
1471
|
-
"
|
|
1149
|
+
"name": "messageIdExpression",
|
|
1150
|
+
"type": "zeebe:property"
|
|
1472
1151
|
},
|
|
1473
|
-
"
|
|
1152
|
+
"type": "String"
|
|
1474
1153
|
},
|
|
1475
1154
|
{
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1478
|
-
"
|
|
1479
|
-
"
|
|
1480
|
-
"
|
|
1155
|
+
"id": "messageTtl",
|
|
1156
|
+
"label": "Message TTL",
|
|
1157
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1158
|
+
"optional": true,
|
|
1159
|
+
"constraints": {
|
|
1160
|
+
"notEmpty": false,
|
|
1161
|
+
"pattern": {
|
|
1162
|
+
"value": "^(PT.*|)$",
|
|
1163
|
+
"message": "must be an ISO-8601 duration"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
"feel": "optional",
|
|
1167
|
+
"group": "correlation",
|
|
1481
1168
|
"binding": {
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
],
|
|
1487
|
-
"icon": {
|
|
1488
|
-
"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"
|
|
1489
|
-
},
|
|
1490
|
-
"engines": {
|
|
1491
|
-
"camunda": "^8.2"
|
|
1492
|
-
}
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1496
|
-
"name": "Kafka Boundary Event Connector",
|
|
1497
|
-
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1498
|
-
"version": 3,
|
|
1499
|
-
"description": "Consume Kafka messages",
|
|
1500
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1501
|
-
"category": {
|
|
1502
|
-
"id": "connectors",
|
|
1503
|
-
"name": "Connectors"
|
|
1504
|
-
},
|
|
1505
|
-
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1506
|
-
"elementType": {
|
|
1507
|
-
"value": "bpmn:BoundaryEvent",
|
|
1508
|
-
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1509
|
-
},
|
|
1510
|
-
"groups": [
|
|
1511
|
-
{
|
|
1512
|
-
"id": "authentication",
|
|
1513
|
-
"label": "Authentication"
|
|
1169
|
+
"name": "messageTtl",
|
|
1170
|
+
"type": "zeebe:property"
|
|
1171
|
+
},
|
|
1172
|
+
"type": "String"
|
|
1514
1173
|
},
|
|
1515
1174
|
{
|
|
1516
|
-
"id": "
|
|
1517
|
-
"
|
|
1175
|
+
"id": "messageNameUuid",
|
|
1176
|
+
"generatedValue": {
|
|
1177
|
+
"type": "uuid"
|
|
1178
|
+
},
|
|
1179
|
+
"group": "correlation",
|
|
1180
|
+
"binding": {
|
|
1181
|
+
"name": "name",
|
|
1182
|
+
"type": "bpmn:Message#property"
|
|
1183
|
+
},
|
|
1184
|
+
"type": "Hidden"
|
|
1518
1185
|
},
|
|
1519
1186
|
{
|
|
1520
|
-
"id": "
|
|
1187
|
+
"id": "deduplicationModeManualFlag",
|
|
1188
|
+
"label": "Manual mode",
|
|
1189
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1190
|
+
"value": false,
|
|
1191
|
+
"group": "deduplication",
|
|
1192
|
+
"binding": {
|
|
1193
|
+
"name": "deduplicationModeManualFlag",
|
|
1194
|
+
"type": "zeebe:property"
|
|
1195
|
+
},
|
|
1196
|
+
"type": "Boolean"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"id": "deduplicationId",
|
|
1200
|
+
"label": "Deduplication ID",
|
|
1201
|
+
"constraints": {
|
|
1202
|
+
"notEmpty": true,
|
|
1203
|
+
"pattern": {
|
|
1204
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1205
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"group": "deduplication",
|
|
1209
|
+
"binding": {
|
|
1210
|
+
"name": "deduplicationId",
|
|
1211
|
+
"type": "zeebe:property"
|
|
1212
|
+
},
|
|
1213
|
+
"condition": {
|
|
1214
|
+
"property": "deduplicationModeManualFlag",
|
|
1215
|
+
"equals": true,
|
|
1216
|
+
"type": "simple"
|
|
1217
|
+
},
|
|
1218
|
+
"type": "String"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"id": "deduplicationModeManual",
|
|
1222
|
+
"value": "MANUAL",
|
|
1223
|
+
"group": "deduplication",
|
|
1224
|
+
"binding": {
|
|
1225
|
+
"name": "deduplicationMode",
|
|
1226
|
+
"type": "zeebe:property"
|
|
1227
|
+
},
|
|
1228
|
+
"condition": {
|
|
1229
|
+
"property": "deduplicationId",
|
|
1230
|
+
"isActive": true,
|
|
1231
|
+
"type": "simple"
|
|
1232
|
+
},
|
|
1233
|
+
"type": "Hidden"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"id": "deduplicationModeAuto",
|
|
1237
|
+
"value": "AUTO",
|
|
1238
|
+
"group": "deduplication",
|
|
1239
|
+
"binding": {
|
|
1240
|
+
"name": "deduplicationMode",
|
|
1241
|
+
"type": "zeebe:property"
|
|
1242
|
+
},
|
|
1243
|
+
"condition": {
|
|
1244
|
+
"property": "deduplicationId",
|
|
1245
|
+
"isActive": false,
|
|
1246
|
+
"type": "simple"
|
|
1247
|
+
},
|
|
1248
|
+
"type": "Hidden"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": "resultVariable",
|
|
1252
|
+
"label": "Result variable",
|
|
1253
|
+
"description": "Name of variable to store the response in",
|
|
1254
|
+
"group": "output",
|
|
1255
|
+
"binding": {
|
|
1256
|
+
"name": "resultVariable",
|
|
1257
|
+
"type": "zeebe:property"
|
|
1258
|
+
},
|
|
1259
|
+
"type": "String"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"id": "resultExpression",
|
|
1263
|
+
"label": "Result expression",
|
|
1264
|
+
"description": "Expression to map the response into process variables",
|
|
1265
|
+
"feel": "required",
|
|
1266
|
+
"group": "output",
|
|
1267
|
+
"binding": {
|
|
1268
|
+
"name": "resultExpression",
|
|
1269
|
+
"type": "zeebe:property"
|
|
1270
|
+
},
|
|
1271
|
+
"type": "Text"
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"icon": {
|
|
1275
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1276
|
+
},
|
|
1277
|
+
"engines": {
|
|
1278
|
+
"camunda": "^8.5"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1283
|
+
"name": "Kafka Boundary Event Connector",
|
|
1284
|
+
"id": "io.camunda.connectors.inbound.KafkaBoundary.v1",
|
|
1285
|
+
"description": "Consume Kafka messages",
|
|
1286
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1287
|
+
"version": 6,
|
|
1288
|
+
"category": {
|
|
1289
|
+
"id": "connectors",
|
|
1290
|
+
"name": "Connectors"
|
|
1291
|
+
},
|
|
1292
|
+
"appliesTo": ["bpmn:BoundaryEvent"],
|
|
1293
|
+
"elementType": {
|
|
1294
|
+
"value": "bpmn:BoundaryEvent",
|
|
1295
|
+
"eventDefinition": "bpmn:MessageEventDefinition"
|
|
1296
|
+
},
|
|
1297
|
+
"groups": [
|
|
1298
|
+
{
|
|
1299
|
+
"id": "authentication",
|
|
1300
|
+
"label": "Authentication"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"id": "kafka",
|
|
1304
|
+
"label": "Kafka"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"id": "message",
|
|
1308
|
+
"label": "Message deserialization"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"id": "activation",
|
|
1521
1312
|
"label": "Activation"
|
|
1522
1313
|
},
|
|
1523
1314
|
{
|
|
1524
|
-
"id": "
|
|
1525
|
-
"label": "
|
|
1315
|
+
"id": "correlation",
|
|
1316
|
+
"label": "Correlation",
|
|
1317
|
+
"tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"id": "deduplication",
|
|
1321
|
+
"label": "Deduplication",
|
|
1322
|
+
"tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"id": "output",
|
|
1326
|
+
"label": "Output mapping"
|
|
1526
1327
|
}
|
|
1527
1328
|
],
|
|
1528
1329
|
"properties": [
|
|
1529
1330
|
{
|
|
1530
|
-
"type": "Hidden",
|
|
1531
1331
|
"value": "io.camunda:connector-kafka-inbound:1",
|
|
1532
1332
|
"binding": {
|
|
1533
|
-
"
|
|
1534
|
-
"
|
|
1535
|
-
}
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"type": "Hidden",
|
|
1539
|
-
"generatedValue": {
|
|
1540
|
-
"type": "uuid"
|
|
1333
|
+
"name": "inbound.type",
|
|
1334
|
+
"type": "zeebe:property"
|
|
1541
1335
|
},
|
|
1542
|
-
"
|
|
1543
|
-
"type": "bpmn:Message#property",
|
|
1544
|
-
"name": "name"
|
|
1545
|
-
}
|
|
1336
|
+
"type": "Hidden"
|
|
1546
1337
|
},
|
|
1547
1338
|
{
|
|
1339
|
+
"id": "authenticationType",
|
|
1548
1340
|
"label": "Authentication type",
|
|
1549
1341
|
"description": "Username/password or custom",
|
|
1550
|
-
"
|
|
1342
|
+
"optional": false,
|
|
1343
|
+
"value": "credentials",
|
|
1344
|
+
"constraints": {
|
|
1345
|
+
"notEmpty": true
|
|
1346
|
+
},
|
|
1551
1347
|
"group": "authentication",
|
|
1348
|
+
"binding": {
|
|
1349
|
+
"name": "authenticationType",
|
|
1350
|
+
"type": "zeebe:property"
|
|
1351
|
+
},
|
|
1552
1352
|
"type": "Dropdown",
|
|
1553
|
-
"value": "credentials",
|
|
1554
1353
|
"choices": [
|
|
1555
1354
|
{
|
|
1556
1355
|
"name": "Credentials",
|
|
@@ -1560,216 +1359,417 @@
|
|
|
1560
1359
|
"name": "Custom",
|
|
1561
1360
|
"value": "custom"
|
|
1562
1361
|
}
|
|
1563
|
-
]
|
|
1564
|
-
"binding": {
|
|
1565
|
-
"type": "zeebe:property",
|
|
1566
|
-
"name": "authenticationType"
|
|
1567
|
-
}
|
|
1362
|
+
]
|
|
1568
1363
|
},
|
|
1569
1364
|
{
|
|
1365
|
+
"id": "authentication.username",
|
|
1570
1366
|
"label": "Username",
|
|
1571
1367
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1572
|
-
"group": "authentication",
|
|
1573
|
-
"type": "String",
|
|
1574
|
-
"feel": "optional",
|
|
1575
1368
|
"optional": true,
|
|
1369
|
+
"group": "authentication",
|
|
1576
1370
|
"binding": {
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1371
|
+
"name": "authentication.username",
|
|
1372
|
+
"type": "zeebe:property"
|
|
1579
1373
|
},
|
|
1580
|
-
"
|
|
1581
|
-
"property": "authenticationType",
|
|
1582
|
-
"equals": "credentials"
|
|
1583
|
-
}
|
|
1374
|
+
"type": "String"
|
|
1584
1375
|
},
|
|
1585
1376
|
{
|
|
1377
|
+
"id": "authentication.password",
|
|
1586
1378
|
"label": "Password",
|
|
1587
1379
|
"description": "Provide a password for the user",
|
|
1588
|
-
"group": "authentication",
|
|
1589
|
-
"type": "String",
|
|
1590
|
-
"feel": "optional",
|
|
1591
1380
|
"optional": true,
|
|
1381
|
+
"group": "authentication",
|
|
1592
1382
|
"binding": {
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1383
|
+
"name": "authentication.password",
|
|
1384
|
+
"type": "zeebe:property"
|
|
1595
1385
|
},
|
|
1596
|
-
"
|
|
1597
|
-
"property": "authenticationType",
|
|
1598
|
-
"equals": "credentials"
|
|
1599
|
-
}
|
|
1386
|
+
"type": "String"
|
|
1600
1387
|
},
|
|
1601
1388
|
{
|
|
1389
|
+
"id": "topic.bootstrapServers",
|
|
1602
1390
|
"label": "Bootstrap servers",
|
|
1603
1391
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1392
|
+
"optional": false,
|
|
1393
|
+
"constraints": {
|
|
1394
|
+
"notEmpty": true
|
|
1395
|
+
},
|
|
1604
1396
|
"group": "kafka",
|
|
1605
|
-
"
|
|
1397
|
+
"binding": {
|
|
1398
|
+
"name": "topic.bootstrapServers",
|
|
1399
|
+
"type": "zeebe:property"
|
|
1400
|
+
},
|
|
1401
|
+
"type": "String"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": "topic.topicName",
|
|
1405
|
+
"label": "Topic",
|
|
1406
|
+
"description": "Provide topic name",
|
|
1407
|
+
"optional": false,
|
|
1408
|
+
"constraints": {
|
|
1409
|
+
"notEmpty": true
|
|
1410
|
+
},
|
|
1411
|
+
"group": "kafka",
|
|
1412
|
+
"binding": {
|
|
1413
|
+
"name": "topic.topicName",
|
|
1414
|
+
"type": "zeebe:property"
|
|
1415
|
+
},
|
|
1416
|
+
"type": "String"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"id": "groupId",
|
|
1420
|
+
"label": "Consumer group ID",
|
|
1421
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1422
|
+
"optional": false,
|
|
1423
|
+
"group": "kafka",
|
|
1424
|
+
"binding": {
|
|
1425
|
+
"name": "groupId",
|
|
1426
|
+
"type": "zeebe:property"
|
|
1427
|
+
},
|
|
1428
|
+
"type": "String"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"id": "additionalProperties",
|
|
1432
|
+
"label": "Additional properties",
|
|
1433
|
+
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1434
|
+
"optional": true,
|
|
1435
|
+
"feel": "required",
|
|
1436
|
+
"group": "kafka",
|
|
1437
|
+
"binding": {
|
|
1438
|
+
"name": "additionalProperties",
|
|
1439
|
+
"type": "zeebe:property"
|
|
1440
|
+
},
|
|
1441
|
+
"type": "String"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"id": "offsets",
|
|
1445
|
+
"label": "Offsets",
|
|
1446
|
+
"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",
|
|
1447
|
+
"optional": true,
|
|
1606
1448
|
"feel": "optional",
|
|
1449
|
+
"group": "kafka",
|
|
1450
|
+
"binding": {
|
|
1451
|
+
"name": "offsets",
|
|
1452
|
+
"type": "zeebe:property"
|
|
1453
|
+
},
|
|
1454
|
+
"type": "String"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"id": "autoOffsetReset",
|
|
1458
|
+
"label": "Auto offset reset",
|
|
1459
|
+
"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",
|
|
1460
|
+
"optional": false,
|
|
1461
|
+
"value": "latest",
|
|
1462
|
+
"constraints": {
|
|
1463
|
+
"notEmpty": true
|
|
1464
|
+
},
|
|
1465
|
+
"group": "kafka",
|
|
1466
|
+
"binding": {
|
|
1467
|
+
"name": "autoOffsetReset",
|
|
1468
|
+
"type": "zeebe:property"
|
|
1469
|
+
},
|
|
1470
|
+
"type": "Dropdown",
|
|
1471
|
+
"choices": [
|
|
1472
|
+
{
|
|
1473
|
+
"name": "None",
|
|
1474
|
+
"value": "none"
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "Latest",
|
|
1478
|
+
"value": "latest"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"name": "Earliest",
|
|
1482
|
+
"value": "earliest"
|
|
1483
|
+
}
|
|
1484
|
+
]
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"id": "schemaStrategy.type",
|
|
1488
|
+
"label": "Schema strategy",
|
|
1489
|
+
"value": "noSchema",
|
|
1490
|
+
"group": "kafka",
|
|
1491
|
+
"binding": {
|
|
1492
|
+
"name": "schemaStrategy.type",
|
|
1493
|
+
"type": "zeebe:property"
|
|
1494
|
+
},
|
|
1495
|
+
"type": "Dropdown",
|
|
1496
|
+
"choices": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "No schema",
|
|
1499
|
+
"value": "noSchema"
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"name": "Inline schema",
|
|
1503
|
+
"value": "inlineSchema"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"name": "Schema registry",
|
|
1507
|
+
"value": "schemaRegistry"
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"id": "schemaStrategy.schemaType",
|
|
1513
|
+
"label": "Schema type",
|
|
1514
|
+
"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>",
|
|
1515
|
+
"optional": false,
|
|
1516
|
+
"value": "avro",
|
|
1517
|
+
"group": "kafka",
|
|
1518
|
+
"binding": {
|
|
1519
|
+
"name": "schemaStrategy.schemaType",
|
|
1520
|
+
"type": "zeebe:property"
|
|
1521
|
+
},
|
|
1522
|
+
"condition": {
|
|
1523
|
+
"property": "schemaStrategy.type",
|
|
1524
|
+
"equals": "schemaRegistry",
|
|
1525
|
+
"type": "simple"
|
|
1526
|
+
},
|
|
1527
|
+
"type": "Dropdown",
|
|
1528
|
+
"choices": [
|
|
1529
|
+
{
|
|
1530
|
+
"name": "JSON",
|
|
1531
|
+
"value": "json"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"name": "Avro (alpha)",
|
|
1535
|
+
"value": "avro"
|
|
1536
|
+
}
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1541
|
+
"label": "Schema registry URL",
|
|
1542
|
+
"description": "Provide the schema registry URL",
|
|
1543
|
+
"optional": false,
|
|
1544
|
+
"constraints": {
|
|
1545
|
+
"notEmpty": true
|
|
1546
|
+
},
|
|
1547
|
+
"group": "kafka",
|
|
1548
|
+
"binding": {
|
|
1549
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
1550
|
+
"type": "zeebe:property"
|
|
1551
|
+
},
|
|
1552
|
+
"condition": {
|
|
1553
|
+
"property": "schemaStrategy.type",
|
|
1554
|
+
"equals": "schemaRegistry",
|
|
1555
|
+
"type": "simple"
|
|
1556
|
+
},
|
|
1557
|
+
"type": "String"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"id": "schemaStrategy.avro.schema",
|
|
1561
|
+
"label": "Schema",
|
|
1562
|
+
"description": "Inline schema (Avro) for the message value",
|
|
1563
|
+
"optional": false,
|
|
1564
|
+
"constraints": {
|
|
1565
|
+
"notEmpty": true
|
|
1566
|
+
},
|
|
1567
|
+
"feel": "required",
|
|
1568
|
+
"group": "message",
|
|
1569
|
+
"binding": {
|
|
1570
|
+
"name": "schemaStrategy.schema",
|
|
1571
|
+
"type": "zeebe:property"
|
|
1572
|
+
},
|
|
1573
|
+
"condition": {
|
|
1574
|
+
"property": "schemaStrategy.type",
|
|
1575
|
+
"equals": "inlineSchema",
|
|
1576
|
+
"type": "simple"
|
|
1577
|
+
},
|
|
1578
|
+
"type": "Text"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"id": "activationCondition",
|
|
1582
|
+
"label": "Activation condition",
|
|
1583
|
+
"description": "Condition under which the Connector triggers. Leave empty to catch all events",
|
|
1584
|
+
"optional": true,
|
|
1585
|
+
"feel": "required",
|
|
1586
|
+
"group": "activation",
|
|
1607
1587
|
"binding": {
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1588
|
+
"name": "activationCondition",
|
|
1589
|
+
"type": "zeebe:property"
|
|
1610
1590
|
},
|
|
1611
|
-
"
|
|
1612
|
-
"notEmpty": true
|
|
1613
|
-
}
|
|
1591
|
+
"type": "String"
|
|
1614
1592
|
},
|
|
1615
1593
|
{
|
|
1616
|
-
"
|
|
1617
|
-
"
|
|
1618
|
-
"
|
|
1619
|
-
"
|
|
1594
|
+
"id": "consumeUnmatchedEvents",
|
|
1595
|
+
"label": "Consume unmatched events",
|
|
1596
|
+
"value": true,
|
|
1597
|
+
"group": "activation",
|
|
1620
1598
|
"binding": {
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1599
|
+
"name": "consumeUnmatchedEvents",
|
|
1600
|
+
"type": "zeebe:property"
|
|
1623
1601
|
},
|
|
1602
|
+
"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",
|
|
1603
|
+
"type": "Boolean"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"id": "correlationKeyProcess",
|
|
1607
|
+
"label": "Correlation key (process)",
|
|
1608
|
+
"description": "Sets up the correlation key from process variables",
|
|
1624
1609
|
"constraints": {
|
|
1625
1610
|
"notEmpty": true
|
|
1626
|
-
}
|
|
1611
|
+
},
|
|
1612
|
+
"feel": "required",
|
|
1613
|
+
"group": "correlation",
|
|
1614
|
+
"binding": {
|
|
1615
|
+
"name": "correlationKey",
|
|
1616
|
+
"type": "bpmn:Message#zeebe:subscription#property"
|
|
1617
|
+
},
|
|
1618
|
+
"type": "String"
|
|
1627
1619
|
},
|
|
1628
1620
|
{
|
|
1629
|
-
"
|
|
1630
|
-
"
|
|
1631
|
-
"
|
|
1632
|
-
"
|
|
1633
|
-
|
|
1621
|
+
"id": "correlationKeyPayload",
|
|
1622
|
+
"label": "Correlation key (payload)",
|
|
1623
|
+
"description": "Extracts the correlation key from the incoming message payload",
|
|
1624
|
+
"constraints": {
|
|
1625
|
+
"notEmpty": true
|
|
1626
|
+
},
|
|
1627
|
+
"feel": "required",
|
|
1628
|
+
"group": "correlation",
|
|
1634
1629
|
"binding": {
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1630
|
+
"name": "correlationKeyExpression",
|
|
1631
|
+
"type": "zeebe:property"
|
|
1637
1632
|
},
|
|
1638
|
-
"
|
|
1639
|
-
"notEmpty": false,
|
|
1640
|
-
"maxLength": 250
|
|
1641
|
-
}
|
|
1633
|
+
"type": "String"
|
|
1642
1634
|
},
|
|
1643
1635
|
{
|
|
1644
|
-
"
|
|
1645
|
-
"
|
|
1646
|
-
"
|
|
1647
|
-
"type": "String",
|
|
1636
|
+
"id": "messageIdExpression",
|
|
1637
|
+
"label": "Message ID expression",
|
|
1638
|
+
"description": "Expression to extract unique identifier of a message",
|
|
1648
1639
|
"optional": true,
|
|
1649
1640
|
"feel": "required",
|
|
1641
|
+
"group": "correlation",
|
|
1650
1642
|
"binding": {
|
|
1651
|
-
"
|
|
1652
|
-
"
|
|
1653
|
-
}
|
|
1643
|
+
"name": "messageIdExpression",
|
|
1644
|
+
"type": "zeebe:property"
|
|
1645
|
+
},
|
|
1646
|
+
"type": "String"
|
|
1654
1647
|
},
|
|
1655
1648
|
{
|
|
1656
|
-
"
|
|
1657
|
-
"
|
|
1658
|
-
"
|
|
1659
|
-
"type": "String",
|
|
1660
|
-
"feel": "optional",
|
|
1649
|
+
"id": "messageTtl",
|
|
1650
|
+
"label": "Message TTL",
|
|
1651
|
+
"description": "Time-to-live for the message in the broker (ISO-8601 duration)",
|
|
1661
1652
|
"optional": true,
|
|
1653
|
+
"constraints": {
|
|
1654
|
+
"notEmpty": false,
|
|
1655
|
+
"pattern": {
|
|
1656
|
+
"value": "^(PT.*|)$",
|
|
1657
|
+
"message": "must be an ISO-8601 duration"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"feel": "optional",
|
|
1661
|
+
"group": "correlation",
|
|
1662
1662
|
"binding": {
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
}
|
|
1663
|
+
"name": "messageTtl",
|
|
1664
|
+
"type": "zeebe:property"
|
|
1665
|
+
},
|
|
1666
|
+
"type": "String"
|
|
1666
1667
|
},
|
|
1667
1668
|
{
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
"
|
|
1673
|
-
"value": "latest",
|
|
1674
|
-
"choices": [
|
|
1675
|
-
{
|
|
1676
|
-
"name": "Latest",
|
|
1677
|
-
"value": "latest"
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"name": "Earliest",
|
|
1681
|
-
"value": "earliest"
|
|
1682
|
-
},
|
|
1683
|
-
{
|
|
1684
|
-
"name": "None",
|
|
1685
|
-
"value": "none"
|
|
1686
|
-
}
|
|
1687
|
-
],
|
|
1669
|
+
"id": "messageNameUuid",
|
|
1670
|
+
"generatedValue": {
|
|
1671
|
+
"type": "uuid"
|
|
1672
|
+
},
|
|
1673
|
+
"group": "correlation",
|
|
1688
1674
|
"binding": {
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
}
|
|
1675
|
+
"name": "name",
|
|
1676
|
+
"type": "bpmn:Message#property"
|
|
1677
|
+
},
|
|
1678
|
+
"type": "Hidden"
|
|
1692
1679
|
},
|
|
1693
1680
|
{
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
"
|
|
1681
|
+
"id": "deduplicationModeManualFlag",
|
|
1682
|
+
"label": "Manual mode",
|
|
1683
|
+
"description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
|
|
1684
|
+
"value": false,
|
|
1685
|
+
"group": "deduplication",
|
|
1699
1686
|
"binding": {
|
|
1700
|
-
"
|
|
1701
|
-
"
|
|
1687
|
+
"name": "deduplicationModeManualFlag",
|
|
1688
|
+
"type": "zeebe:property"
|
|
1702
1689
|
},
|
|
1703
|
-
"
|
|
1704
|
-
"notEmpty": true
|
|
1705
|
-
}
|
|
1690
|
+
"type": "Boolean"
|
|
1706
1691
|
},
|
|
1707
1692
|
{
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1710
|
-
"
|
|
1711
|
-
|
|
1693
|
+
"id": "deduplicationId",
|
|
1694
|
+
"label": "Deduplication ID",
|
|
1695
|
+
"constraints": {
|
|
1696
|
+
"notEmpty": true,
|
|
1697
|
+
"pattern": {
|
|
1698
|
+
"value": "^[a-zA-Z0-9_-]+$",
|
|
1699
|
+
"message": "can only contain alphanumeric characters, dashes, and underscores"
|
|
1700
|
+
}
|
|
1701
|
+
},
|
|
1702
|
+
"group": "deduplication",
|
|
1712
1703
|
"binding": {
|
|
1713
|
-
"
|
|
1714
|
-
"
|
|
1704
|
+
"name": "deduplicationId",
|
|
1705
|
+
"type": "zeebe:property"
|
|
1715
1706
|
},
|
|
1716
|
-
"
|
|
1717
|
-
|
|
1718
|
-
"
|
|
1719
|
-
|
|
1707
|
+
"condition": {
|
|
1708
|
+
"property": "deduplicationModeManualFlag",
|
|
1709
|
+
"equals": true,
|
|
1710
|
+
"type": "simple"
|
|
1711
|
+
},
|
|
1712
|
+
"type": "String"
|
|
1720
1713
|
},
|
|
1721
1714
|
{
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1725
|
-
"optional": true,
|
|
1726
|
-
"group": "activation",
|
|
1715
|
+
"id": "deduplicationModeManual",
|
|
1716
|
+
"value": "MANUAL",
|
|
1717
|
+
"group": "deduplication",
|
|
1727
1718
|
"binding": {
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1719
|
+
"name": "deduplicationMode",
|
|
1720
|
+
"type": "zeebe:property"
|
|
1730
1721
|
},
|
|
1731
|
-
"
|
|
1722
|
+
"condition": {
|
|
1723
|
+
"property": "deduplicationId",
|
|
1724
|
+
"isActive": true,
|
|
1725
|
+
"type": "simple"
|
|
1726
|
+
},
|
|
1727
|
+
"type": "Hidden"
|
|
1732
1728
|
},
|
|
1733
1729
|
{
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
"group": "
|
|
1737
|
-
"feel": "required",
|
|
1738
|
-
"optional": true,
|
|
1730
|
+
"id": "deduplicationModeAuto",
|
|
1731
|
+
"value": "AUTO",
|
|
1732
|
+
"group": "deduplication",
|
|
1739
1733
|
"binding": {
|
|
1740
|
-
"
|
|
1741
|
-
"
|
|
1734
|
+
"name": "deduplicationMode",
|
|
1735
|
+
"type": "zeebe:property"
|
|
1742
1736
|
},
|
|
1743
|
-
"
|
|
1737
|
+
"condition": {
|
|
1738
|
+
"property": "deduplicationId",
|
|
1739
|
+
"isActive": false,
|
|
1740
|
+
"type": "simple"
|
|
1741
|
+
},
|
|
1742
|
+
"type": "Hidden"
|
|
1744
1743
|
},
|
|
1745
1744
|
{
|
|
1745
|
+
"id": "resultVariable",
|
|
1746
1746
|
"label": "Result variable",
|
|
1747
|
-
"
|
|
1748
|
-
"group": "
|
|
1749
|
-
"optional": true,
|
|
1747
|
+
"description": "Name of variable to store the response in",
|
|
1748
|
+
"group": "output",
|
|
1750
1749
|
"binding": {
|
|
1751
|
-
"
|
|
1752
|
-
"
|
|
1750
|
+
"name": "resultVariable",
|
|
1751
|
+
"type": "zeebe:property"
|
|
1753
1752
|
},
|
|
1754
|
-
"
|
|
1753
|
+
"type": "String"
|
|
1755
1754
|
},
|
|
1756
1755
|
{
|
|
1756
|
+
"id": "resultExpression",
|
|
1757
1757
|
"label": "Result expression",
|
|
1758
|
-
"description": "Expression to map the
|
|
1759
|
-
"group": "variable-mapping",
|
|
1760
|
-
"type": "Text",
|
|
1758
|
+
"description": "Expression to map the response into process variables",
|
|
1761
1759
|
"feel": "required",
|
|
1760
|
+
"group": "output",
|
|
1762
1761
|
"binding": {
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
}
|
|
1762
|
+
"name": "resultExpression",
|
|
1763
|
+
"type": "zeebe:property"
|
|
1764
|
+
},
|
|
1765
|
+
"type": "Text"
|
|
1766
1766
|
}
|
|
1767
1767
|
],
|
|
1768
1768
|
"icon": {
|
|
1769
|
-
"contents": "data:image/svg+xml;
|
|
1769
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1770
1770
|
},
|
|
1771
1771
|
"engines": {
|
|
1772
|
-
"camunda": "^8.
|
|
1772
|
+
"camunda": "^8.6"
|
|
1773
1773
|
}
|
|
1774
1774
|
},
|
|
1775
1775
|
{
|
|
@@ -1843,7 +1843,6 @@
|
|
|
1843
1843
|
{
|
|
1844
1844
|
"id": "authenticationType",
|
|
1845
1845
|
"label": "Authentication type",
|
|
1846
|
-
"description": "Username/password or custom",
|
|
1847
1846
|
"optional": false,
|
|
1848
1847
|
"value": "credentials",
|
|
1849
1848
|
"constraints": {
|
|
@@ -1854,6 +1853,7 @@
|
|
|
1854
1853
|
"name": "authenticationType",
|
|
1855
1854
|
"type": "zeebe:property"
|
|
1856
1855
|
},
|
|
1856
|
+
"tooltip": "Username/password or custom.",
|
|
1857
1857
|
"type": "Dropdown",
|
|
1858
1858
|
"choices": [
|
|
1859
1859
|
{
|
|
@@ -1869,19 +1869,18 @@
|
|
|
1869
1869
|
{
|
|
1870
1870
|
"id": "authentication.username",
|
|
1871
1871
|
"label": "Username",
|
|
1872
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1873
1872
|
"optional": true,
|
|
1874
1873
|
"group": "authentication",
|
|
1875
1874
|
"binding": {
|
|
1876
1875
|
"name": "authentication.username",
|
|
1877
1876
|
"type": "zeebe:property"
|
|
1878
1877
|
},
|
|
1878
|
+
"tooltip": "The user must have permissions to produce messages to the topic.",
|
|
1879
1879
|
"type": "String"
|
|
1880
1880
|
},
|
|
1881
1881
|
{
|
|
1882
1882
|
"id": "authentication.password",
|
|
1883
1883
|
"label": "Password",
|
|
1884
|
-
"description": "Provide a password for the user",
|
|
1885
1884
|
"optional": true,
|
|
1886
1885
|
"group": "authentication",
|
|
1887
1886
|
"binding": {
|
|
@@ -1893,7 +1892,6 @@
|
|
|
1893
1892
|
{
|
|
1894
1893
|
"id": "topic.bootstrapServers",
|
|
1895
1894
|
"label": "Bootstrap servers",
|
|
1896
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1897
1895
|
"optional": false,
|
|
1898
1896
|
"constraints": {
|
|
1899
1897
|
"notEmpty": true
|
|
@@ -1903,12 +1901,13 @@
|
|
|
1903
1901
|
"name": "topic.bootstrapServers",
|
|
1904
1902
|
"type": "zeebe:property"
|
|
1905
1903
|
},
|
|
1904
|
+
"tooltip": "Bootstrap server(s), comma-delimited if there are multiple.",
|
|
1905
|
+
"placeholder": "broker1:9092,broker2:9092",
|
|
1906
1906
|
"type": "String"
|
|
1907
1907
|
},
|
|
1908
1908
|
{
|
|
1909
1909
|
"id": "topic.topicName",
|
|
1910
1910
|
"label": "Topic",
|
|
1911
|
-
"description": "Provide topic name",
|
|
1912
1911
|
"optional": false,
|
|
1913
1912
|
"constraints": {
|
|
1914
1913
|
"notEmpty": true
|
|
@@ -1923,7 +1922,6 @@
|
|
|
1923
1922
|
{
|
|
1924
1923
|
"id": "groupId",
|
|
1925
1924
|
"label": "Consumer group ID",
|
|
1926
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
1927
1925
|
"optional": false,
|
|
1928
1926
|
"group": "kafka",
|
|
1929
1927
|
"binding": {
|
|
@@ -1936,7 +1934,6 @@
|
|
|
1936
1934
|
{
|
|
1937
1935
|
"id": "additionalProperties",
|
|
1938
1936
|
"label": "Additional properties",
|
|
1939
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
1940
1937
|
"optional": true,
|
|
1941
1938
|
"feel": "required",
|
|
1942
1939
|
"group": "kafka",
|
|
@@ -1944,12 +1941,12 @@
|
|
|
1944
1941
|
"name": "additionalProperties",
|
|
1945
1942
|
"type": "zeebe:property"
|
|
1946
1943
|
},
|
|
1944
|
+
"tooltip": "Additional Kafka consumer properties in JSON.",
|
|
1947
1945
|
"type": "String"
|
|
1948
1946
|
},
|
|
1949
1947
|
{
|
|
1950
1948
|
"id": "offsets",
|
|
1951
1949
|
"label": "Offsets",
|
|
1952
|
-
"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",
|
|
1953
1950
|
"optional": true,
|
|
1954
1951
|
"feel": "optional",
|
|
1955
1952
|
"group": "kafka",
|
|
@@ -1957,12 +1954,12 @@
|
|
|
1957
1954
|
"name": "offsets",
|
|
1958
1955
|
"type": "zeebe:property"
|
|
1959
1956
|
},
|
|
1957
|
+
"tooltip": "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.",
|
|
1960
1958
|
"type": "String"
|
|
1961
1959
|
},
|
|
1962
1960
|
{
|
|
1963
1961
|
"id": "autoOffsetReset",
|
|
1964
1962
|
"label": "Auto offset reset",
|
|
1965
|
-
"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",
|
|
1966
1963
|
"optional": false,
|
|
1967
1964
|
"value": "latest",
|
|
1968
1965
|
"constraints": {
|
|
@@ -1973,6 +1970,7 @@
|
|
|
1973
1970
|
"name": "autoOffsetReset",
|
|
1974
1971
|
"type": "zeebe:property"
|
|
1975
1972
|
},
|
|
1973
|
+
"tooltip": "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.",
|
|
1976
1974
|
"type": "Dropdown",
|
|
1977
1975
|
"choices": [
|
|
1978
1976
|
{
|
|
@@ -2017,7 +2015,6 @@
|
|
|
2017
2015
|
{
|
|
2018
2016
|
"id": "schemaStrategy.avro.schema",
|
|
2019
2017
|
"label": "Schema",
|
|
2020
|
-
"description": "Avro inline schema for the message value",
|
|
2021
2018
|
"optional": false,
|
|
2022
2019
|
"constraints": {
|
|
2023
2020
|
"notEmpty": true
|
|
@@ -2033,12 +2030,12 @@
|
|
|
2033
2030
|
"equals": "inlineSchema",
|
|
2034
2031
|
"type": "simple"
|
|
2035
2032
|
},
|
|
2033
|
+
"tooltip": "Avro inline schema for the message value",
|
|
2036
2034
|
"type": "Text"
|
|
2037
2035
|
},
|
|
2038
2036
|
{
|
|
2039
2037
|
"id": "schemaStrategy.schemaType",
|
|
2040
2038
|
"label": "Schema type",
|
|
2041
|
-
"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>",
|
|
2042
2039
|
"optional": false,
|
|
2043
2040
|
"value": "avro",
|
|
2044
2041
|
"group": "schema",
|
|
@@ -2051,6 +2048,7 @@
|
|
|
2051
2048
|
"equals": "schemaRegistry",
|
|
2052
2049
|
"type": "simple"
|
|
2053
2050
|
},
|
|
2051
|
+
"tooltip": "Format used to (de)serialize the message value: JSON or Avro. See the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">Kafka connector</a> guide.",
|
|
2054
2052
|
"type": "Dropdown",
|
|
2055
2053
|
"choices": [
|
|
2056
2054
|
{
|
|
@@ -2066,7 +2064,6 @@
|
|
|
2066
2064
|
{
|
|
2067
2065
|
"id": "schemaStrategy.schemaRegistryUrl",
|
|
2068
2066
|
"label": "Schema registry URL",
|
|
2069
|
-
"description": "Provide the schema registry URL",
|
|
2070
2067
|
"optional": false,
|
|
2071
2068
|
"constraints": {
|
|
2072
2069
|
"notEmpty": true
|