@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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
|
-
"name": "Kafka
|
|
4
|
+
"name": "Kafka Intermediate Catch Event Connector",
|
|
5
5
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"description": "Consume Kafka
|
|
8
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
6
|
+
"version": 2,
|
|
7
|
+
"description": "Consume Kafka messages",
|
|
8
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
9
9
|
"category": {
|
|
10
10
|
"id": "connectors",
|
|
11
11
|
"name": "Connectors"
|
|
@@ -134,6 +134,22 @@
|
|
|
134
134
|
"notEmpty": true
|
|
135
135
|
}
|
|
136
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"label": "Consumer Group ID",
|
|
139
|
+
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
140
|
+
"group": "kafka",
|
|
141
|
+
"type": "String",
|
|
142
|
+
"feel": "optional",
|
|
143
|
+
"optional": true,
|
|
144
|
+
"binding": {
|
|
145
|
+
"type": "zeebe:property",
|
|
146
|
+
"name": "groupId"
|
|
147
|
+
},
|
|
148
|
+
"constraints": {
|
|
149
|
+
"notEmpty": false,
|
|
150
|
+
"maxLength": 250
|
|
151
|
+
}
|
|
152
|
+
},
|
|
137
153
|
{
|
|
138
154
|
"label": "Additional properties",
|
|
139
155
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
@@ -148,7 +164,7 @@
|
|
|
148
164
|
},
|
|
149
165
|
{
|
|
150
166
|
"label": "Offsets",
|
|
151
|
-
"description": "
|
|
167
|
+
"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",
|
|
152
168
|
"group": "kafka",
|
|
153
169
|
"type": "String",
|
|
154
170
|
"feel": "optional",
|
|
@@ -258,7 +274,7 @@
|
|
|
258
274
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
259
275
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
260
276
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
261
|
-
"version":
|
|
277
|
+
"version": 4,
|
|
262
278
|
"description": "Consume Kafka messages",
|
|
263
279
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
264
280
|
"category": {
|
|
@@ -380,7 +396,6 @@
|
|
|
380
396
|
"description": "Provide the topic name",
|
|
381
397
|
"group": "kafka",
|
|
382
398
|
"type": "String",
|
|
383
|
-
"feel": "optional",
|
|
384
399
|
"binding": {
|
|
385
400
|
"type": "zeebe:property",
|
|
386
401
|
"name": "topic.topicName"
|
|
@@ -394,7 +409,6 @@
|
|
|
394
409
|
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
395
410
|
"group": "kafka",
|
|
396
411
|
"type": "String",
|
|
397
|
-
"feel": "optional",
|
|
398
412
|
"optional": true,
|
|
399
413
|
"binding": {
|
|
400
414
|
"type": "zeebe:property",
|
|
@@ -534,16 +548,16 @@
|
|
|
534
548
|
"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"
|
|
535
549
|
},
|
|
536
550
|
"engines": {
|
|
537
|
-
"camunda": "^8.
|
|
551
|
+
"camunda": "^8.5"
|
|
538
552
|
}
|
|
539
553
|
},
|
|
540
554
|
{
|
|
541
555
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
542
|
-
"name": "Kafka
|
|
556
|
+
"name": "Kafka consumer connector",
|
|
543
557
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
544
|
-
"version":
|
|
545
|
-
"description": "Consume Kafka
|
|
546
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka
|
|
558
|
+
"version": 1,
|
|
559
|
+
"description": "Consume Kafka message",
|
|
560
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
|
|
547
561
|
"category": {
|
|
548
562
|
"id": "connectors",
|
|
549
563
|
"name": "Connectors"
|
|
@@ -663,6 +677,7 @@
|
|
|
663
677
|
"description": "Provide the topic name",
|
|
664
678
|
"group": "kafka",
|
|
665
679
|
"type": "String",
|
|
680
|
+
"feel": "optional",
|
|
666
681
|
"binding": {
|
|
667
682
|
"type": "zeebe:property",
|
|
668
683
|
"name": "topic.topicName"
|
|
@@ -671,21 +686,6 @@
|
|
|
671
686
|
"notEmpty": true
|
|
672
687
|
}
|
|
673
688
|
},
|
|
674
|
-
{
|
|
675
|
-
"label": "Consumer Group ID",
|
|
676
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
677
|
-
"group": "kafka",
|
|
678
|
-
"type": "String",
|
|
679
|
-
"optional": true,
|
|
680
|
-
"binding": {
|
|
681
|
-
"type": "zeebe:property",
|
|
682
|
-
"name": "groupId"
|
|
683
|
-
},
|
|
684
|
-
"constraints": {
|
|
685
|
-
"notEmpty": false,
|
|
686
|
-
"maxLength": 250
|
|
687
|
-
}
|
|
688
|
-
},
|
|
689
689
|
{
|
|
690
690
|
"label": "Additional properties",
|
|
691
691
|
"description": "Provide additional Kafka consumer properties in JSON",
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
702
|
"label": "Offsets",
|
|
703
|
-
"description": "
|
|
703
|
+
"description": "Comma-separated list of offsets, e.g., '10,23' or '=[ \"10\", \"23\"]'. If specified, it has to have the same number of values as the number of partitions",
|
|
704
704
|
"group": "kafka",
|
|
705
705
|
"type": "String",
|
|
706
706
|
"feel": "optional",
|
|
@@ -764,18 +764,6 @@
|
|
|
764
764
|
"notEmpty": true
|
|
765
765
|
}
|
|
766
766
|
},
|
|
767
|
-
{
|
|
768
|
-
"label": "Message ID expression",
|
|
769
|
-
"feel": "required",
|
|
770
|
-
"type": "String",
|
|
771
|
-
"optional": true,
|
|
772
|
-
"group": "activation",
|
|
773
|
-
"binding": {
|
|
774
|
-
"type": "zeebe:property",
|
|
775
|
-
"name": "messageIdExpression"
|
|
776
|
-
},
|
|
777
|
-
"description": "Expression to extract unique identifier of a message"
|
|
778
|
-
},
|
|
779
767
|
{
|
|
780
768
|
"label": "Activation condition",
|
|
781
769
|
"type": "String",
|
|
@@ -815,7 +803,7 @@
|
|
|
815
803
|
"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"
|
|
816
804
|
},
|
|
817
805
|
"engines": {
|
|
818
|
-
"camunda": "^8.
|
|
806
|
+
"camunda": "^8.2"
|
|
819
807
|
}
|
|
820
808
|
},
|
|
821
809
|
{
|
|
@@ -1266,7 +1254,7 @@
|
|
|
1266
1254
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1267
1255
|
"name": "Kafka Intermediate Catch Event Connector",
|
|
1268
1256
|
"id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
|
|
1269
|
-
"version":
|
|
1257
|
+
"version": 3,
|
|
1270
1258
|
"description": "Consume Kafka messages",
|
|
1271
1259
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
|
|
1272
1260
|
"category": {
|
|
@@ -1491,6 +1479,18 @@
|
|
|
1491
1479
|
"notEmpty": true
|
|
1492
1480
|
}
|
|
1493
1481
|
},
|
|
1482
|
+
{
|
|
1483
|
+
"label": "Message ID expression",
|
|
1484
|
+
"feel": "required",
|
|
1485
|
+
"type": "String",
|
|
1486
|
+
"optional": true,
|
|
1487
|
+
"group": "activation",
|
|
1488
|
+
"binding": {
|
|
1489
|
+
"type": "zeebe:property",
|
|
1490
|
+
"name": "messageIdExpression"
|
|
1491
|
+
},
|
|
1492
|
+
"description": "Expression to extract unique identifier of a message"
|
|
1493
|
+
},
|
|
1494
1494
|
{
|
|
1495
1495
|
"label": "Activation condition",
|
|
1496
1496
|
"type": "String",
|
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
"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"
|
|
1531
1531
|
},
|
|
1532
1532
|
"engines": {
|
|
1533
|
-
"camunda": "^8.
|
|
1533
|
+
"camunda": "^8.4"
|
|
1534
1534
|
}
|
|
1535
1535
|
},
|
|
1536
1536
|
{
|
|
@@ -2098,7 +2098,6 @@
|
|
|
2098
2098
|
{
|
|
2099
2099
|
"id": "authenticationType",
|
|
2100
2100
|
"label": "Authentication type",
|
|
2101
|
-
"description": "Username/password or custom",
|
|
2102
2101
|
"optional": false,
|
|
2103
2102
|
"value": "credentials",
|
|
2104
2103
|
"constraints": {
|
|
@@ -2109,6 +2108,7 @@
|
|
|
2109
2108
|
"name": "authenticationType",
|
|
2110
2109
|
"type": "zeebe:property"
|
|
2111
2110
|
},
|
|
2111
|
+
"tooltip": "Username/password or custom.",
|
|
2112
2112
|
"type": "Dropdown",
|
|
2113
2113
|
"choices": [
|
|
2114
2114
|
{
|
|
@@ -2124,19 +2124,18 @@
|
|
|
2124
2124
|
{
|
|
2125
2125
|
"id": "authentication.username",
|
|
2126
2126
|
"label": "Username",
|
|
2127
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
2128
2127
|
"optional": true,
|
|
2129
2128
|
"group": "authentication",
|
|
2130
2129
|
"binding": {
|
|
2131
2130
|
"name": "authentication.username",
|
|
2132
2131
|
"type": "zeebe:property"
|
|
2133
2132
|
},
|
|
2133
|
+
"tooltip": "The user must have permissions to produce messages to the topic.",
|
|
2134
2134
|
"type": "String"
|
|
2135
2135
|
},
|
|
2136
2136
|
{
|
|
2137
2137
|
"id": "authentication.password",
|
|
2138
2138
|
"label": "Password",
|
|
2139
|
-
"description": "Provide a password for the user",
|
|
2140
2139
|
"optional": true,
|
|
2141
2140
|
"group": "authentication",
|
|
2142
2141
|
"binding": {
|
|
@@ -2148,7 +2147,6 @@
|
|
|
2148
2147
|
{
|
|
2149
2148
|
"id": "topic.bootstrapServers",
|
|
2150
2149
|
"label": "Bootstrap servers",
|
|
2151
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
2152
2150
|
"optional": false,
|
|
2153
2151
|
"constraints": {
|
|
2154
2152
|
"notEmpty": true
|
|
@@ -2158,12 +2156,13 @@
|
|
|
2158
2156
|
"name": "topic.bootstrapServers",
|
|
2159
2157
|
"type": "zeebe:property"
|
|
2160
2158
|
},
|
|
2159
|
+
"tooltip": "Bootstrap server(s), comma-delimited if there are multiple.",
|
|
2160
|
+
"placeholder": "broker1:9092,broker2:9092",
|
|
2161
2161
|
"type": "String"
|
|
2162
2162
|
},
|
|
2163
2163
|
{
|
|
2164
2164
|
"id": "topic.topicName",
|
|
2165
2165
|
"label": "Topic",
|
|
2166
|
-
"description": "Provide topic name",
|
|
2167
2166
|
"optional": false,
|
|
2168
2167
|
"constraints": {
|
|
2169
2168
|
"notEmpty": true
|
|
@@ -2178,7 +2177,6 @@
|
|
|
2178
2177
|
{
|
|
2179
2178
|
"id": "groupId",
|
|
2180
2179
|
"label": "Consumer group ID",
|
|
2181
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
2182
2180
|
"optional": false,
|
|
2183
2181
|
"group": "kafka",
|
|
2184
2182
|
"binding": {
|
|
@@ -2191,7 +2189,6 @@
|
|
|
2191
2189
|
{
|
|
2192
2190
|
"id": "additionalProperties",
|
|
2193
2191
|
"label": "Additional properties",
|
|
2194
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
2195
2192
|
"optional": true,
|
|
2196
2193
|
"feel": "required",
|
|
2197
2194
|
"group": "kafka",
|
|
@@ -2199,12 +2196,12 @@
|
|
|
2199
2196
|
"name": "additionalProperties",
|
|
2200
2197
|
"type": "zeebe:property"
|
|
2201
2198
|
},
|
|
2199
|
+
"tooltip": "Additional Kafka consumer properties in JSON.",
|
|
2202
2200
|
"type": "String"
|
|
2203
2201
|
},
|
|
2204
2202
|
{
|
|
2205
2203
|
"id": "offsets",
|
|
2206
2204
|
"label": "Offsets",
|
|
2207
|
-
"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",
|
|
2208
2205
|
"optional": true,
|
|
2209
2206
|
"feel": "optional",
|
|
2210
2207
|
"group": "kafka",
|
|
@@ -2212,12 +2209,12 @@
|
|
|
2212
2209
|
"name": "offsets",
|
|
2213
2210
|
"type": "zeebe:property"
|
|
2214
2211
|
},
|
|
2212
|
+
"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.",
|
|
2215
2213
|
"type": "String"
|
|
2216
2214
|
},
|
|
2217
2215
|
{
|
|
2218
2216
|
"id": "autoOffsetReset",
|
|
2219
2217
|
"label": "Auto offset reset",
|
|
2220
|
-
"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",
|
|
2221
2218
|
"optional": false,
|
|
2222
2219
|
"value": "latest",
|
|
2223
2220
|
"constraints": {
|
|
@@ -2228,6 +2225,7 @@
|
|
|
2228
2225
|
"name": "autoOffsetReset",
|
|
2229
2226
|
"type": "zeebe:property"
|
|
2230
2227
|
},
|
|
2228
|
+
"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.",
|
|
2231
2229
|
"type": "Dropdown",
|
|
2232
2230
|
"choices": [
|
|
2233
2231
|
{
|
|
@@ -2272,7 +2270,6 @@
|
|
|
2272
2270
|
{
|
|
2273
2271
|
"id": "schemaStrategy.avro.schema",
|
|
2274
2272
|
"label": "Schema",
|
|
2275
|
-
"description": "Avro inline schema for the message value",
|
|
2276
2273
|
"optional": false,
|
|
2277
2274
|
"constraints": {
|
|
2278
2275
|
"notEmpty": true
|
|
@@ -2288,12 +2285,12 @@
|
|
|
2288
2285
|
"equals": "inlineSchema",
|
|
2289
2286
|
"type": "simple"
|
|
2290
2287
|
},
|
|
2288
|
+
"tooltip": "Avro inline schema for the message value",
|
|
2291
2289
|
"type": "Text"
|
|
2292
2290
|
},
|
|
2293
2291
|
{
|
|
2294
2292
|
"id": "schemaStrategy.schemaType",
|
|
2295
2293
|
"label": "Schema type",
|
|
2296
|
-
"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>",
|
|
2297
2294
|
"optional": false,
|
|
2298
2295
|
"value": "avro",
|
|
2299
2296
|
"group": "schema",
|
|
@@ -2306,6 +2303,7 @@
|
|
|
2306
2303
|
"equals": "schemaRegistry",
|
|
2307
2304
|
"type": "simple"
|
|
2308
2305
|
},
|
|
2306
|
+
"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.",
|
|
2309
2307
|
"type": "Dropdown",
|
|
2310
2308
|
"choices": [
|
|
2311
2309
|
{
|
|
@@ -2321,7 +2319,6 @@
|
|
|
2321
2319
|
{
|
|
2322
2320
|
"id": "schemaStrategy.schemaRegistryUrl",
|
|
2323
2321
|
"label": "Schema registry URL",
|
|
2324
|
-
"description": "Provide the schema registry URL",
|
|
2325
2322
|
"optional": false,
|
|
2326
2323
|
"constraints": {
|
|
2327
2324
|
"notEmpty": true
|
|
@@ -69,7 +69,6 @@
|
|
|
69
69
|
{
|
|
70
70
|
"id": "authenticationType",
|
|
71
71
|
"label": "Authentication type",
|
|
72
|
-
"description": "Username/password or custom",
|
|
73
72
|
"optional": false,
|
|
74
73
|
"value": "credentials",
|
|
75
74
|
"constraints": {
|
|
@@ -80,6 +79,7 @@
|
|
|
80
79
|
"name": "authenticationType",
|
|
81
80
|
"type": "zeebe:property"
|
|
82
81
|
},
|
|
82
|
+
"tooltip": "Username/password or custom.",
|
|
83
83
|
"type": "Dropdown",
|
|
84
84
|
"choices": [
|
|
85
85
|
{
|
|
@@ -95,19 +95,18 @@
|
|
|
95
95
|
{
|
|
96
96
|
"id": "authentication.username",
|
|
97
97
|
"label": "Username",
|
|
98
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
99
98
|
"optional": true,
|
|
100
99
|
"group": "authentication",
|
|
101
100
|
"binding": {
|
|
102
101
|
"name": "authentication.username",
|
|
103
102
|
"type": "zeebe:property"
|
|
104
103
|
},
|
|
104
|
+
"tooltip": "The user must have permissions to produce messages to the topic.",
|
|
105
105
|
"type": "String"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"id": "authentication.password",
|
|
109
109
|
"label": "Password",
|
|
110
|
-
"description": "Provide a password for the user",
|
|
111
110
|
"optional": true,
|
|
112
111
|
"group": "authentication",
|
|
113
112
|
"binding": {
|
|
@@ -119,7 +118,6 @@
|
|
|
119
118
|
{
|
|
120
119
|
"id": "topic.bootstrapServers",
|
|
121
120
|
"label": "Bootstrap servers",
|
|
122
|
-
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
123
121
|
"optional": false,
|
|
124
122
|
"constraints": {
|
|
125
123
|
"notEmpty": true
|
|
@@ -129,12 +127,13 @@
|
|
|
129
127
|
"name": "topic.bootstrapServers",
|
|
130
128
|
"type": "zeebe:property"
|
|
131
129
|
},
|
|
130
|
+
"tooltip": "Bootstrap server(s), comma-delimited if there are multiple.",
|
|
131
|
+
"placeholder": "broker1:9092,broker2:9092",
|
|
132
132
|
"type": "String"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
"id": "topic.topicName",
|
|
136
136
|
"label": "Topic",
|
|
137
|
-
"description": "Provide topic name",
|
|
138
137
|
"optional": false,
|
|
139
138
|
"constraints": {
|
|
140
139
|
"notEmpty": true
|
|
@@ -149,7 +148,6 @@
|
|
|
149
148
|
{
|
|
150
149
|
"id": "groupId",
|
|
151
150
|
"label": "Consumer group ID",
|
|
152
|
-
"description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
|
|
153
151
|
"optional": false,
|
|
154
152
|
"group": "kafka",
|
|
155
153
|
"binding": {
|
|
@@ -162,7 +160,6 @@
|
|
|
162
160
|
{
|
|
163
161
|
"id": "additionalProperties",
|
|
164
162
|
"label": "Additional properties",
|
|
165
|
-
"description": "Provide additional Kafka consumer properties in JSON",
|
|
166
163
|
"optional": true,
|
|
167
164
|
"feel": "required",
|
|
168
165
|
"group": "kafka",
|
|
@@ -170,12 +167,12 @@
|
|
|
170
167
|
"name": "additionalProperties",
|
|
171
168
|
"type": "zeebe:property"
|
|
172
169
|
},
|
|
170
|
+
"tooltip": "Additional Kafka consumer properties in JSON.",
|
|
173
171
|
"type": "String"
|
|
174
172
|
},
|
|
175
173
|
{
|
|
176
174
|
"id": "offsets",
|
|
177
175
|
"label": "Offsets",
|
|
178
|
-
"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",
|
|
179
176
|
"optional": true,
|
|
180
177
|
"feel": "optional",
|
|
181
178
|
"group": "kafka",
|
|
@@ -183,12 +180,12 @@
|
|
|
183
180
|
"name": "offsets",
|
|
184
181
|
"type": "zeebe:property"
|
|
185
182
|
},
|
|
183
|
+
"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.",
|
|
186
184
|
"type": "String"
|
|
187
185
|
},
|
|
188
186
|
{
|
|
189
187
|
"id": "autoOffsetReset",
|
|
190
188
|
"label": "Auto offset reset",
|
|
191
|
-
"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",
|
|
192
189
|
"optional": false,
|
|
193
190
|
"value": "latest",
|
|
194
191
|
"constraints": {
|
|
@@ -199,6 +196,7 @@
|
|
|
199
196
|
"name": "autoOffsetReset",
|
|
200
197
|
"type": "zeebe:property"
|
|
201
198
|
},
|
|
199
|
+
"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.",
|
|
202
200
|
"type": "Dropdown",
|
|
203
201
|
"choices": [
|
|
204
202
|
{
|
|
@@ -243,7 +241,6 @@
|
|
|
243
241
|
{
|
|
244
242
|
"id": "schemaStrategy.avro.schema",
|
|
245
243
|
"label": "Schema",
|
|
246
|
-
"description": "Avro inline schema for the message value",
|
|
247
244
|
"optional": false,
|
|
248
245
|
"constraints": {
|
|
249
246
|
"notEmpty": true
|
|
@@ -259,12 +256,12 @@
|
|
|
259
256
|
"equals": "inlineSchema",
|
|
260
257
|
"type": "simple"
|
|
261
258
|
},
|
|
259
|
+
"tooltip": "Avro inline schema for the message value",
|
|
262
260
|
"type": "Text"
|
|
263
261
|
},
|
|
264
262
|
{
|
|
265
263
|
"id": "schemaStrategy.schemaType",
|
|
266
264
|
"label": "Schema type",
|
|
267
|
-
"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>",
|
|
268
265
|
"optional": false,
|
|
269
266
|
"value": "avro",
|
|
270
267
|
"group": "schema",
|
|
@@ -277,6 +274,7 @@
|
|
|
277
274
|
"equals": "schemaRegistry",
|
|
278
275
|
"type": "simple"
|
|
279
276
|
},
|
|
277
|
+
"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.",
|
|
280
278
|
"type": "Dropdown",
|
|
281
279
|
"choices": [
|
|
282
280
|
{
|
|
@@ -292,7 +290,6 @@
|
|
|
292
290
|
{
|
|
293
291
|
"id": "schemaStrategy.schemaRegistryUrl",
|
|
294
292
|
"label": "Schema registry URL",
|
|
295
|
-
"description": "Provide the schema registry URL",
|
|
296
293
|
"optional": false,
|
|
297
294
|
"constraints": {
|
|
298
295
|
"notEmpty": true
|