@camunda/connectors-element-templates 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/connectors.js +12 -2
- package/src/element-templates/agenticai-a2a-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-polling-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-intermediate.json +6 -6
- package/src/element-templates/agenticai-a2a-client-webhook-inbound-connector-receive.json +6 -6
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +10 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +3774 -33
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +7968 -4288
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +2 -5
- package/src/element-templates/agenticai-mcp-message-start-event.json +122 -0
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -5
- package/src/element-templates/asana-connector.json +718 -7
- package/src/element-templates/automation-anywhere-outbound-connector.json +1175 -1171
- package/src/element-templates/aws-bedrock-agentcore-long-term-memory-outbound-connector.json +431 -0
- package/src/element-templates/aws-bedrock-agentcore-runtime-outbound-connector.json +285 -0
- package/src/element-templates/aws-bedrock-codeinterpreter-outbound-connector.json +341 -0
- package/src/element-templates/aws-bedrock-knowledgebase-outbound-connector.json +316 -0
- package/src/element-templates/aws-bedrock-outbound-connector.json +775 -38
- package/src/element-templates/aws-comprehend-outbound-connector.json +10 -5
- package/src/element-templates/aws-dynamodb-outbound-connector.json +1407 -1407
- package/src/element-templates/aws-eventbridge-connector-boundary.json +370 -5
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +400 -35
- package/src/element-templates/aws-eventbridge-connector-message-start.json +399 -0
- package/src/element-templates/aws-eventbridge-connector-receive.json +364 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +317 -0
- package/src/element-templates/aws-eventbridge-outbound-connector.json +300 -295
- package/src/element-templates/aws-lambda-outbound-connector.json +472 -468
- package/src/element-templates/aws-s3-outbound-connector.json +656 -15
- package/src/element-templates/aws-sagemaker-outbound-connector.json +56 -52
- package/src/element-templates/aws-sns-inbound-boundary.json +230 -223
- package/src/element-templates/aws-sns-inbound-intermediate.json +486 -479
- package/src/element-templates/aws-sns-inbound-message-start.json +240 -233
- package/src/element-templates/aws-sns-inbound-receive.json +13 -6
- package/src/element-templates/aws-sns-inbound-start-event.json +139 -132
- package/src/element-templates/aws-sns-outbound-connector.json +390 -386
- package/src/element-templates/aws-sqs-boundary-connector.json +472 -468
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +388 -384
- package/src/element-templates/aws-sqs-outbound-connector.json +402 -400
- package/src/element-templates/aws-sqs-receive-connector.json +15 -11
- package/src/element-templates/aws-sqs-start-event-connector.json +571 -563
- package/src/element-templates/aws-sqs-start-message.json +866 -862
- package/src/element-templates/aws-textract-outbound-connector.json +358 -354
- package/src/element-templates/azure-blobstorage-outbound-connector.json +668 -11
- package/src/element-templates/azure-open-ai-connector.json +1325 -0
- package/src/element-templates/blue-prism-connector.json +595 -50
- package/src/element-templates/box-outbound-connector.json +924 -12
- package/src/element-templates/csv-outbound-connector.json +39 -31
- package/src/element-templates/easy-post-connector.json +1088 -120
- package/src/element-templates/email-inbound-connector-boundary.json +16 -8
- package/src/element-templates/email-inbound-connector-intermediate.json +16 -8
- package/src/element-templates/email-inbound-connector-receive.json +564 -0
- package/src/element-templates/email-message-start-event-connector.json +16 -8
- package/src/element-templates/email-outbound-connector.json +2114 -241
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +513 -516
- package/src/element-templates/github-connector.json +12587 -9052
- package/src/element-templates/github-webhook-connector-boundary.json +27 -29
- package/src/element-templates/github-webhook-connector-intermediate.json +40 -42
- package/src/element-templates/github-webhook-connector-message-start.json +19 -21
- package/src/element-templates/github-webhook-connector-receive.json +13 -15
- package/src/element-templates/github-webhook-connector-start-event.json +11 -13
- package/src/element-templates/gitlab-connector.json +4756 -3124
- package/src/element-templates/google-cloud-storage-outbound-connector.json +561 -12
- package/src/element-templates/google-drive-outbound-connector.json +1285 -665
- package/src/element-templates/google-gemini-outbound-connector.json +117 -109
- package/src/element-templates/google-maps-platform-connector.json +1055 -26
- package/src/element-templates/google-sheets-outbound-connector.json +2413 -1419
- package/src/element-templates/graphql-outbound-connector.json +1136 -1127
- package/src/element-templates/http-json-connector.json +2779 -2129
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +1483 -1472
- package/src/element-templates/http-polling-connector.json +746 -735
- package/src/element-templates/hubspot-outbound-connector.json +2376 -30
- package/src/element-templates/hugging-face-connector.json +249 -18
- package/src/element-templates/jdbc-outbound-connector.json +62 -48
- package/src/element-templates/kafka-inbound-connector-boundary.json +528 -519
- package/src/element-templates/kafka-inbound-connector-intermediate.json +729 -720
- package/src/element-templates/kafka-inbound-connector-receive.json +15 -6
- package/src/element-templates/kafka-inbound-connector-start-message.json +628 -619
- package/src/element-templates/kafka-inbound-connector.json +240 -240
- package/src/element-templates/kafka-outbound-connector.json +666 -660
- package/src/element-templates/microsoft-o365-email-boundary-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-intermediate-catch-event-connector.json +18 -6
- package/src/element-templates/microsoft-o365-email-message-start-event-connector.json +18 -6
- package/src/element-templates/microsoft-office365-mail-connector.json +883 -0
- package/src/element-templates/microsoft-teams-outbound-connector.json +4161 -1997
- package/src/element-templates/openai-connector.json +579 -116
- package/src/element-templates/operate-connector.json +1219 -67
- package/src/element-templates/power-automate-connector.json +604 -12
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +863 -854
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +926 -917
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +469 -460
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +15 -6
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +601 -592
- package/src/element-templates/rabbitmq-outbound-connector.json +634 -628
- package/src/element-templates/rpa-connector.json +346 -0
- package/src/element-templates/salesforce-connector.json +553 -9
- package/src/element-templates/send-message-connector-intermediate-throw-event.json +10 -5
- package/src/element-templates/send-message-connector-message-end-event.json +10 -5
- package/src/element-templates/send-message-connector-send-task.json +10 -5
- package/src/element-templates/sendgrid-outbound-connector.json +1380 -772
- package/src/element-templates/servicenow-connector.json +971 -3
- package/src/element-templates/servicenow-flow-starter-connector.json +8 -3
- package/src/element-templates/servicenow-incident-connector.json +980 -3
- package/src/element-templates/slack-inbound-boundary.json +389 -91
- package/src/element-templates/slack-inbound-intermediate.json +393 -95
- package/src/element-templates/slack-inbound-message-start.json +566 -236
- package/src/element-templates/slack-inbound-receive.json +297 -0
- package/src/element-templates/slack-inbound-start-event.json +127 -122
- package/src/element-templates/slack-outbound-connector.json +2613 -915
- package/src/element-templates/soap-outbound-connector.json +812 -2
- package/src/element-templates/twilio-connector.json +1514 -34
- package/src/element-templates/twilio-webhook-boundary-connector.json +29 -20
- package/src/element-templates/twilio-webhook-connector.json +238 -8
- package/src/element-templates/twilio-webhook-intermediate-connector.json +39 -30
- package/src/element-templates/twilio-webhook-message-start-connector.json +312 -0
- package/src/element-templates/twilio-webhook-receive-connector.json +11 -2
- package/src/element-templates/uipath-connector.json +607 -15
- package/src/element-templates/webhook-connector-boundary.json +1218 -1208
- package/src/element-templates/webhook-connector-intermediate.json +1837 -1827
- package/src/element-templates/webhook-connector-receive.json +55 -45
- package/src/element-templates/webhook-connector-start-event.json +1299 -1292
- package/src/element-templates/webhook-connector-start-message.json +711 -701
- package/src/element-templates/whatsapp-connector.json +339 -5
- package/src/element-templates/http-connector.json.json +0 -654
|
@@ -1,11 +1,20 @@
|
|
|
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 Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
6
|
-
"version": 1,
|
|
7
6
|
"description": "Produce Kafka message",
|
|
8
|
-
"
|
|
7
|
+
"keywords": [
|
|
8
|
+
"publish message",
|
|
9
|
+
"send message",
|
|
10
|
+
"message queue",
|
|
11
|
+
"event streaming",
|
|
12
|
+
"produce event",
|
|
13
|
+
"stream data",
|
|
14
|
+
"kafka topic"
|
|
15
|
+
],
|
|
16
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
17
|
+
"version": 6,
|
|
9
18
|
"category": {
|
|
10
19
|
"id": "connectors",
|
|
11
20
|
"name": "Connectors"
|
|
@@ -14,6 +23,9 @@
|
|
|
14
23
|
"elementType": {
|
|
15
24
|
"value": "bpmn:ServiceTask"
|
|
16
25
|
},
|
|
26
|
+
"engines": {
|
|
27
|
+
"camunda": "^8.3"
|
|
28
|
+
},
|
|
17
29
|
"groups": [
|
|
18
30
|
{
|
|
19
31
|
"id": "authentication",
|
|
@@ -23,355 +35,356 @@
|
|
|
23
35
|
"id": "kafka",
|
|
24
36
|
"label": "Kafka"
|
|
25
37
|
},
|
|
38
|
+
{
|
|
39
|
+
"id": "schema",
|
|
40
|
+
"label": "Schema"
|
|
41
|
+
},
|
|
26
42
|
{
|
|
27
43
|
"id": "message",
|
|
28
44
|
"label": "Message"
|
|
29
45
|
},
|
|
46
|
+
{
|
|
47
|
+
"id": "connector",
|
|
48
|
+
"label": "Connector"
|
|
49
|
+
},
|
|
30
50
|
{
|
|
31
51
|
"id": "output",
|
|
32
|
-
"label": "
|
|
52
|
+
"label": "Output mapping"
|
|
33
53
|
},
|
|
34
54
|
{
|
|
35
|
-
"id": "
|
|
55
|
+
"id": "error",
|
|
36
56
|
"label": "Error handling"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "retries",
|
|
60
|
+
"label": "Retries"
|
|
37
61
|
}
|
|
38
62
|
],
|
|
39
63
|
"properties": [
|
|
40
64
|
{
|
|
41
|
-
"type": "Hidden",
|
|
42
65
|
"value": "io.camunda:connector-kafka:1",
|
|
43
66
|
"binding": {
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
}
|
|
67
|
+
"property": "type",
|
|
68
|
+
"type": "zeebe:taskDefinition"
|
|
69
|
+
},
|
|
70
|
+
"type": "Hidden"
|
|
47
71
|
},
|
|
48
72
|
{
|
|
73
|
+
"id": "authentication.username",
|
|
49
74
|
"label": "Username",
|
|
50
75
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
51
|
-
"group": "authentication",
|
|
52
|
-
"type": "String",
|
|
53
76
|
"optional": true,
|
|
77
|
+
"feel": "optional",
|
|
78
|
+
"group": "authentication",
|
|
54
79
|
"binding": {
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
}
|
|
80
|
+
"name": "authentication.username",
|
|
81
|
+
"type": "zeebe:input"
|
|
82
|
+
},
|
|
83
|
+
"type": "String"
|
|
58
84
|
},
|
|
59
85
|
{
|
|
86
|
+
"id": "authentication.password",
|
|
60
87
|
"label": "Password",
|
|
61
88
|
"description": "Provide a password for the user",
|
|
62
|
-
"group": "authentication",
|
|
63
|
-
"type": "String",
|
|
64
89
|
"optional": true,
|
|
90
|
+
"feel": "optional",
|
|
91
|
+
"group": "authentication",
|
|
65
92
|
"binding": {
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
}
|
|
93
|
+
"name": "authentication.password",
|
|
94
|
+
"type": "zeebe:input"
|
|
95
|
+
},
|
|
96
|
+
"type": "String"
|
|
69
97
|
},
|
|
70
98
|
{
|
|
99
|
+
"id": "topic.bootstrapServers",
|
|
71
100
|
"label": "Bootstrap servers",
|
|
72
101
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
73
|
-
"
|
|
74
|
-
"
|
|
102
|
+
"optional": false,
|
|
103
|
+
"constraints": {
|
|
104
|
+
"notEmpty": true
|
|
105
|
+
},
|
|
75
106
|
"feel": "optional",
|
|
107
|
+
"group": "kafka",
|
|
76
108
|
"binding": {
|
|
77
|
-
"
|
|
78
|
-
"
|
|
109
|
+
"name": "topic.bootstrapServers",
|
|
110
|
+
"type": "zeebe:input"
|
|
79
111
|
},
|
|
80
|
-
"
|
|
81
|
-
"notEmpty": true
|
|
82
|
-
}
|
|
112
|
+
"type": "String"
|
|
83
113
|
},
|
|
84
114
|
{
|
|
115
|
+
"id": "topic.topicName",
|
|
85
116
|
"label": "Topic",
|
|
86
117
|
"description": "Provide topic name",
|
|
87
|
-
"
|
|
88
|
-
"
|
|
118
|
+
"optional": false,
|
|
119
|
+
"constraints": {
|
|
120
|
+
"notEmpty": true
|
|
121
|
+
},
|
|
89
122
|
"feel": "optional",
|
|
123
|
+
"group": "kafka",
|
|
90
124
|
"binding": {
|
|
91
|
-
"
|
|
92
|
-
"
|
|
125
|
+
"name": "topic.topicName",
|
|
126
|
+
"type": "zeebe:input"
|
|
93
127
|
},
|
|
94
|
-
"
|
|
95
|
-
"notEmpty": true
|
|
96
|
-
}
|
|
128
|
+
"type": "String"
|
|
97
129
|
},
|
|
98
130
|
{
|
|
131
|
+
"id": "additionalProperties",
|
|
99
132
|
"label": "Additional properties",
|
|
100
133
|
"description": "Provide additional Kafka producer properties in JSON",
|
|
101
|
-
"group": "kafka",
|
|
102
|
-
"type": "String",
|
|
103
134
|
"optional": true,
|
|
104
135
|
"feel": "required",
|
|
136
|
+
"group": "kafka",
|
|
105
137
|
"binding": {
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
}
|
|
138
|
+
"name": "additionalProperties",
|
|
139
|
+
"type": "zeebe:input"
|
|
140
|
+
},
|
|
141
|
+
"type": "String"
|
|
109
142
|
},
|
|
110
143
|
{
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"feel": "optional",
|
|
144
|
+
"id": "schemaStrategy.type",
|
|
145
|
+
"label": "Schema strategy",
|
|
146
|
+
"value": "noSchema",
|
|
147
|
+
"group": "schema",
|
|
116
148
|
"binding": {
|
|
117
|
-
"
|
|
118
|
-
"
|
|
149
|
+
"name": "schemaStrategy.type",
|
|
150
|
+
"type": "zeebe:input"
|
|
119
151
|
},
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
152
|
+
"type": "Dropdown",
|
|
153
|
+
"choices": [
|
|
154
|
+
{
|
|
155
|
+
"name": "No schema",
|
|
156
|
+
"value": "noSchema"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "Avro Inline schema",
|
|
160
|
+
"value": "inlineSchema"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "Confluent Schema registry",
|
|
164
|
+
"value": "schemaRegistry"
|
|
165
|
+
}
|
|
166
|
+
]
|
|
123
167
|
},
|
|
124
168
|
{
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
169
|
+
"id": "schemaStrategy.avro.schema",
|
|
170
|
+
"label": "Schema",
|
|
171
|
+
"description": "Avro inline schema for the message value",
|
|
172
|
+
"optional": false,
|
|
173
|
+
"constraints": {
|
|
174
|
+
"notEmpty": true
|
|
175
|
+
},
|
|
176
|
+
"feel": "required",
|
|
177
|
+
"group": "schema",
|
|
130
178
|
"binding": {
|
|
131
|
-
"
|
|
132
|
-
"
|
|
179
|
+
"name": "schemaStrategy.schema",
|
|
180
|
+
"type": "zeebe:input"
|
|
181
|
+
},
|
|
182
|
+
"condition": {
|
|
183
|
+
"property": "schemaStrategy.type",
|
|
184
|
+
"equals": "inlineSchema",
|
|
185
|
+
"type": "simple"
|
|
133
186
|
},
|
|
187
|
+
"type": "Text"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "schemaStrategy.schema",
|
|
191
|
+
"label": "Schema",
|
|
192
|
+
"description": "Schema (JSON or AVRO) for the message value",
|
|
193
|
+
"optional": false,
|
|
134
194
|
"constraints": {
|
|
135
195
|
"notEmpty": true
|
|
136
|
-
}
|
|
196
|
+
},
|
|
197
|
+
"feel": "required",
|
|
198
|
+
"group": "schema",
|
|
199
|
+
"binding": {
|
|
200
|
+
"name": "schemaStrategy.schema",
|
|
201
|
+
"type": "zeebe:input"
|
|
202
|
+
},
|
|
203
|
+
"condition": {
|
|
204
|
+
"property": "schemaStrategy.type",
|
|
205
|
+
"equals": "schemaRegistry",
|
|
206
|
+
"type": "simple"
|
|
207
|
+
},
|
|
208
|
+
"type": "Text"
|
|
137
209
|
},
|
|
138
210
|
{
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
211
|
+
"id": "schemaStrategy.schemaType",
|
|
212
|
+
"label": "Schema type",
|
|
213
|
+
"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>",
|
|
214
|
+
"optional": false,
|
|
215
|
+
"value": "avro",
|
|
216
|
+
"group": "schema",
|
|
143
217
|
"binding": {
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
}
|
|
218
|
+
"name": "schemaStrategy.schemaType",
|
|
219
|
+
"type": "zeebe:input"
|
|
220
|
+
},
|
|
221
|
+
"condition": {
|
|
222
|
+
"property": "schemaStrategy.type",
|
|
223
|
+
"equals": "schemaRegistry",
|
|
224
|
+
"type": "simple"
|
|
225
|
+
},
|
|
226
|
+
"type": "Dropdown",
|
|
227
|
+
"choices": [
|
|
228
|
+
{
|
|
229
|
+
"name": "JSON",
|
|
230
|
+
"value": "json"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"name": "Avro",
|
|
234
|
+
"value": "avro"
|
|
235
|
+
}
|
|
236
|
+
]
|
|
147
237
|
},
|
|
148
238
|
{
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
239
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
240
|
+
"label": "Schema registry URL",
|
|
241
|
+
"description": "Provide the schema registry URL",
|
|
242
|
+
"optional": false,
|
|
243
|
+
"constraints": {
|
|
244
|
+
"notEmpty": true
|
|
245
|
+
},
|
|
246
|
+
"feel": "optional",
|
|
247
|
+
"group": "schema",
|
|
154
248
|
"binding": {
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
}
|
|
249
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
250
|
+
"type": "zeebe:input"
|
|
251
|
+
},
|
|
252
|
+
"condition": {
|
|
253
|
+
"property": "schemaStrategy.type",
|
|
254
|
+
"equals": "schemaRegistry",
|
|
255
|
+
"type": "simple"
|
|
256
|
+
},
|
|
257
|
+
"type": "String"
|
|
158
258
|
},
|
|
159
259
|
{
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"feel": "
|
|
260
|
+
"id": "message.key",
|
|
261
|
+
"label": "Key",
|
|
262
|
+
"description": "Provide message key",
|
|
263
|
+
"optional": false,
|
|
264
|
+
"feel": "optional",
|
|
265
|
+
"group": "message",
|
|
165
266
|
"binding": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
],
|
|
171
|
-
"icon": {
|
|
172
|
-
"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"
|
|
173
|
-
},
|
|
174
|
-
"engines": {
|
|
175
|
-
"camunda": "^8.2"
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
180
|
-
"name": "Kafka Outbound Connector",
|
|
181
|
-
"id": "io.camunda.connectors.KAFKA.v1",
|
|
182
|
-
"version": 3,
|
|
183
|
-
"description": "Produce Kafka message",
|
|
184
|
-
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
185
|
-
"category": {
|
|
186
|
-
"id": "connectors",
|
|
187
|
-
"name": "Connectors"
|
|
188
|
-
},
|
|
189
|
-
"appliesTo": ["bpmn:Task"],
|
|
190
|
-
"elementType": {
|
|
191
|
-
"value": "bpmn:ServiceTask"
|
|
192
|
-
},
|
|
193
|
-
"groups": [
|
|
194
|
-
{
|
|
195
|
-
"id": "authentication",
|
|
196
|
-
"label": "Authentication"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"id": "kafka",
|
|
200
|
-
"label": "Kafka"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"id": "message",
|
|
204
|
-
"label": "Message"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"id": "output",
|
|
208
|
-
"label": "Response mapping"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"id": "errors",
|
|
212
|
-
"label": "Error handling"
|
|
213
|
-
}
|
|
214
|
-
],
|
|
215
|
-
"properties": [
|
|
216
|
-
{
|
|
217
|
-
"type": "Hidden",
|
|
218
|
-
"value": "io.camunda:connector-kafka:1",
|
|
219
|
-
"binding": {
|
|
220
|
-
"type": "zeebe:taskDefinition",
|
|
221
|
-
"property": "type"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"label": "Username",
|
|
226
|
-
"id": "authentication.username",
|
|
227
|
-
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
228
|
-
"group": "authentication",
|
|
229
|
-
"type": "String",
|
|
230
|
-
"optional": true,
|
|
231
|
-
"binding": {
|
|
232
|
-
"type": "zeebe:input",
|
|
233
|
-
"name": "authentication.username"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"label": "Password",
|
|
238
|
-
"id": "authentication.password",
|
|
239
|
-
"description": "Provide a password for the user",
|
|
240
|
-
"group": "authentication",
|
|
241
|
-
"type": "String",
|
|
242
|
-
"optional": true,
|
|
243
|
-
"binding": {
|
|
244
|
-
"type": "zeebe:input",
|
|
245
|
-
"name": "authentication.password"
|
|
246
|
-
}
|
|
267
|
+
"name": "message.key",
|
|
268
|
+
"type": "zeebe:input"
|
|
269
|
+
},
|
|
270
|
+
"type": "String"
|
|
247
271
|
},
|
|
248
272
|
{
|
|
249
|
-
"
|
|
250
|
-
"
|
|
251
|
-
"description": "Provide
|
|
252
|
-
"
|
|
253
|
-
"type": "String",
|
|
254
|
-
"feel": "optional",
|
|
255
|
-
"binding": {
|
|
256
|
-
"type": "zeebe:input",
|
|
257
|
-
"name": "topic.bootstrapServers"
|
|
258
|
-
},
|
|
273
|
+
"id": "message.value",
|
|
274
|
+
"label": "Value",
|
|
275
|
+
"description": "Provide message value",
|
|
276
|
+
"optional": false,
|
|
259
277
|
"constraints": {
|
|
260
278
|
"notEmpty": true
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"label": "Topic",
|
|
265
|
-
"id": "topic.topicName",
|
|
266
|
-
"description": "Provide topic name",
|
|
267
|
-
"group": "kafka",
|
|
268
|
-
"type": "String",
|
|
279
|
+
},
|
|
269
280
|
"feel": "optional",
|
|
281
|
+
"group": "message",
|
|
270
282
|
"binding": {
|
|
271
|
-
"
|
|
272
|
-
"
|
|
283
|
+
"name": "message.value",
|
|
284
|
+
"type": "zeebe:input"
|
|
273
285
|
},
|
|
274
|
-
"
|
|
275
|
-
"notEmpty": true
|
|
276
|
-
}
|
|
286
|
+
"type": "String"
|
|
277
287
|
},
|
|
278
288
|
{
|
|
279
|
-
"label": "Headers",
|
|
280
289
|
"id": "headers",
|
|
290
|
+
"label": "Headers",
|
|
281
291
|
"description": "Provide Kafka producer headers in JSON",
|
|
282
|
-
"group": "kafka",
|
|
283
|
-
"type": "String",
|
|
284
|
-
"optional": true,
|
|
285
|
-
"feel": "required",
|
|
286
|
-
"binding": {
|
|
287
|
-
"type": "zeebe:input",
|
|
288
|
-
"name": "headers"
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"label": "Additional properties",
|
|
293
|
-
"id": "additionalProperties",
|
|
294
|
-
"description": "Provide additional Kafka producer properties in JSON",
|
|
295
|
-
"group": "kafka",
|
|
296
|
-
"type": "String",
|
|
297
292
|
"optional": true,
|
|
298
293
|
"feel": "required",
|
|
294
|
+
"group": "message",
|
|
299
295
|
"binding": {
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
}
|
|
296
|
+
"name": "headers",
|
|
297
|
+
"type": "zeebe:input"
|
|
298
|
+
},
|
|
299
|
+
"type": "String"
|
|
303
300
|
},
|
|
304
301
|
{
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
"description": "
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
"feel": "optional",
|
|
302
|
+
"id": "version",
|
|
303
|
+
"label": "Version",
|
|
304
|
+
"description": "Version of the element template",
|
|
305
|
+
"value": "6",
|
|
306
|
+
"group": "connector",
|
|
311
307
|
"binding": {
|
|
312
|
-
"
|
|
313
|
-
"
|
|
308
|
+
"key": "elementTemplateVersion",
|
|
309
|
+
"type": "zeebe:taskHeader"
|
|
314
310
|
},
|
|
315
|
-
"
|
|
316
|
-
"notEmpty": true
|
|
317
|
-
}
|
|
311
|
+
"type": "Hidden"
|
|
318
312
|
},
|
|
319
313
|
{
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"description": "
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"feel": "optional",
|
|
314
|
+
"id": "id",
|
|
315
|
+
"label": "ID",
|
|
316
|
+
"description": "ID of the element template",
|
|
317
|
+
"value": "io.camunda.connectors.KAFKA.v1",
|
|
318
|
+
"group": "connector",
|
|
326
319
|
"binding": {
|
|
327
|
-
"
|
|
328
|
-
"
|
|
320
|
+
"key": "elementTemplateId",
|
|
321
|
+
"type": "zeebe:taskHeader"
|
|
329
322
|
},
|
|
330
|
-
"
|
|
331
|
-
"notEmpty": true
|
|
332
|
-
}
|
|
323
|
+
"type": "Hidden"
|
|
333
324
|
},
|
|
334
325
|
{
|
|
335
|
-
"label": "Result variable",
|
|
336
326
|
"id": "resultVariable",
|
|
337
|
-
"
|
|
327
|
+
"label": "Result variable",
|
|
328
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>.",
|
|
338
329
|
"group": "output",
|
|
339
|
-
"type": "String",
|
|
340
330
|
"binding": {
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
}
|
|
331
|
+
"key": "resultVariable",
|
|
332
|
+
"type": "zeebe:taskHeader"
|
|
333
|
+
},
|
|
334
|
+
"type": "String"
|
|
344
335
|
},
|
|
345
336
|
{
|
|
346
|
-
"label": "Result expression",
|
|
347
337
|
"id": "resultExpression",
|
|
348
|
-
"
|
|
349
|
-
"
|
|
350
|
-
"type": "Text",
|
|
338
|
+
"label": "Result expression",
|
|
339
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>.",
|
|
351
340
|
"feel": "required",
|
|
341
|
+
"group": "output",
|
|
352
342
|
"binding": {
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
}
|
|
343
|
+
"key": "resultExpression",
|
|
344
|
+
"type": "zeebe:taskHeader"
|
|
345
|
+
},
|
|
346
|
+
"type": "Text"
|
|
356
347
|
},
|
|
357
348
|
{
|
|
358
|
-
"label": "Error expression",
|
|
359
349
|
"id": "errorExpression",
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"type": "Text",
|
|
350
|
+
"label": "Error expression",
|
|
351
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>.",
|
|
363
352
|
"feel": "required",
|
|
353
|
+
"group": "error",
|
|
364
354
|
"binding": {
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
}
|
|
355
|
+
"key": "errorExpression",
|
|
356
|
+
"type": "zeebe:taskHeader"
|
|
357
|
+
},
|
|
358
|
+
"type": "Text"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": "retryCount",
|
|
362
|
+
"label": "Retries",
|
|
363
|
+
"description": "Number of retries",
|
|
364
|
+
"value": "3",
|
|
365
|
+
"feel": "optional",
|
|
366
|
+
"group": "retries",
|
|
367
|
+
"binding": {
|
|
368
|
+
"property": "retries",
|
|
369
|
+
"type": "zeebe:taskDefinition"
|
|
370
|
+
},
|
|
371
|
+
"type": "String"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"id": "retryBackoff",
|
|
375
|
+
"label": "Retry backoff",
|
|
376
|
+
"description": "ISO-8601 duration to wait between retries",
|
|
377
|
+
"value": "PT0S",
|
|
378
|
+
"group": "retries",
|
|
379
|
+
"binding": {
|
|
380
|
+
"key": "retryBackoff",
|
|
381
|
+
"type": "zeebe:taskHeader"
|
|
382
|
+
},
|
|
383
|
+
"type": "String"
|
|
368
384
|
}
|
|
369
385
|
],
|
|
370
386
|
"icon": {
|
|
371
|
-
"contents": "data:image/svg+xml;
|
|
372
|
-
},
|
|
373
|
-
"engines": {
|
|
374
|
-
"camunda": "^8.4"
|
|
387
|
+
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
375
388
|
}
|
|
376
389
|
},
|
|
377
390
|
{
|
|
@@ -380,7 +393,7 @@
|
|
|
380
393
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
381
394
|
"description": "Produce Kafka message",
|
|
382
395
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
383
|
-
"version":
|
|
396
|
+
"version": 5,
|
|
384
397
|
"category": {
|
|
385
398
|
"id": "connectors",
|
|
386
399
|
"name": "Connectors"
|
|
@@ -451,32 +464,25 @@
|
|
|
451
464
|
"type": "String"
|
|
452
465
|
},
|
|
453
466
|
{
|
|
454
|
-
"id": "
|
|
455
|
-
"label": "
|
|
456
|
-
"description": "
|
|
467
|
+
"id": "topic.bootstrapServers",
|
|
468
|
+
"label": "Bootstrap servers",
|
|
469
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
457
470
|
"optional": false,
|
|
458
|
-
"
|
|
471
|
+
"constraints": {
|
|
472
|
+
"notEmpty": true
|
|
473
|
+
},
|
|
474
|
+
"feel": "optional",
|
|
459
475
|
"group": "kafka",
|
|
460
476
|
"binding": {
|
|
461
|
-
"name": "
|
|
477
|
+
"name": "topic.bootstrapServers",
|
|
462
478
|
"type": "zeebe:input"
|
|
463
479
|
},
|
|
464
|
-
"type": "
|
|
465
|
-
"choices": [
|
|
466
|
-
{
|
|
467
|
-
"name": "Default (JSON)",
|
|
468
|
-
"value": "json"
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"name": "AVRO (experimental)",
|
|
472
|
-
"value": "avro"
|
|
473
|
-
}
|
|
474
|
-
]
|
|
480
|
+
"type": "String"
|
|
475
481
|
},
|
|
476
482
|
{
|
|
477
|
-
"id": "topic.
|
|
478
|
-
"label": "
|
|
479
|
-
"description": "Provide
|
|
483
|
+
"id": "topic.topicName",
|
|
484
|
+
"label": "Topic",
|
|
485
|
+
"description": "Provide topic name",
|
|
480
486
|
"optional": false,
|
|
481
487
|
"constraints": {
|
|
482
488
|
"notEmpty": true
|
|
@@ -484,15 +490,68 @@
|
|
|
484
490
|
"feel": "optional",
|
|
485
491
|
"group": "kafka",
|
|
486
492
|
"binding": {
|
|
487
|
-
"name": "topic.
|
|
493
|
+
"name": "topic.topicName",
|
|
488
494
|
"type": "zeebe:input"
|
|
489
495
|
},
|
|
490
496
|
"type": "String"
|
|
491
497
|
},
|
|
492
498
|
{
|
|
493
|
-
"id": "
|
|
494
|
-
"label": "
|
|
495
|
-
"
|
|
499
|
+
"id": "schemaStrategy.type",
|
|
500
|
+
"label": "Schema strategy",
|
|
501
|
+
"value": "noSchema",
|
|
502
|
+
"group": "kafka",
|
|
503
|
+
"binding": {
|
|
504
|
+
"name": "schemaStrategy.type",
|
|
505
|
+
"type": "zeebe:input"
|
|
506
|
+
},
|
|
507
|
+
"type": "Dropdown",
|
|
508
|
+
"choices": [
|
|
509
|
+
{
|
|
510
|
+
"name": "No schema",
|
|
511
|
+
"value": "noSchema"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "Inline schema",
|
|
515
|
+
"value": "inlineSchema"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "Schema registry",
|
|
519
|
+
"value": "schemaRegistry"
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"id": "schemaStrategy.schemaType",
|
|
525
|
+
"label": "Schema type",
|
|
526
|
+
"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>",
|
|
527
|
+
"optional": false,
|
|
528
|
+
"value": "avro",
|
|
529
|
+
"group": "kafka",
|
|
530
|
+
"binding": {
|
|
531
|
+
"name": "schemaStrategy.schemaType",
|
|
532
|
+
"type": "zeebe:input"
|
|
533
|
+
},
|
|
534
|
+
"condition": {
|
|
535
|
+
"property": "schemaStrategy.type",
|
|
536
|
+
"equals": "schemaRegistry",
|
|
537
|
+
"type": "simple"
|
|
538
|
+
},
|
|
539
|
+
"type": "Dropdown",
|
|
540
|
+
"choices": [
|
|
541
|
+
{
|
|
542
|
+
"name": "JSON",
|
|
543
|
+
"value": "json"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "Avro (alpha)",
|
|
547
|
+
"value": "avro"
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"id": "schemaStrategy.schemaRegistryUrl",
|
|
553
|
+
"label": "Schema registry URL",
|
|
554
|
+
"description": "Provide the schema registry URL",
|
|
496
555
|
"optional": false,
|
|
497
556
|
"constraints": {
|
|
498
557
|
"notEmpty": true
|
|
@@ -500,9 +559,14 @@
|
|
|
500
559
|
"feel": "optional",
|
|
501
560
|
"group": "kafka",
|
|
502
561
|
"binding": {
|
|
503
|
-
"name": "
|
|
562
|
+
"name": "schemaStrategy.schemaRegistryUrl",
|
|
504
563
|
"type": "zeebe:input"
|
|
505
564
|
},
|
|
565
|
+
"condition": {
|
|
566
|
+
"property": "schemaStrategy.type",
|
|
567
|
+
"equals": "schemaRegistry",
|
|
568
|
+
"type": "simple"
|
|
569
|
+
},
|
|
506
570
|
"type": "String"
|
|
507
571
|
},
|
|
508
572
|
{
|
|
@@ -536,9 +600,6 @@
|
|
|
536
600
|
"label": "Key",
|
|
537
601
|
"description": "Provide message key",
|
|
538
602
|
"optional": false,
|
|
539
|
-
"constraints": {
|
|
540
|
-
"notEmpty": true
|
|
541
|
-
},
|
|
542
603
|
"feel": "optional",
|
|
543
604
|
"group": "message",
|
|
544
605
|
"binding": {
|
|
@@ -564,9 +625,9 @@
|
|
|
564
625
|
"type": "String"
|
|
565
626
|
},
|
|
566
627
|
{
|
|
567
|
-
"id": "avro.schema",
|
|
568
|
-
"label": "
|
|
569
|
-
"description": "
|
|
628
|
+
"id": "schemaStrategy.avro.schema",
|
|
629
|
+
"label": "Schema",
|
|
630
|
+
"description": "Inline schema (Avro) for the message value",
|
|
570
631
|
"optional": false,
|
|
571
632
|
"constraints": {
|
|
572
633
|
"notEmpty": true
|
|
@@ -574,12 +635,33 @@
|
|
|
574
635
|
"feel": "required",
|
|
575
636
|
"group": "message",
|
|
576
637
|
"binding": {
|
|
577
|
-
"name": "
|
|
638
|
+
"name": "schemaStrategy.schema",
|
|
578
639
|
"type": "zeebe:input"
|
|
579
640
|
},
|
|
580
641
|
"condition": {
|
|
581
|
-
"property": "
|
|
582
|
-
"equals": "
|
|
642
|
+
"property": "schemaStrategy.type",
|
|
643
|
+
"equals": "inlineSchema",
|
|
644
|
+
"type": "simple"
|
|
645
|
+
},
|
|
646
|
+
"type": "Text"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"id": "schemaStrategy.schema",
|
|
650
|
+
"label": "Schema",
|
|
651
|
+
"description": "Schema (JSON or AVRO) for the message value",
|
|
652
|
+
"optional": false,
|
|
653
|
+
"constraints": {
|
|
654
|
+
"notEmpty": true
|
|
655
|
+
},
|
|
656
|
+
"feel": "required",
|
|
657
|
+
"group": "message",
|
|
658
|
+
"binding": {
|
|
659
|
+
"name": "schemaStrategy.schema",
|
|
660
|
+
"type": "zeebe:input"
|
|
661
|
+
},
|
|
662
|
+
"condition": {
|
|
663
|
+
"property": "schemaStrategy.type",
|
|
664
|
+
"equals": "schemaRegistry",
|
|
583
665
|
"type": "simple"
|
|
584
666
|
},
|
|
585
667
|
"type": "Text"
|
|
@@ -650,14 +732,14 @@
|
|
|
650
732
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
651
733
|
},
|
|
652
734
|
"engines": {
|
|
653
|
-
"camunda": "^8.
|
|
735
|
+
"camunda": "^8.6"
|
|
654
736
|
}
|
|
655
737
|
},
|
|
656
738
|
{
|
|
657
739
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
658
|
-
"name": "Kafka
|
|
740
|
+
"name": "Kafka producer connector",
|
|
659
741
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
660
|
-
"version":
|
|
742
|
+
"version": 1,
|
|
661
743
|
"description": "Produce Kafka message",
|
|
662
744
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
663
745
|
"category": {
|
|
@@ -833,9 +915,9 @@
|
|
|
833
915
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
834
916
|
"name": "Kafka Outbound Connector",
|
|
835
917
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
918
|
+
"version": 3,
|
|
836
919
|
"description": "Produce Kafka message",
|
|
837
920
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
838
|
-
"version": 5,
|
|
839
921
|
"category": {
|
|
840
922
|
"id": "connectors",
|
|
841
923
|
"name": "Connectors"
|
|
@@ -859,322 +941,349 @@
|
|
|
859
941
|
},
|
|
860
942
|
{
|
|
861
943
|
"id": "output",
|
|
862
|
-
"label": "
|
|
944
|
+
"label": "Response mapping"
|
|
863
945
|
},
|
|
864
946
|
{
|
|
865
|
-
"id": "
|
|
947
|
+
"id": "errors",
|
|
866
948
|
"label": "Error handling"
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"id": "retries",
|
|
870
|
-
"label": "Retries"
|
|
871
949
|
}
|
|
872
950
|
],
|
|
873
951
|
"properties": [
|
|
874
952
|
{
|
|
953
|
+
"type": "Hidden",
|
|
875
954
|
"value": "io.camunda:connector-kafka:1",
|
|
876
955
|
"binding": {
|
|
877
|
-
"
|
|
878
|
-
"
|
|
879
|
-
}
|
|
880
|
-
"type": "Hidden"
|
|
956
|
+
"type": "zeebe:taskDefinition",
|
|
957
|
+
"property": "type"
|
|
958
|
+
}
|
|
881
959
|
},
|
|
882
960
|
{
|
|
883
|
-
"id": "authentication.username",
|
|
884
961
|
"label": "Username",
|
|
962
|
+
"id": "authentication.username",
|
|
885
963
|
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
886
|
-
"optional": true,
|
|
887
|
-
"feel": "optional",
|
|
888
964
|
"group": "authentication",
|
|
965
|
+
"type": "String",
|
|
966
|
+
"optional": true,
|
|
889
967
|
"binding": {
|
|
890
|
-
"
|
|
891
|
-
"
|
|
892
|
-
}
|
|
893
|
-
"type": "String"
|
|
968
|
+
"type": "zeebe:input",
|
|
969
|
+
"name": "authentication.username"
|
|
970
|
+
}
|
|
894
971
|
},
|
|
895
972
|
{
|
|
896
|
-
"id": "authentication.password",
|
|
897
973
|
"label": "Password",
|
|
974
|
+
"id": "authentication.password",
|
|
898
975
|
"description": "Provide a password for the user",
|
|
899
|
-
"optional": true,
|
|
900
|
-
"feel": "optional",
|
|
901
976
|
"group": "authentication",
|
|
977
|
+
"type": "String",
|
|
978
|
+
"optional": true,
|
|
902
979
|
"binding": {
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
}
|
|
906
|
-
"type": "String"
|
|
980
|
+
"type": "zeebe:input",
|
|
981
|
+
"name": "authentication.password"
|
|
982
|
+
}
|
|
907
983
|
},
|
|
908
984
|
{
|
|
909
|
-
"id": "topic.bootstrapServers",
|
|
910
985
|
"label": "Bootstrap servers",
|
|
986
|
+
"id": "topic.bootstrapServers",
|
|
911
987
|
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
912
|
-
"optional": false,
|
|
913
|
-
"constraints": {
|
|
914
|
-
"notEmpty": true
|
|
915
|
-
},
|
|
916
|
-
"feel": "optional",
|
|
917
988
|
"group": "kafka",
|
|
989
|
+
"type": "String",
|
|
990
|
+
"feel": "optional",
|
|
918
991
|
"binding": {
|
|
919
|
-
"
|
|
920
|
-
"
|
|
992
|
+
"type": "zeebe:input",
|
|
993
|
+
"name": "topic.bootstrapServers"
|
|
921
994
|
},
|
|
922
|
-
"
|
|
995
|
+
"constraints": {
|
|
996
|
+
"notEmpty": true
|
|
997
|
+
}
|
|
923
998
|
},
|
|
924
999
|
{
|
|
925
|
-
"id": "topic.topicName",
|
|
926
1000
|
"label": "Topic",
|
|
1001
|
+
"id": "topic.topicName",
|
|
927
1002
|
"description": "Provide topic name",
|
|
928
|
-
"optional": false,
|
|
929
|
-
"constraints": {
|
|
930
|
-
"notEmpty": true
|
|
931
|
-
},
|
|
932
|
-
"feel": "optional",
|
|
933
1003
|
"group": "kafka",
|
|
1004
|
+
"type": "String",
|
|
1005
|
+
"feel": "optional",
|
|
934
1006
|
"binding": {
|
|
935
|
-
"
|
|
936
|
-
"
|
|
1007
|
+
"type": "zeebe:input",
|
|
1008
|
+
"name": "topic.topicName"
|
|
937
1009
|
},
|
|
938
|
-
"
|
|
1010
|
+
"constraints": {
|
|
1011
|
+
"notEmpty": true
|
|
1012
|
+
}
|
|
939
1013
|
},
|
|
940
1014
|
{
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
"
|
|
1015
|
+
"label": "Headers",
|
|
1016
|
+
"id": "headers",
|
|
1017
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
944
1018
|
"group": "kafka",
|
|
1019
|
+
"type": "String",
|
|
1020
|
+
"optional": true,
|
|
1021
|
+
"feel": "required",
|
|
945
1022
|
"binding": {
|
|
946
|
-
"
|
|
947
|
-
"
|
|
948
|
-
}
|
|
949
|
-
"type": "Dropdown",
|
|
950
|
-
"choices": [
|
|
951
|
-
{
|
|
952
|
-
"name": "No schema",
|
|
953
|
-
"value": "noSchema"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"name": "Inline schema",
|
|
957
|
-
"value": "inlineSchema"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"name": "Schema registry",
|
|
961
|
-
"value": "schemaRegistry"
|
|
962
|
-
}
|
|
963
|
-
]
|
|
1023
|
+
"type": "zeebe:input",
|
|
1024
|
+
"name": "headers"
|
|
1025
|
+
}
|
|
964
1026
|
},
|
|
965
1027
|
{
|
|
966
|
-
"
|
|
967
|
-
"
|
|
968
|
-
"description": "
|
|
969
|
-
"optional": false,
|
|
970
|
-
"value": "avro",
|
|
1028
|
+
"label": "Additional properties",
|
|
1029
|
+
"id": "additionalProperties",
|
|
1030
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
971
1031
|
"group": "kafka",
|
|
1032
|
+
"type": "String",
|
|
1033
|
+
"optional": true,
|
|
1034
|
+
"feel": "required",
|
|
972
1035
|
"binding": {
|
|
973
|
-
"
|
|
974
|
-
"
|
|
975
|
-
}
|
|
976
|
-
"condition": {
|
|
977
|
-
"property": "schemaStrategy.type",
|
|
978
|
-
"equals": "schemaRegistry",
|
|
979
|
-
"type": "simple"
|
|
980
|
-
},
|
|
981
|
-
"type": "Dropdown",
|
|
982
|
-
"choices": [
|
|
983
|
-
{
|
|
984
|
-
"name": "JSON",
|
|
985
|
-
"value": "json"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"name": "Avro (alpha)",
|
|
989
|
-
"value": "avro"
|
|
990
|
-
}
|
|
991
|
-
]
|
|
1036
|
+
"type": "zeebe:input",
|
|
1037
|
+
"name": "additionalProperties"
|
|
1038
|
+
}
|
|
992
1039
|
},
|
|
993
1040
|
{
|
|
994
|
-
"
|
|
995
|
-
"
|
|
996
|
-
"description": "Provide
|
|
997
|
-
"
|
|
1041
|
+
"label": "Key",
|
|
1042
|
+
"id": "message.key",
|
|
1043
|
+
"description": "Provide message key",
|
|
1044
|
+
"group": "message",
|
|
1045
|
+
"type": "String",
|
|
1046
|
+
"feel": "optional",
|
|
1047
|
+
"binding": {
|
|
1048
|
+
"type": "zeebe:input",
|
|
1049
|
+
"name": "message.key"
|
|
1050
|
+
},
|
|
998
1051
|
"constraints": {
|
|
999
1052
|
"notEmpty": true
|
|
1000
|
-
}
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"label": "Value",
|
|
1057
|
+
"id": "message.value",
|
|
1058
|
+
"description": "Provide message value",
|
|
1059
|
+
"group": "message",
|
|
1060
|
+
"type": "String",
|
|
1001
1061
|
"feel": "optional",
|
|
1002
|
-
"group": "kafka",
|
|
1003
1062
|
"binding": {
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1006
|
-
},
|
|
1007
|
-
"condition": {
|
|
1008
|
-
"property": "schemaStrategy.type",
|
|
1009
|
-
"equals": "schemaRegistry",
|
|
1010
|
-
"type": "simple"
|
|
1063
|
+
"type": "zeebe:input",
|
|
1064
|
+
"name": "message.value"
|
|
1011
1065
|
},
|
|
1012
|
-
"
|
|
1066
|
+
"constraints": {
|
|
1067
|
+
"notEmpty": true
|
|
1068
|
+
}
|
|
1013
1069
|
},
|
|
1014
1070
|
{
|
|
1015
|
-
"
|
|
1016
|
-
"
|
|
1017
|
-
"description": "
|
|
1018
|
-
"
|
|
1071
|
+
"label": "Result variable",
|
|
1072
|
+
"id": "resultVariable",
|
|
1073
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
1074
|
+
"group": "output",
|
|
1075
|
+
"type": "String",
|
|
1076
|
+
"binding": {
|
|
1077
|
+
"type": "zeebe:taskHeader",
|
|
1078
|
+
"key": "resultVariable"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"label": "Result expression",
|
|
1083
|
+
"id": "resultExpression",
|
|
1084
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1085
|
+
"group": "output",
|
|
1086
|
+
"type": "Text",
|
|
1019
1087
|
"feel": "required",
|
|
1020
|
-
"group": "kafka",
|
|
1021
1088
|
"binding": {
|
|
1022
|
-
"
|
|
1023
|
-
"
|
|
1024
|
-
}
|
|
1025
|
-
"type": "String"
|
|
1089
|
+
"type": "zeebe:taskHeader",
|
|
1090
|
+
"key": "resultExpression"
|
|
1091
|
+
}
|
|
1026
1092
|
},
|
|
1027
1093
|
{
|
|
1028
|
-
"
|
|
1029
|
-
"
|
|
1030
|
-
"description": "
|
|
1031
|
-
"
|
|
1094
|
+
"label": "Error expression",
|
|
1095
|
+
"id": "errorExpression",
|
|
1096
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1097
|
+
"group": "errors",
|
|
1098
|
+
"type": "Text",
|
|
1032
1099
|
"feel": "required",
|
|
1033
|
-
"group": "kafka",
|
|
1034
1100
|
"binding": {
|
|
1035
|
-
"
|
|
1036
|
-
"
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1101
|
+
"type": "zeebe:taskHeader",
|
|
1102
|
+
"key": "errorExpression"
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"icon": {
|
|
1107
|
+
"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"
|
|
1108
|
+
},
|
|
1109
|
+
"engines": {
|
|
1110
|
+
"camunda": "^8.4"
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
1115
|
+
"name": "Kafka Outbound Connector",
|
|
1116
|
+
"id": "io.camunda.connectors.KAFKA.v1",
|
|
1117
|
+
"version": 2,
|
|
1118
|
+
"description": "Produce Kafka message",
|
|
1119
|
+
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/",
|
|
1120
|
+
"category": {
|
|
1121
|
+
"id": "connectors",
|
|
1122
|
+
"name": "Connectors"
|
|
1123
|
+
},
|
|
1124
|
+
"appliesTo": ["bpmn:Task"],
|
|
1125
|
+
"elementType": {
|
|
1126
|
+
"value": "bpmn:ServiceTask"
|
|
1127
|
+
},
|
|
1128
|
+
"groups": [
|
|
1129
|
+
{
|
|
1130
|
+
"id": "authentication",
|
|
1131
|
+
"label": "Authentication"
|
|
1039
1132
|
},
|
|
1040
1133
|
{
|
|
1041
|
-
"id": "
|
|
1042
|
-
"label": "
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1134
|
+
"id": "kafka",
|
|
1135
|
+
"label": "Kafka"
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
"id": "message",
|
|
1139
|
+
"label": "Message"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"id": "output",
|
|
1143
|
+
"label": "Response mapping"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"id": "errors",
|
|
1147
|
+
"label": "Error handling"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"properties": [
|
|
1151
|
+
{
|
|
1152
|
+
"type": "Hidden",
|
|
1153
|
+
"value": "io.camunda:connector-kafka:1",
|
|
1047
1154
|
"binding": {
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1050
|
-
}
|
|
1051
|
-
"type": "String"
|
|
1155
|
+
"type": "zeebe:taskDefinition",
|
|
1156
|
+
"property": "type"
|
|
1157
|
+
}
|
|
1052
1158
|
},
|
|
1053
1159
|
{
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1059
|
-
"notEmpty": true
|
|
1060
|
-
},
|
|
1061
|
-
"feel": "optional",
|
|
1062
|
-
"group": "message",
|
|
1160
|
+
"label": "Username",
|
|
1161
|
+
"description": "Provide the username (must have permissions to produce message to the topic)",
|
|
1162
|
+
"group": "authentication",
|
|
1163
|
+
"type": "String",
|
|
1164
|
+
"optional": true,
|
|
1063
1165
|
"binding": {
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
}
|
|
1067
|
-
"type": "String"
|
|
1166
|
+
"type": "zeebe:input",
|
|
1167
|
+
"name": "authentication.username"
|
|
1168
|
+
}
|
|
1068
1169
|
},
|
|
1069
1170
|
{
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1075
|
-
"notEmpty": true
|
|
1076
|
-
},
|
|
1077
|
-
"feel": "required",
|
|
1078
|
-
"group": "message",
|
|
1171
|
+
"label": "Password",
|
|
1172
|
+
"description": "Provide a password for the user",
|
|
1173
|
+
"group": "authentication",
|
|
1174
|
+
"type": "String",
|
|
1175
|
+
"optional": true,
|
|
1079
1176
|
"binding": {
|
|
1080
|
-
"
|
|
1081
|
-
"
|
|
1082
|
-
}
|
|
1083
|
-
"condition": {
|
|
1084
|
-
"property": "schemaStrategy.type",
|
|
1085
|
-
"equals": "inlineSchema",
|
|
1086
|
-
"type": "simple"
|
|
1087
|
-
},
|
|
1088
|
-
"type": "Text"
|
|
1177
|
+
"type": "zeebe:input",
|
|
1178
|
+
"name": "authentication.password"
|
|
1179
|
+
}
|
|
1089
1180
|
},
|
|
1090
1181
|
{
|
|
1091
|
-
"
|
|
1092
|
-
"
|
|
1093
|
-
"
|
|
1094
|
-
"
|
|
1182
|
+
"label": "Bootstrap servers",
|
|
1183
|
+
"description": "Provide bootstrap server(s), comma-delimited if there are multiple",
|
|
1184
|
+
"group": "kafka",
|
|
1185
|
+
"type": "String",
|
|
1186
|
+
"feel": "optional",
|
|
1187
|
+
"binding": {
|
|
1188
|
+
"type": "zeebe:input",
|
|
1189
|
+
"name": "topic.bootstrapServers"
|
|
1190
|
+
},
|
|
1095
1191
|
"constraints": {
|
|
1096
1192
|
"notEmpty": true
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"label": "Topic",
|
|
1197
|
+
"description": "Provide topic name",
|
|
1198
|
+
"group": "kafka",
|
|
1199
|
+
"type": "String",
|
|
1200
|
+
"feel": "optional",
|
|
1201
|
+
"binding": {
|
|
1202
|
+
"type": "zeebe:input",
|
|
1203
|
+
"name": "topic.topicName"
|
|
1097
1204
|
},
|
|
1205
|
+
"constraints": {
|
|
1206
|
+
"notEmpty": true
|
|
1207
|
+
}
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"label": "Additional properties",
|
|
1211
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
1212
|
+
"group": "kafka",
|
|
1213
|
+
"type": "String",
|
|
1214
|
+
"optional": true,
|
|
1098
1215
|
"feel": "required",
|
|
1099
|
-
"group": "message",
|
|
1100
1216
|
"binding": {
|
|
1101
|
-
"
|
|
1102
|
-
"
|
|
1103
|
-
}
|
|
1104
|
-
"condition": {
|
|
1105
|
-
"property": "schemaStrategy.type",
|
|
1106
|
-
"equals": "schemaRegistry",
|
|
1107
|
-
"type": "simple"
|
|
1108
|
-
},
|
|
1109
|
-
"type": "Text"
|
|
1217
|
+
"type": "zeebe:input",
|
|
1218
|
+
"name": "additionalProperties"
|
|
1219
|
+
}
|
|
1110
1220
|
},
|
|
1111
1221
|
{
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1115
|
-
"
|
|
1222
|
+
"label": "Key",
|
|
1223
|
+
"description": "Provide message key",
|
|
1224
|
+
"group": "message",
|
|
1225
|
+
"type": "String",
|
|
1226
|
+
"feel": "optional",
|
|
1116
1227
|
"binding": {
|
|
1117
|
-
"
|
|
1118
|
-
"
|
|
1228
|
+
"type": "zeebe:input",
|
|
1229
|
+
"name": "message.key"
|
|
1119
1230
|
},
|
|
1120
|
-
"
|
|
1231
|
+
"constraints": {
|
|
1232
|
+
"notEmpty": true
|
|
1233
|
+
}
|
|
1121
1234
|
},
|
|
1122
1235
|
{
|
|
1123
|
-
"
|
|
1124
|
-
"
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1236
|
+
"label": "Value",
|
|
1237
|
+
"description": "Provide message value",
|
|
1238
|
+
"group": "message",
|
|
1239
|
+
"type": "String",
|
|
1240
|
+
"feel": "optional",
|
|
1128
1241
|
"binding": {
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1242
|
+
"type": "zeebe:input",
|
|
1243
|
+
"name": "message.value"
|
|
1131
1244
|
},
|
|
1132
|
-
"
|
|
1245
|
+
"constraints": {
|
|
1246
|
+
"notEmpty": true
|
|
1247
|
+
}
|
|
1133
1248
|
},
|
|
1134
1249
|
{
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1139
|
-
"group": "error",
|
|
1250
|
+
"label": "Result variable",
|
|
1251
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
1252
|
+
"group": "output",
|
|
1253
|
+
"type": "String",
|
|
1140
1254
|
"binding": {
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1143
|
-
}
|
|
1144
|
-
"type": "Text"
|
|
1255
|
+
"type": "zeebe:taskHeader",
|
|
1256
|
+
"key": "resultVariable"
|
|
1257
|
+
}
|
|
1145
1258
|
},
|
|
1146
1259
|
{
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1151
|
-
"feel": "
|
|
1152
|
-
"group": "retries",
|
|
1260
|
+
"label": "Result expression",
|
|
1261
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
1262
|
+
"group": "output",
|
|
1263
|
+
"type": "Text",
|
|
1264
|
+
"feel": "required",
|
|
1153
1265
|
"binding": {
|
|
1154
|
-
"
|
|
1155
|
-
"
|
|
1156
|
-
}
|
|
1157
|
-
"type": "String"
|
|
1266
|
+
"type": "zeebe:taskHeader",
|
|
1267
|
+
"key": "resultExpression"
|
|
1268
|
+
}
|
|
1158
1269
|
},
|
|
1159
1270
|
{
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
"feel": "
|
|
1165
|
-
"group": "retries",
|
|
1271
|
+
"label": "Error expression",
|
|
1272
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
1273
|
+
"group": "errors",
|
|
1274
|
+
"type": "Text",
|
|
1275
|
+
"feel": "required",
|
|
1166
1276
|
"binding": {
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1169
|
-
}
|
|
1170
|
-
"type": "String"
|
|
1277
|
+
"type": "zeebe:taskHeader",
|
|
1278
|
+
"key": "errorExpression"
|
|
1279
|
+
}
|
|
1171
1280
|
}
|
|
1172
1281
|
],
|
|
1173
1282
|
"icon": {
|
|
1174
|
-
"contents": "data:image/svg+xml;
|
|
1283
|
+
"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"
|
|
1175
1284
|
},
|
|
1176
1285
|
"engines": {
|
|
1177
|
-
"camunda": "^8.
|
|
1286
|
+
"camunda": "^8.2"
|
|
1178
1287
|
}
|
|
1179
1288
|
},
|
|
1180
1289
|
{
|
|
@@ -1182,11 +1291,8 @@
|
|
|
1182
1291
|
"name": "Kafka Outbound Connector",
|
|
1183
1292
|
"id": "io.camunda.connectors.KAFKA.v1",
|
|
1184
1293
|
"description": "Produce Kafka message",
|
|
1185
|
-
"metadata": {
|
|
1186
|
-
"keywords": []
|
|
1187
|
-
},
|
|
1188
1294
|
"documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound",
|
|
1189
|
-
"version":
|
|
1295
|
+
"version": 4,
|
|
1190
1296
|
"category": {
|
|
1191
1297
|
"id": "connectors",
|
|
1192
1298
|
"name": "Connectors"
|
|
@@ -1195,9 +1301,6 @@
|
|
|
1195
1301
|
"elementType": {
|
|
1196
1302
|
"value": "bpmn:ServiceTask"
|
|
1197
1303
|
},
|
|
1198
|
-
"engines": {
|
|
1199
|
-
"camunda": "^8.3"
|
|
1200
|
-
},
|
|
1201
1304
|
"groups": [
|
|
1202
1305
|
{
|
|
1203
1306
|
"id": "authentication",
|
|
@@ -1207,18 +1310,10 @@
|
|
|
1207
1310
|
"id": "kafka",
|
|
1208
1311
|
"label": "Kafka"
|
|
1209
1312
|
},
|
|
1210
|
-
{
|
|
1211
|
-
"id": "schema",
|
|
1212
|
-
"label": "Schema"
|
|
1213
|
-
},
|
|
1214
1313
|
{
|
|
1215
1314
|
"id": "message",
|
|
1216
1315
|
"label": "Message"
|
|
1217
1316
|
},
|
|
1218
|
-
{
|
|
1219
|
-
"id": "connector",
|
|
1220
|
-
"label": "Connector"
|
|
1221
|
-
},
|
|
1222
1317
|
{
|
|
1223
1318
|
"id": "output",
|
|
1224
1319
|
"label": "Output mapping"
|
|
@@ -1267,6 +1362,29 @@
|
|
|
1267
1362
|
},
|
|
1268
1363
|
"type": "String"
|
|
1269
1364
|
},
|
|
1365
|
+
{
|
|
1366
|
+
"id": "serializationType",
|
|
1367
|
+
"label": "Serialization type",
|
|
1368
|
+
"description": "Select the serialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=outbound\" target=\"_blank\">documentation</a>",
|
|
1369
|
+
"optional": false,
|
|
1370
|
+
"value": "json",
|
|
1371
|
+
"group": "kafka",
|
|
1372
|
+
"binding": {
|
|
1373
|
+
"name": "serializationType",
|
|
1374
|
+
"type": "zeebe:input"
|
|
1375
|
+
},
|
|
1376
|
+
"type": "Dropdown",
|
|
1377
|
+
"choices": [
|
|
1378
|
+
{
|
|
1379
|
+
"name": "Default (JSON)",
|
|
1380
|
+
"value": "json"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"name": "AVRO (experimental)",
|
|
1384
|
+
"value": "avro"
|
|
1385
|
+
}
|
|
1386
|
+
]
|
|
1387
|
+
},
|
|
1270
1388
|
{
|
|
1271
1389
|
"id": "topic.bootstrapServers",
|
|
1272
1390
|
"label": "Bootstrap servers",
|
|
@@ -1300,132 +1418,29 @@
|
|
|
1300
1418
|
"type": "String"
|
|
1301
1419
|
},
|
|
1302
1420
|
{
|
|
1303
|
-
"id": "
|
|
1304
|
-
"label": "
|
|
1305
|
-
"description": "Provide
|
|
1421
|
+
"id": "headers",
|
|
1422
|
+
"label": "Headers",
|
|
1423
|
+
"description": "Provide Kafka producer headers in JSON",
|
|
1306
1424
|
"optional": true,
|
|
1307
1425
|
"feel": "required",
|
|
1308
1426
|
"group": "kafka",
|
|
1309
1427
|
"binding": {
|
|
1310
|
-
"name": "
|
|
1428
|
+
"name": "headers",
|
|
1311
1429
|
"type": "zeebe:input"
|
|
1312
1430
|
},
|
|
1313
1431
|
"type": "String"
|
|
1314
1432
|
},
|
|
1315
1433
|
{
|
|
1316
|
-
"id": "
|
|
1317
|
-
"label": "
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"binding": {
|
|
1321
|
-
"name": "schemaStrategy.type",
|
|
1322
|
-
"type": "zeebe:input"
|
|
1323
|
-
},
|
|
1324
|
-
"type": "Dropdown",
|
|
1325
|
-
"choices": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "No schema",
|
|
1328
|
-
"value": "noSchema"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "Avro Inline schema",
|
|
1332
|
-
"value": "inlineSchema"
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"name": "Confluent Schema registry",
|
|
1336
|
-
"value": "schemaRegistry"
|
|
1337
|
-
}
|
|
1338
|
-
]
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"id": "schemaStrategy.avro.schema",
|
|
1342
|
-
"label": "Schema",
|
|
1343
|
-
"description": "Avro inline schema for the message value",
|
|
1344
|
-
"optional": false,
|
|
1345
|
-
"constraints": {
|
|
1346
|
-
"notEmpty": true
|
|
1347
|
-
},
|
|
1348
|
-
"feel": "required",
|
|
1349
|
-
"group": "schema",
|
|
1350
|
-
"binding": {
|
|
1351
|
-
"name": "schemaStrategy.schema",
|
|
1352
|
-
"type": "zeebe:input"
|
|
1353
|
-
},
|
|
1354
|
-
"condition": {
|
|
1355
|
-
"property": "schemaStrategy.type",
|
|
1356
|
-
"equals": "inlineSchema",
|
|
1357
|
-
"type": "simple"
|
|
1358
|
-
},
|
|
1359
|
-
"type": "Text"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"id": "schemaStrategy.schema",
|
|
1363
|
-
"label": "Schema",
|
|
1364
|
-
"description": "Schema (JSON or AVRO) for the message value",
|
|
1365
|
-
"optional": false,
|
|
1366
|
-
"constraints": {
|
|
1367
|
-
"notEmpty": true
|
|
1368
|
-
},
|
|
1434
|
+
"id": "additionalProperties",
|
|
1435
|
+
"label": "Additional properties",
|
|
1436
|
+
"description": "Provide additional Kafka producer properties in JSON",
|
|
1437
|
+
"optional": true,
|
|
1369
1438
|
"feel": "required",
|
|
1370
|
-
"group": "
|
|
1371
|
-
"binding": {
|
|
1372
|
-
"name": "schemaStrategy.schema",
|
|
1373
|
-
"type": "zeebe:input"
|
|
1374
|
-
},
|
|
1375
|
-
"condition": {
|
|
1376
|
-
"property": "schemaStrategy.type",
|
|
1377
|
-
"equals": "schemaRegistry",
|
|
1378
|
-
"type": "simple"
|
|
1379
|
-
},
|
|
1380
|
-
"type": "Text"
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
"id": "schemaStrategy.schemaType",
|
|
1384
|
-
"label": "Schema type",
|
|
1385
|
-
"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>",
|
|
1386
|
-
"optional": false,
|
|
1387
|
-
"value": "avro",
|
|
1388
|
-
"group": "schema",
|
|
1389
|
-
"binding": {
|
|
1390
|
-
"name": "schemaStrategy.schemaType",
|
|
1391
|
-
"type": "zeebe:input"
|
|
1392
|
-
},
|
|
1393
|
-
"condition": {
|
|
1394
|
-
"property": "schemaStrategy.type",
|
|
1395
|
-
"equals": "schemaRegistry",
|
|
1396
|
-
"type": "simple"
|
|
1397
|
-
},
|
|
1398
|
-
"type": "Dropdown",
|
|
1399
|
-
"choices": [
|
|
1400
|
-
{
|
|
1401
|
-
"name": "JSON",
|
|
1402
|
-
"value": "json"
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "Avro",
|
|
1406
|
-
"value": "avro"
|
|
1407
|
-
}
|
|
1408
|
-
]
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"id": "schemaStrategy.schemaRegistryUrl",
|
|
1412
|
-
"label": "Schema registry URL",
|
|
1413
|
-
"description": "Provide the schema registry URL",
|
|
1414
|
-
"optional": false,
|
|
1415
|
-
"constraints": {
|
|
1416
|
-
"notEmpty": true
|
|
1417
|
-
},
|
|
1418
|
-
"feel": "optional",
|
|
1419
|
-
"group": "schema",
|
|
1439
|
+
"group": "kafka",
|
|
1420
1440
|
"binding": {
|
|
1421
|
-
"name": "
|
|
1441
|
+
"name": "additionalProperties",
|
|
1422
1442
|
"type": "zeebe:input"
|
|
1423
1443
|
},
|
|
1424
|
-
"condition": {
|
|
1425
|
-
"property": "schemaStrategy.type",
|
|
1426
|
-
"equals": "schemaRegistry",
|
|
1427
|
-
"type": "simple"
|
|
1428
|
-
},
|
|
1429
1444
|
"type": "String"
|
|
1430
1445
|
},
|
|
1431
1446
|
{
|
|
@@ -1433,6 +1448,9 @@
|
|
|
1433
1448
|
"label": "Key",
|
|
1434
1449
|
"description": "Provide message key",
|
|
1435
1450
|
"optional": false,
|
|
1451
|
+
"constraints": {
|
|
1452
|
+
"notEmpty": true
|
|
1453
|
+
},
|
|
1436
1454
|
"feel": "optional",
|
|
1437
1455
|
"group": "message",
|
|
1438
1456
|
"binding": {
|
|
@@ -1458,41 +1476,25 @@
|
|
|
1458
1476
|
"type": "String"
|
|
1459
1477
|
},
|
|
1460
1478
|
{
|
|
1461
|
-
"id": "
|
|
1462
|
-
"label": "
|
|
1463
|
-
"description": "
|
|
1464
|
-
"optional":
|
|
1479
|
+
"id": "avro.schema",
|
|
1480
|
+
"label": "Avro schema",
|
|
1481
|
+
"description": "Avro schema for the message value",
|
|
1482
|
+
"optional": false,
|
|
1483
|
+
"constraints": {
|
|
1484
|
+
"notEmpty": true
|
|
1485
|
+
},
|
|
1465
1486
|
"feel": "required",
|
|
1466
1487
|
"group": "message",
|
|
1467
1488
|
"binding": {
|
|
1468
|
-
"name": "
|
|
1489
|
+
"name": "avro.schema",
|
|
1469
1490
|
"type": "zeebe:input"
|
|
1470
1491
|
},
|
|
1471
|
-
"
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
"label": "Version",
|
|
1476
|
-
"description": "Version of the element template",
|
|
1477
|
-
"value": "6",
|
|
1478
|
-
"group": "connector",
|
|
1479
|
-
"binding": {
|
|
1480
|
-
"key": "elementTemplateVersion",
|
|
1481
|
-
"type": "zeebe:taskHeader"
|
|
1482
|
-
},
|
|
1483
|
-
"type": "Hidden"
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
"id": "id",
|
|
1487
|
-
"label": "ID",
|
|
1488
|
-
"description": "ID of the element template",
|
|
1489
|
-
"value": "io.camunda.connectors.KAFKA.v1",
|
|
1490
|
-
"group": "connector",
|
|
1491
|
-
"binding": {
|
|
1492
|
-
"key": "elementTemplateId",
|
|
1493
|
-
"type": "zeebe:taskHeader"
|
|
1492
|
+
"condition": {
|
|
1493
|
+
"property": "serializationType",
|
|
1494
|
+
"equals": "avro",
|
|
1495
|
+
"type": "simple"
|
|
1494
1496
|
},
|
|
1495
|
-
"type": "
|
|
1497
|
+
"type": "Text"
|
|
1496
1498
|
},
|
|
1497
1499
|
{
|
|
1498
1500
|
"id": "resultVariable",
|
|
@@ -1547,6 +1549,7 @@
|
|
|
1547
1549
|
"label": "Retry backoff",
|
|
1548
1550
|
"description": "ISO-8601 duration to wait between retries",
|
|
1549
1551
|
"value": "PT0S",
|
|
1552
|
+
"feel": "optional",
|
|
1550
1553
|
"group": "retries",
|
|
1551
1554
|
"binding": {
|
|
1552
1555
|
"key": "retryBackoff",
|
|
@@ -1557,6 +1560,9 @@
|
|
|
1557
1560
|
],
|
|
1558
1561
|
"icon": {
|
|
1559
1562
|
"contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
|
|
1563
|
+
},
|
|
1564
|
+
"engines": {
|
|
1565
|
+
"camunda": "^8.5"
|
|
1560
1566
|
}
|
|
1561
1567
|
}
|
|
1562
1568
|
]
|