@camunda/connectors-element-templates 1.0.5 → 1.0.6

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.
Files changed (84) hide show
  1. package/package.json +1 -1
  2. package/src/connectors.js +2 -0
  3. package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +170 -13
  4. package/src/element-templates/agenticai-aiagent-outbound-connector.json +1596 -389
  5. package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
  6. package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
  7. package/src/element-templates/asana-connector.json +104 -104
  8. package/src/element-templates/automation-anywhere-outbound-connector.json +1207 -1201
  9. package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
  10. package/src/element-templates/aws-dynamodb-outbound-connector.json +1404 -1404
  11. package/src/element-templates/aws-eventbridge-connector-boundary.json +28 -28
  12. package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
  13. package/src/element-templates/aws-eventbridge-connector-start-event.json +13 -10
  14. package/src/element-templates/aws-eventbridge-outbound-connector.json +474 -474
  15. package/src/element-templates/aws-lambda-outbound-connector.json +51 -51
  16. package/src/element-templates/aws-s3-outbound-connector.json +30 -30
  17. package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
  18. package/src/element-templates/aws-sns-inbound-boundary.json +283 -283
  19. package/src/element-templates/aws-sns-inbound-intermediate.json +467 -467
  20. package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
  21. package/src/element-templates/aws-sns-inbound-start-event.json +132 -132
  22. package/src/element-templates/aws-sns-outbound-connector.json +719 -719
  23. package/src/element-templates/aws-sqs-boundary-connector.json +420 -420
  24. package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +958 -958
  25. package/src/element-templates/aws-sqs-outbound-connector.json +421 -421
  26. package/src/element-templates/aws-sqs-start-event-connector.json +388 -388
  27. package/src/element-templates/aws-sqs-start-message.json +463 -463
  28. package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
  29. package/src/element-templates/azure-open-ai-connector.json +32 -32
  30. package/src/element-templates/blue-prism-connector.json +57 -57
  31. package/src/element-templates/box-outbound-connector.json +30 -30
  32. package/src/element-templates/csv-outbound-connector.json +392 -0
  33. package/src/element-templates/easy-post-connector.json +269 -269
  34. package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
  35. package/src/element-templates/email-outbound-connector.json +231 -231
  36. package/src/element-templates/embeddings-vector-database-outbound-connector.json +3473 -150
  37. package/src/element-templates/github-connector.json +2930 -2930
  38. package/src/element-templates/github-webhook-connector-boundary.json +21 -21
  39. package/src/element-templates/github-webhook-connector-intermediate.json +35 -35
  40. package/src/element-templates/github-webhook-connector-message-start.json +21 -21
  41. package/src/element-templates/github-webhook-connector-start-event.json +35 -32
  42. package/src/element-templates/gitlab-connector.json +1561 -1561
  43. package/src/element-templates/google-drive-outbound-connector.json +363 -363
  44. package/src/element-templates/google-gemini-outbound-connector.json +32 -32
  45. package/src/element-templates/google-maps-platform-connector.json +76 -76
  46. package/src/element-templates/google-sheets-outbound-connector.json +1177 -1177
  47. package/src/element-templates/graphql-outbound-connector.json +1182 -1182
  48. package/src/element-templates/http-json-connector.json +2332 -2332
  49. package/src/element-templates/http-polling-boundary-catch-event-connector.json +261 -558
  50. package/src/element-templates/http-polling-connector.json +259 -556
  51. package/src/element-templates/hugging-face-connector.json +34 -34
  52. package/src/element-templates/jdbc-outbound-connector.json +404 -2
  53. package/src/element-templates/kafka-inbound-connector-boundary.json +624 -624
  54. package/src/element-templates/kafka-inbound-connector-intermediate.json +1018 -1018
  55. package/src/element-templates/kafka-inbound-connector-start-message.json +532 -532
  56. package/src/element-templates/kafka-inbound-connector.json +240 -237
  57. package/src/element-templates/kafka-outbound-connector.json +588 -588
  58. package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
  59. package/src/element-templates/microsoft-teams-outbound-connector.json +3730 -3730
  60. package/src/element-templates/openai-connector.json +117 -117
  61. package/src/element-templates/operate-connector.json +68 -68
  62. package/src/element-templates/power-automate-connector.json +12 -12
  63. package/src/element-templates/rabbitmq-inbound-connector-boundary.json +437 -437
  64. package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +581 -581
  65. package/src/element-templates/rabbitmq-inbound-connector-message-start.json +451 -451
  66. package/src/element-templates/rabbitmq-inbound-connector-start-event.json +354 -354
  67. package/src/element-templates/rabbitmq-outbound-connector.json +666 -666
  68. package/src/element-templates/salesforce-connector.json +40 -40
  69. package/src/element-templates/sendgrid-outbound-connector.json +487 -487
  70. package/src/element-templates/slack-inbound-boundary.json +301 -301
  71. package/src/element-templates/slack-inbound-intermediate.json +307 -307
  72. package/src/element-templates/slack-inbound-message-start.json +350 -350
  73. package/src/element-templates/slack-inbound-start-event.json +213 -210
  74. package/src/element-templates/slack-outbound-connector.json +739 -739
  75. package/src/element-templates/twilio-connector.json +88 -88
  76. package/src/element-templates/twilio-webhook-connector.json +13 -10
  77. package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
  78. package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
  79. package/src/element-templates/uipath-connector.json +49 -49
  80. package/src/element-templates/webhook-connector-boundary.json +1644 -1644
  81. package/src/element-templates/webhook-connector-intermediate.json +972 -972
  82. package/src/element-templates/webhook-connector-start-event.json +556 -553
  83. package/src/element-templates/webhook-connector-start-message.json +33 -33
  84. package/src/element-templates/whatsapp-connector.json +6 -6
@@ -3,9 +3,12 @@
3
3
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
4
4
  "name": "Kafka Intermediate Catch Event Connector",
5
5
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
6
- "version": 2,
7
6
  "description": "Consume Kafka messages",
7
+ "metadata": {
8
+ "keywords": []
9
+ },
8
10
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
11
+ "version": 7,
9
12
  "category": {
10
13
  "id": "connectors",
11
14
  "name": "Connectors"
@@ -15,6 +18,9 @@
15
18
  "value": "bpmn:IntermediateCatchEvent",
16
19
  "eventDefinition": "bpmn:MessageEventDefinition"
17
20
  },
21
+ "engines": {
22
+ "camunda": "^8.3"
23
+ },
18
24
  "groups": [
19
25
  {
20
26
  "id": "authentication",
@@ -24,41 +30,53 @@
24
30
  "id": "kafka",
25
31
  "label": "Kafka"
26
32
  },
33
+ {
34
+ "id": "schema",
35
+ "label": "Schema"
36
+ },
27
37
  {
28
38
  "id": "activation",
29
39
  "label": "Activation"
30
40
  },
31
41
  {
32
- "id": "variable-mapping",
33
- "label": "Variable mapping"
42
+ "id": "correlation",
43
+ "label": "Correlation",
44
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
45
+ },
46
+ {
47
+ "id": "deduplication",
48
+ "label": "Deduplication",
49
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
50
+ },
51
+ {
52
+ "id": "output",
53
+ "label": "Output mapping"
34
54
  }
35
55
  ],
36
56
  "properties": [
37
57
  {
38
- "type": "Hidden",
39
58
  "value": "io.camunda:connector-kafka-inbound:1",
40
59
  "binding": {
41
- "type": "zeebe:property",
42
- "name": "inbound.type"
43
- }
44
- },
45
- {
46
- "type": "Hidden",
47
- "generatedValue": {
48
- "type": "uuid"
60
+ "name": "inbound.type",
61
+ "type": "zeebe:property"
49
62
  },
50
- "binding": {
51
- "type": "bpmn:Message#property",
52
- "name": "name"
53
- }
63
+ "type": "Hidden"
54
64
  },
55
65
  {
66
+ "id": "authenticationType",
56
67
  "label": "Authentication type",
57
68
  "description": "Username/password or custom",
58
- "id": "authenticationType",
69
+ "optional": false,
70
+ "value": "credentials",
71
+ "constraints": {
72
+ "notEmpty": true
73
+ },
59
74
  "group": "authentication",
75
+ "binding": {
76
+ "name": "authenticationType",
77
+ "type": "zeebe:property"
78
+ },
60
79
  "type": "Dropdown",
61
- "value": "credentials",
62
80
  "choices": [
63
81
  {
64
82
  "name": "Credentials",
@@ -68,120 +86,120 @@
68
86
  "name": "Custom",
69
87
  "value": "custom"
70
88
  }
71
- ],
72
- "binding": {
73
- "type": "zeebe:property",
74
- "name": "authenticationType"
75
- }
89
+ ]
76
90
  },
77
91
  {
92
+ "id": "authentication.username",
78
93
  "label": "Username",
79
94
  "description": "Provide the username (must have permissions to produce message to the topic)",
80
- "group": "authentication",
81
- "type": "String",
82
- "feel": "optional",
83
95
  "optional": true,
96
+ "group": "authentication",
84
97
  "binding": {
85
- "type": "zeebe:property",
86
- "name": "authentication.username"
98
+ "name": "authentication.username",
99
+ "type": "zeebe:property"
87
100
  },
88
- "condition": {
89
- "property": "authenticationType",
90
- "equals": "credentials"
91
- }
101
+ "type": "String"
92
102
  },
93
103
  {
104
+ "id": "authentication.password",
94
105
  "label": "Password",
95
106
  "description": "Provide a password for the user",
96
- "group": "authentication",
97
- "type": "String",
98
- "feel": "optional",
99
107
  "optional": true,
108
+ "group": "authentication",
100
109
  "binding": {
101
- "type": "zeebe:property",
102
- "name": "authentication.password"
110
+ "name": "authentication.password",
111
+ "type": "zeebe:property"
103
112
  },
104
- "condition": {
105
- "property": "authenticationType",
106
- "equals": "credentials"
107
- }
113
+ "type": "String"
108
114
  },
109
115
  {
116
+ "id": "topic.bootstrapServers",
110
117
  "label": "Bootstrap servers",
111
118
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
119
+ "optional": false,
120
+ "constraints": {
121
+ "notEmpty": true
122
+ },
112
123
  "group": "kafka",
113
- "type": "String",
114
- "feel": "optional",
115
124
  "binding": {
116
- "type": "zeebe:property",
117
- "name": "topic.bootstrapServers"
125
+ "name": "topic.bootstrapServers",
126
+ "type": "zeebe:property"
118
127
  },
119
- "constraints": {
120
- "notEmpty": true
121
- }
128
+ "type": "String"
122
129
  },
123
130
  {
131
+ "id": "topic.topicName",
124
132
  "label": "Topic",
125
- "description": "Provide the topic name",
133
+ "description": "Provide topic name",
134
+ "optional": false,
135
+ "constraints": {
136
+ "notEmpty": true
137
+ },
126
138
  "group": "kafka",
127
- "type": "String",
128
- "feel": "optional",
129
139
  "binding": {
130
- "type": "zeebe:property",
131
- "name": "topic.topicName"
140
+ "name": "topic.topicName",
141
+ "type": "zeebe:property"
132
142
  },
133
- "constraints": {
134
- "notEmpty": true
135
- }
143
+ "type": "String"
136
144
  },
137
145
  {
138
- "label": "Consumer Group ID",
146
+ "id": "groupId",
147
+ "label": "Consumer group ID",
139
148
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
149
+ "optional": false,
140
150
  "group": "kafka",
141
- "type": "String",
142
- "feel": "optional",
143
- "optional": true,
144
151
  "binding": {
145
- "type": "zeebe:property",
146
- "name": "groupId"
152
+ "name": "groupId",
153
+ "type": "zeebe:property"
147
154
  },
148
- "constraints": {
149
- "notEmpty": false,
150
- "maxLength": 250
151
- }
155
+ "type": "String"
152
156
  },
153
157
  {
158
+ "id": "additionalProperties",
154
159
  "label": "Additional properties",
155
160
  "description": "Provide additional Kafka consumer properties in JSON",
156
- "group": "kafka",
157
- "type": "String",
158
161
  "optional": true,
159
162
  "feel": "required",
163
+ "group": "kafka",
160
164
  "binding": {
161
- "type": "zeebe:property",
162
- "name": "additionalProperties"
163
- }
165
+ "name": "additionalProperties",
166
+ "type": "zeebe:property"
167
+ },
168
+ "type": "String"
164
169
  },
165
170
  {
171
+ "id": "offsets",
166
172
  "label": "Offsets",
167
173
  "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",
168
- "group": "kafka",
169
- "type": "String",
170
- "feel": "optional",
171
174
  "optional": true,
175
+ "feel": "optional",
176
+ "group": "kafka",
172
177
  "binding": {
173
- "type": "zeebe:property",
174
- "name": "offsets"
175
- }
178
+ "name": "offsets",
179
+ "type": "zeebe:property"
180
+ },
181
+ "type": "String"
176
182
  },
177
183
  {
184
+ "id": "autoOffsetReset",
178
185
  "label": "Auto offset reset",
179
186
  "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",
180
- "id": "autoOffsetReset",
187
+ "optional": false,
188
+ "value": "latest",
189
+ "constraints": {
190
+ "notEmpty": true
191
+ },
181
192
  "group": "kafka",
193
+ "binding": {
194
+ "name": "autoOffsetReset",
195
+ "type": "zeebe:property"
196
+ },
182
197
  "type": "Dropdown",
183
- "value": "latest",
184
198
  "choices": [
199
+ {
200
+ "name": "None",
201
+ "value": "none"
202
+ },
185
203
  {
186
204
  "name": "Latest",
187
205
  "value": "latest"
@@ -189,494 +207,211 @@
189
207
  {
190
208
  "name": "Earliest",
191
209
  "value": "earliest"
192
- },
193
- {
194
- "name": "None",
195
- "value": "none"
196
210
  }
197
- ],
198
- "binding": {
199
- "type": "zeebe:property",
200
- "name": "autoOffsetReset"
201
- }
211
+ ]
202
212
  },
203
213
  {
204
- "label": "Correlation key (process)",
205
- "type": "String",
206
- "group": "activation",
207
- "feel": "required",
208
- "description": "Sets up the correlation key from process variables",
214
+ "id": "schemaStrategy.type",
215
+ "label": "Schema strategy",
216
+ "value": "noSchema",
217
+ "group": "schema",
209
218
  "binding": {
210
- "type": "bpmn:Message#zeebe:subscription#property",
211
- "name": "correlationKey"
219
+ "name": "schemaStrategy.type",
220
+ "type": "zeebe:property"
212
221
  },
213
- "constraints": {
214
- "notEmpty": true
215
- }
222
+ "type": "Dropdown",
223
+ "choices": [
224
+ {
225
+ "name": "No schema",
226
+ "value": "noSchema"
227
+ },
228
+ {
229
+ "name": "Avro Inline schema",
230
+ "value": "inlineSchema"
231
+ },
232
+ {
233
+ "name": "Confluent Schema registry",
234
+ "value": "schemaRegistry"
235
+ }
236
+ ]
216
237
  },
217
238
  {
218
- "label": "Correlation key (payload)",
219
- "type": "String",
220
- "group": "activation",
221
- "feel": "required",
222
- "binding": {
223
- "type": "zeebe:property",
224
- "name": "correlationKeyExpression"
225
- },
226
- "description": "Extracts the correlation key from the incoming message payload",
239
+ "id": "schemaStrategy.avro.schema",
240
+ "label": "Schema",
241
+ "description": "Avro inline schema for the message value",
242
+ "optional": false,
227
243
  "constraints": {
228
244
  "notEmpty": true
229
- }
230
- },
231
- {
232
- "label": "Activation condition",
233
- "type": "String",
234
- "group": "activation",
245
+ },
235
246
  "feel": "required",
236
- "optional": true,
247
+ "group": "schema",
237
248
  "binding": {
238
- "type": "zeebe:property",
239
- "name": "activationCondition"
249
+ "name": "schemaStrategy.schema",
250
+ "type": "zeebe:property"
240
251
  },
241
- "description": "Condition under which the Connector triggers. Leave empty to catch all events"
252
+ "condition": {
253
+ "property": "schemaStrategy.type",
254
+ "equals": "inlineSchema",
255
+ "type": "simple"
256
+ },
257
+ "type": "Text"
242
258
  },
243
259
  {
244
- "label": "Result variable",
245
- "type": "String",
246
- "group": "variable-mapping",
247
- "optional": true,
248
- "binding": {
249
- "type": "zeebe:property",
250
- "name": "resultVariable"
251
- },
252
- "description": "Name of variable to store the result of the connector in"
253
- },
254
- {
255
- "label": "Result expression",
256
- "description": "Expression to map the inbound payload to process variables",
257
- "group": "variable-mapping",
258
- "type": "Text",
259
- "feel": "required",
260
- "binding": {
261
- "type": "zeebe:property",
262
- "name": "resultExpression"
263
- }
264
- }
265
- ],
266
- "icon": {
267
- "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"
268
- },
269
- "engines": {
270
- "camunda": "^8.2"
271
- }
272
- },
273
- {
274
- "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
275
- "name": "Kafka Intermediate Catch Event Connector",
276
- "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
277
- "description": "Consume Kafka messages",
278
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
279
- "version": 6,
280
- "category": {
281
- "id": "connectors",
282
- "name": "Connectors"
283
- },
284
- "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
285
- "elementType": {
286
- "value": "bpmn:IntermediateCatchEvent",
287
- "eventDefinition": "bpmn:MessageEventDefinition"
288
- },
289
- "groups": [
290
- {
291
- "id": "authentication",
292
- "label": "Authentication"
293
- },
294
- {
295
- "id": "kafka",
296
- "label": "Kafka"
297
- },
298
- {
299
- "id": "message",
300
- "label": "Message deserialization"
301
- },
302
- {
303
- "id": "activation",
304
- "label": "Activation"
305
- },
306
- {
307
- "id": "correlation",
308
- "label": "Correlation",
309
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
310
- },
311
- {
312
- "id": "deduplication",
313
- "label": "Deduplication",
314
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
315
- },
316
- {
317
- "id": "output",
318
- "label": "Output mapping"
319
- }
320
- ],
321
- "properties": [
322
- {
323
- "value": "io.camunda:connector-kafka-inbound:1",
324
- "binding": {
325
- "name": "inbound.type",
326
- "type": "zeebe:property"
327
- },
328
- "type": "Hidden"
329
- },
330
- {
331
- "id": "authenticationType",
332
- "label": "Authentication type",
333
- "description": "Username/password or custom",
260
+ "id": "schemaStrategy.schemaType",
261
+ "label": "Schema type",
262
+ "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>",
334
263
  "optional": false,
335
- "value": "credentials",
336
- "constraints": {
337
- "notEmpty": true
338
- },
339
- "group": "authentication",
264
+ "value": "avro",
265
+ "group": "schema",
340
266
  "binding": {
341
- "name": "authenticationType",
267
+ "name": "schemaStrategy.schemaType",
342
268
  "type": "zeebe:property"
343
269
  },
270
+ "condition": {
271
+ "property": "schemaStrategy.type",
272
+ "equals": "schemaRegistry",
273
+ "type": "simple"
274
+ },
344
275
  "type": "Dropdown",
345
276
  "choices": [
346
277
  {
347
- "name": "Credentials",
348
- "value": "credentials"
278
+ "name": "JSON",
279
+ "value": "json"
349
280
  },
350
281
  {
351
- "name": "Custom",
352
- "value": "custom"
282
+ "name": "Avro",
283
+ "value": "avro"
353
284
  }
354
285
  ]
355
286
  },
356
287
  {
357
- "id": "authentication.username",
358
- "label": "Username",
359
- "description": "Provide the username (must have permissions to produce message to the topic)",
360
- "optional": true,
361
- "group": "authentication",
288
+ "id": "schemaStrategy.schemaRegistryUrl",
289
+ "label": "Schema registry URL",
290
+ "description": "Provide the schema registry URL",
291
+ "optional": false,
292
+ "constraints": {
293
+ "notEmpty": true
294
+ },
295
+ "group": "schema",
362
296
  "binding": {
363
- "name": "authentication.username",
297
+ "name": "schemaStrategy.schemaRegistryUrl",
364
298
  "type": "zeebe:property"
365
299
  },
300
+ "condition": {
301
+ "property": "schemaStrategy.type",
302
+ "equals": "schemaRegistry",
303
+ "type": "simple"
304
+ },
366
305
  "type": "String"
367
306
  },
368
307
  {
369
- "id": "authentication.password",
370
- "label": "Password",
371
- "description": "Provide a password for the user",
308
+ "id": "activationCondition",
309
+ "label": "Activation condition",
310
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
372
311
  "optional": true,
373
- "group": "authentication",
312
+ "feel": "required",
313
+ "group": "activation",
374
314
  "binding": {
375
- "name": "authentication.password",
315
+ "name": "activationCondition",
376
316
  "type": "zeebe:property"
377
317
  },
378
318
  "type": "String"
379
319
  },
380
320
  {
381
- "id": "topic.bootstrapServers",
382
- "label": "Bootstrap servers",
383
- "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
384
- "optional": false,
385
- "constraints": {
386
- "notEmpty": true
387
- },
388
- "group": "kafka",
321
+ "id": "consumeUnmatchedEvents",
322
+ "label": "Consume unmatched events",
323
+ "value": true,
324
+ "group": "activation",
389
325
  "binding": {
390
- "name": "topic.bootstrapServers",
326
+ "name": "consumeUnmatchedEvents",
391
327
  "type": "zeebe:property"
392
328
  },
393
- "type": "String"
329
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
330
+ "type": "Boolean"
394
331
  },
395
332
  {
396
- "id": "topic.topicName",
397
- "label": "Topic",
398
- "description": "Provide topic name",
399
- "optional": false,
333
+ "id": "correlationKeyProcess",
334
+ "label": "Correlation key (process)",
335
+ "description": "Sets up the correlation key from process variables",
400
336
  "constraints": {
401
337
  "notEmpty": true
402
338
  },
403
- "group": "kafka",
339
+ "feel": "required",
340
+ "group": "correlation",
404
341
  "binding": {
405
- "name": "topic.topicName",
406
- "type": "zeebe:property"
342
+ "name": "correlationKey",
343
+ "type": "bpmn:Message#zeebe:subscription#property"
407
344
  },
408
345
  "type": "String"
409
346
  },
410
347
  {
411
- "id": "groupId",
412
- "label": "Consumer group ID",
413
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
414
- "optional": false,
415
- "group": "kafka",
348
+ "id": "correlationKeyPayload",
349
+ "label": "Correlation key (payload)",
350
+ "description": "Extracts the correlation key from the incoming message payload",
351
+ "constraints": {
352
+ "notEmpty": true
353
+ },
354
+ "feel": "required",
355
+ "group": "correlation",
416
356
  "binding": {
417
- "name": "groupId",
357
+ "name": "correlationKeyExpression",
418
358
  "type": "zeebe:property"
419
359
  },
420
360
  "type": "String"
421
361
  },
422
362
  {
423
- "id": "additionalProperties",
424
- "label": "Additional properties",
425
- "description": "Provide additional Kafka consumer properties in JSON",
363
+ "id": "messageIdExpression",
364
+ "label": "Message ID expression",
365
+ "description": "Expression to extract unique identifier of a message",
426
366
  "optional": true,
427
367
  "feel": "required",
428
- "group": "kafka",
368
+ "group": "correlation",
429
369
  "binding": {
430
- "name": "additionalProperties",
370
+ "name": "messageIdExpression",
431
371
  "type": "zeebe:property"
432
372
  },
433
373
  "type": "String"
434
374
  },
435
375
  {
436
- "id": "offsets",
437
- "label": "Offsets",
438
- "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",
376
+ "id": "messageTtl",
377
+ "label": "Message TTL",
378
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
439
379
  "optional": true,
380
+ "constraints": {
381
+ "notEmpty": false,
382
+ "pattern": {
383
+ "value": "^(PT.*|)$",
384
+ "message": "must be an ISO-8601 duration"
385
+ }
386
+ },
440
387
  "feel": "optional",
441
- "group": "kafka",
388
+ "group": "correlation",
442
389
  "binding": {
443
- "name": "offsets",
390
+ "name": "messageTtl",
444
391
  "type": "zeebe:property"
445
392
  },
446
393
  "type": "String"
447
394
  },
448
395
  {
449
- "id": "autoOffsetReset",
450
- "label": "Auto offset reset",
451
- "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",
452
- "optional": false,
453
- "value": "latest",
454
- "constraints": {
455
- "notEmpty": true
396
+ "id": "messageNameUuid",
397
+ "generatedValue": {
398
+ "type": "uuid"
456
399
  },
457
- "group": "kafka",
400
+ "group": "correlation",
458
401
  "binding": {
459
- "name": "autoOffsetReset",
460
- "type": "zeebe:property"
402
+ "name": "name",
403
+ "type": "bpmn:Message#property"
461
404
  },
462
- "type": "Dropdown",
463
- "choices": [
464
- {
465
- "name": "None",
466
- "value": "none"
467
- },
468
- {
469
- "name": "Latest",
470
- "value": "latest"
471
- },
472
- {
473
- "name": "Earliest",
474
- "value": "earliest"
475
- }
476
- ]
405
+ "type": "Hidden"
477
406
  },
478
407
  {
479
- "id": "schemaStrategy.type",
480
- "label": "Schema strategy",
481
- "value": "noSchema",
482
- "group": "kafka",
408
+ "id": "deduplicationModeManualFlag",
409
+ "label": "Manual mode",
410
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
411
+ "value": false,
412
+ "group": "deduplication",
483
413
  "binding": {
484
- "name": "schemaStrategy.type",
485
- "type": "zeebe:property"
486
- },
487
- "type": "Dropdown",
488
- "choices": [
489
- {
490
- "name": "No schema",
491
- "value": "noSchema"
492
- },
493
- {
494
- "name": "Inline schema",
495
- "value": "inlineSchema"
496
- },
497
- {
498
- "name": "Schema registry",
499
- "value": "schemaRegistry"
500
- }
501
- ]
502
- },
503
- {
504
- "id": "schemaStrategy.schemaType",
505
- "label": "Schema type",
506
- "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>",
507
- "optional": false,
508
- "value": "avro",
509
- "group": "kafka",
510
- "binding": {
511
- "name": "schemaStrategy.schemaType",
512
- "type": "zeebe:property"
513
- },
514
- "condition": {
515
- "property": "schemaStrategy.type",
516
- "equals": "schemaRegistry",
517
- "type": "simple"
518
- },
519
- "type": "Dropdown",
520
- "choices": [
521
- {
522
- "name": "JSON",
523
- "value": "json"
524
- },
525
- {
526
- "name": "Avro (alpha)",
527
- "value": "avro"
528
- }
529
- ]
530
- },
531
- {
532
- "id": "schemaStrategy.schemaRegistryUrl",
533
- "label": "Schema registry URL",
534
- "description": "Provide the schema registry URL",
535
- "optional": false,
536
- "constraints": {
537
- "notEmpty": true
538
- },
539
- "group": "kafka",
540
- "binding": {
541
- "name": "schemaStrategy.schemaRegistryUrl",
542
- "type": "zeebe:property"
543
- },
544
- "condition": {
545
- "property": "schemaStrategy.type",
546
- "equals": "schemaRegistry",
547
- "type": "simple"
548
- },
549
- "type": "String"
550
- },
551
- {
552
- "id": "schemaStrategy.avro.schema",
553
- "label": "Schema",
554
- "description": "Inline schema (Avro) for the message value",
555
- "optional": false,
556
- "constraints": {
557
- "notEmpty": true
558
- },
559
- "feel": "required",
560
- "group": "message",
561
- "binding": {
562
- "name": "schemaStrategy.schema",
563
- "type": "zeebe:property"
564
- },
565
- "condition": {
566
- "property": "schemaStrategy.type",
567
- "equals": "inlineSchema",
568
- "type": "simple"
569
- },
570
- "type": "Text"
571
- },
572
- {
573
- "id": "activationCondition",
574
- "label": "Activation condition",
575
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
576
- "optional": true,
577
- "feel": "required",
578
- "group": "activation",
579
- "binding": {
580
- "name": "activationCondition",
581
- "type": "zeebe:property"
582
- },
583
- "type": "String"
584
- },
585
- {
586
- "id": "consumeUnmatchedEvents",
587
- "label": "Consume unmatched events",
588
- "value": true,
589
- "group": "activation",
590
- "binding": {
591
- "name": "consumeUnmatchedEvents",
592
- "type": "zeebe:property"
593
- },
594
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
595
- "type": "Boolean"
596
- },
597
- {
598
- "id": "correlationKeyProcess",
599
- "label": "Correlation key (process)",
600
- "description": "Sets up the correlation key from process variables",
601
- "constraints": {
602
- "notEmpty": true
603
- },
604
- "feel": "required",
605
- "group": "correlation",
606
- "binding": {
607
- "name": "correlationKey",
608
- "type": "bpmn:Message#zeebe:subscription#property"
609
- },
610
- "type": "String"
611
- },
612
- {
613
- "id": "correlationKeyPayload",
614
- "label": "Correlation key (payload)",
615
- "description": "Extracts the correlation key from the incoming message payload",
616
- "constraints": {
617
- "notEmpty": true
618
- },
619
- "feel": "required",
620
- "group": "correlation",
621
- "binding": {
622
- "name": "correlationKeyExpression",
623
- "type": "zeebe:property"
624
- },
625
- "type": "String"
626
- },
627
- {
628
- "id": "messageIdExpression",
629
- "label": "Message ID expression",
630
- "description": "Expression to extract unique identifier of a message",
631
- "optional": true,
632
- "feel": "required",
633
- "group": "correlation",
634
- "binding": {
635
- "name": "messageIdExpression",
636
- "type": "zeebe:property"
637
- },
638
- "type": "String"
639
- },
640
- {
641
- "id": "messageTtl",
642
- "label": "Message TTL",
643
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
644
- "optional": true,
645
- "constraints": {
646
- "notEmpty": false,
647
- "pattern": {
648
- "value": "^(PT.*|)$",
649
- "message": "must be an ISO-8601 duration"
650
- }
651
- },
652
- "feel": "optional",
653
- "group": "correlation",
654
- "binding": {
655
- "name": "messageTtl",
656
- "type": "zeebe:property"
657
- },
658
- "type": "String"
659
- },
660
- {
661
- "id": "messageNameUuid",
662
- "generatedValue": {
663
- "type": "uuid"
664
- },
665
- "group": "correlation",
666
- "binding": {
667
- "name": "name",
668
- "type": "bpmn:Message#property"
669
- },
670
- "type": "Hidden"
671
- },
672
- {
673
- "id": "deduplicationModeManualFlag",
674
- "label": "Manual mode",
675
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
676
- "value": false,
677
- "group": "deduplication",
678
- "binding": {
679
- "name": "deduplicationModeManualFlag",
414
+ "name": "deduplicationModeManualFlag",
680
415
  "type": "zeebe:property"
681
416
  },
682
417
  "type": "Boolean"
@@ -759,16 +494,13 @@
759
494
  ],
760
495
  "icon": {
761
496
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
762
- },
763
- "engines": {
764
- "camunda": "^8.6"
765
497
  }
766
498
  },
767
499
  {
768
500
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
769
501
  "name": "Kafka Intermediate Catch Event Connector",
770
502
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
771
- "version": 4,
503
+ "version": 2,
772
504
  "description": "Consume Kafka messages",
773
505
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
774
506
  "category": {
@@ -890,6 +622,7 @@
890
622
  "description": "Provide the topic name",
891
623
  "group": "kafka",
892
624
  "type": "String",
625
+ "feel": "optional",
893
626
  "binding": {
894
627
  "type": "zeebe:property",
895
628
  "name": "topic.topicName"
@@ -903,6 +636,7 @@
903
636
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
904
637
  "group": "kafka",
905
638
  "type": "String",
639
+ "feel": "optional",
906
640
  "optional": true,
907
641
  "binding": {
908
642
  "type": "zeebe:property",
@@ -991,18 +725,6 @@
991
725
  "notEmpty": true
992
726
  }
993
727
  },
994
- {
995
- "label": "Message ID expression",
996
- "feel": "required",
997
- "type": "String",
998
- "optional": true,
999
- "group": "activation",
1000
- "binding": {
1001
- "type": "zeebe:property",
1002
- "name": "messageIdExpression"
1003
- },
1004
- "description": "Expression to extract unique identifier of a message"
1005
- },
1006
728
  {
1007
729
  "label": "Activation condition",
1008
730
  "type": "String",
@@ -1042,16 +764,16 @@
1042
764
  "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"
1043
765
  },
1044
766
  "engines": {
1045
- "camunda": "^8.5"
767
+ "camunda": "^8.2"
1046
768
  }
1047
769
  },
1048
770
  {
1049
771
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1050
- "name": "Kafka Intermediate Catch Event Connector",
772
+ "name": "Kafka consumer connector",
1051
773
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
1052
- "version": 3,
1053
- "description": "Consume Kafka messages",
1054
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
774
+ "version": 1,
775
+ "description": "Consume Kafka message",
776
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
1055
777
  "category": {
1056
778
  "id": "connectors",
1057
779
  "name": "Connectors"
@@ -1180,22 +902,6 @@
1180
902
  "notEmpty": true
1181
903
  }
1182
904
  },
1183
- {
1184
- "label": "Consumer Group ID",
1185
- "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1186
- "group": "kafka",
1187
- "type": "String",
1188
- "feel": "optional",
1189
- "optional": true,
1190
- "binding": {
1191
- "type": "zeebe:property",
1192
- "name": "groupId"
1193
- },
1194
- "constraints": {
1195
- "notEmpty": false,
1196
- "maxLength": 250
1197
- }
1198
- },
1199
905
  {
1200
906
  "label": "Additional properties",
1201
907
  "description": "Provide additional Kafka consumer properties in JSON",
@@ -1210,7 +916,7 @@
1210
916
  },
1211
917
  {
1212
918
  "label": "Offsets",
1213
- "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",
919
+ "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",
1214
920
  "group": "kafka",
1215
921
  "type": "String",
1216
922
  "feel": "optional",
@@ -1274,18 +980,6 @@
1274
980
  "notEmpty": true
1275
981
  }
1276
982
  },
1277
- {
1278
- "label": "Message ID expression",
1279
- "feel": "required",
1280
- "type": "String",
1281
- "optional": true,
1282
- "group": "activation",
1283
- "binding": {
1284
- "type": "zeebe:property",
1285
- "name": "messageIdExpression"
1286
- },
1287
- "description": "Expression to extract unique identifier of a message"
1288
- },
1289
983
  {
1290
984
  "label": "Activation condition",
1291
985
  "type": "String",
@@ -1325,16 +1019,16 @@
1325
1019
  "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"
1326
1020
  },
1327
1021
  "engines": {
1328
- "camunda": "^8.4"
1022
+ "camunda": "^8.2"
1329
1023
  }
1330
1024
  },
1331
1025
  {
1332
1026
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1333
- "name": "Kafka consumer connector",
1027
+ "name": "Kafka Intermediate Catch Event Connector",
1334
1028
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
1335
- "version": 1,
1336
- "description": "Consume Kafka message",
1337
- "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka-inbound/",
1029
+ "version": 4,
1030
+ "description": "Consume Kafka messages",
1031
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1338
1032
  "category": {
1339
1033
  "id": "connectors",
1340
1034
  "name": "Connectors"
@@ -1447,149 +1141,669 @@
1447
1141
  },
1448
1142
  "constraints": {
1449
1143
  "notEmpty": true
1450
- }
1451
- },
1452
- {
1453
- "label": "Topic",
1454
- "description": "Provide the topic name",
1455
- "group": "kafka",
1456
- "type": "String",
1457
- "feel": "optional",
1144
+ }
1145
+ },
1146
+ {
1147
+ "label": "Topic",
1148
+ "description": "Provide the topic name",
1149
+ "group": "kafka",
1150
+ "type": "String",
1151
+ "binding": {
1152
+ "type": "zeebe:property",
1153
+ "name": "topic.topicName"
1154
+ },
1155
+ "constraints": {
1156
+ "notEmpty": true
1157
+ }
1158
+ },
1159
+ {
1160
+ "label": "Consumer Group ID",
1161
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1162
+ "group": "kafka",
1163
+ "type": "String",
1164
+ "optional": true,
1165
+ "binding": {
1166
+ "type": "zeebe:property",
1167
+ "name": "groupId"
1168
+ },
1169
+ "constraints": {
1170
+ "notEmpty": false,
1171
+ "maxLength": 250
1172
+ }
1173
+ },
1174
+ {
1175
+ "label": "Additional properties",
1176
+ "description": "Provide additional Kafka consumer properties in JSON",
1177
+ "group": "kafka",
1178
+ "type": "String",
1179
+ "optional": true,
1180
+ "feel": "required",
1181
+ "binding": {
1182
+ "type": "zeebe:property",
1183
+ "name": "additionalProperties"
1184
+ }
1185
+ },
1186
+ {
1187
+ "label": "Offsets",
1188
+ "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",
1189
+ "group": "kafka",
1190
+ "type": "String",
1191
+ "feel": "optional",
1192
+ "optional": true,
1193
+ "binding": {
1194
+ "type": "zeebe:property",
1195
+ "name": "offsets"
1196
+ }
1197
+ },
1198
+ {
1199
+ "label": "Auto offset reset",
1200
+ "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",
1201
+ "id": "autoOffsetReset",
1202
+ "group": "kafka",
1203
+ "type": "Dropdown",
1204
+ "value": "latest",
1205
+ "choices": [
1206
+ {
1207
+ "name": "Latest",
1208
+ "value": "latest"
1209
+ },
1210
+ {
1211
+ "name": "Earliest",
1212
+ "value": "earliest"
1213
+ },
1214
+ {
1215
+ "name": "None",
1216
+ "value": "none"
1217
+ }
1218
+ ],
1219
+ "binding": {
1220
+ "type": "zeebe:property",
1221
+ "name": "autoOffsetReset"
1222
+ }
1223
+ },
1224
+ {
1225
+ "label": "Correlation key (process)",
1226
+ "type": "String",
1227
+ "group": "activation",
1228
+ "feel": "required",
1229
+ "description": "Sets up the correlation key from process variables",
1230
+ "binding": {
1231
+ "type": "bpmn:Message#zeebe:subscription#property",
1232
+ "name": "correlationKey"
1233
+ },
1234
+ "constraints": {
1235
+ "notEmpty": true
1236
+ }
1237
+ },
1238
+ {
1239
+ "label": "Correlation key (payload)",
1240
+ "type": "String",
1241
+ "group": "activation",
1242
+ "feel": "required",
1243
+ "binding": {
1244
+ "type": "zeebe:property",
1245
+ "name": "correlationKeyExpression"
1246
+ },
1247
+ "description": "Extracts the correlation key from the incoming message payload",
1248
+ "constraints": {
1249
+ "notEmpty": true
1250
+ }
1251
+ },
1252
+ {
1253
+ "label": "Message ID expression",
1254
+ "feel": "required",
1255
+ "type": "String",
1256
+ "optional": true,
1257
+ "group": "activation",
1258
+ "binding": {
1259
+ "type": "zeebe:property",
1260
+ "name": "messageIdExpression"
1261
+ },
1262
+ "description": "Expression to extract unique identifier of a message"
1263
+ },
1264
+ {
1265
+ "label": "Activation condition",
1266
+ "type": "String",
1267
+ "group": "activation",
1268
+ "feel": "required",
1269
+ "optional": true,
1270
+ "binding": {
1271
+ "type": "zeebe:property",
1272
+ "name": "activationCondition"
1273
+ },
1274
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1275
+ },
1276
+ {
1277
+ "label": "Result variable",
1278
+ "type": "String",
1279
+ "group": "variable-mapping",
1280
+ "optional": true,
1281
+ "binding": {
1282
+ "type": "zeebe:property",
1283
+ "name": "resultVariable"
1284
+ },
1285
+ "description": "Name of variable to store the result of the connector in"
1286
+ },
1287
+ {
1288
+ "label": "Result expression",
1289
+ "description": "Expression to map the inbound payload to process variables",
1290
+ "group": "variable-mapping",
1291
+ "type": "Text",
1292
+ "feel": "required",
1293
+ "binding": {
1294
+ "type": "zeebe:property",
1295
+ "name": "resultExpression"
1296
+ }
1297
+ }
1298
+ ],
1299
+ "icon": {
1300
+ "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"
1301
+ },
1302
+ "engines": {
1303
+ "camunda": "^8.5"
1304
+ }
1305
+ },
1306
+ {
1307
+ "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1308
+ "name": "Kafka Intermediate Catch Event Connector",
1309
+ "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
1310
+ "description": "Consume Kafka messages",
1311
+ "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1312
+ "version": 6,
1313
+ "category": {
1314
+ "id": "connectors",
1315
+ "name": "Connectors"
1316
+ },
1317
+ "appliesTo": ["bpmn:IntermediateCatchEvent", "bpmn:IntermediateThrowEvent"],
1318
+ "elementType": {
1319
+ "value": "bpmn:IntermediateCatchEvent",
1320
+ "eventDefinition": "bpmn:MessageEventDefinition"
1321
+ },
1322
+ "groups": [
1323
+ {
1324
+ "id": "authentication",
1325
+ "label": "Authentication"
1326
+ },
1327
+ {
1328
+ "id": "kafka",
1329
+ "label": "Kafka"
1330
+ },
1331
+ {
1332
+ "id": "message",
1333
+ "label": "Message deserialization"
1334
+ },
1335
+ {
1336
+ "id": "activation",
1337
+ "label": "Activation"
1338
+ },
1339
+ {
1340
+ "id": "correlation",
1341
+ "label": "Correlation",
1342
+ "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1343
+ },
1344
+ {
1345
+ "id": "deduplication",
1346
+ "label": "Deduplication",
1347
+ "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1348
+ },
1349
+ {
1350
+ "id": "output",
1351
+ "label": "Output mapping"
1352
+ }
1353
+ ],
1354
+ "properties": [
1355
+ {
1356
+ "value": "io.camunda:connector-kafka-inbound:1",
1357
+ "binding": {
1358
+ "name": "inbound.type",
1359
+ "type": "zeebe:property"
1360
+ },
1361
+ "type": "Hidden"
1362
+ },
1363
+ {
1364
+ "id": "authenticationType",
1365
+ "label": "Authentication type",
1366
+ "description": "Username/password or custom",
1367
+ "optional": false,
1368
+ "value": "credentials",
1369
+ "constraints": {
1370
+ "notEmpty": true
1371
+ },
1372
+ "group": "authentication",
1373
+ "binding": {
1374
+ "name": "authenticationType",
1375
+ "type": "zeebe:property"
1376
+ },
1377
+ "type": "Dropdown",
1378
+ "choices": [
1379
+ {
1380
+ "name": "Credentials",
1381
+ "value": "credentials"
1382
+ },
1383
+ {
1384
+ "name": "Custom",
1385
+ "value": "custom"
1386
+ }
1387
+ ]
1388
+ },
1389
+ {
1390
+ "id": "authentication.username",
1391
+ "label": "Username",
1392
+ "description": "Provide the username (must have permissions to produce message to the topic)",
1393
+ "optional": true,
1394
+ "group": "authentication",
1395
+ "binding": {
1396
+ "name": "authentication.username",
1397
+ "type": "zeebe:property"
1398
+ },
1399
+ "type": "String"
1400
+ },
1401
+ {
1402
+ "id": "authentication.password",
1403
+ "label": "Password",
1404
+ "description": "Provide a password for the user",
1405
+ "optional": true,
1406
+ "group": "authentication",
1407
+ "binding": {
1408
+ "name": "authentication.password",
1409
+ "type": "zeebe:property"
1410
+ },
1411
+ "type": "String"
1412
+ },
1413
+ {
1414
+ "id": "topic.bootstrapServers",
1415
+ "label": "Bootstrap servers",
1416
+ "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1417
+ "optional": false,
1418
+ "constraints": {
1419
+ "notEmpty": true
1420
+ },
1421
+ "group": "kafka",
1422
+ "binding": {
1423
+ "name": "topic.bootstrapServers",
1424
+ "type": "zeebe:property"
1425
+ },
1426
+ "type": "String"
1427
+ },
1428
+ {
1429
+ "id": "topic.topicName",
1430
+ "label": "Topic",
1431
+ "description": "Provide topic name",
1432
+ "optional": false,
1433
+ "constraints": {
1434
+ "notEmpty": true
1435
+ },
1436
+ "group": "kafka",
1437
+ "binding": {
1438
+ "name": "topic.topicName",
1439
+ "type": "zeebe:property"
1440
+ },
1441
+ "type": "String"
1442
+ },
1443
+ {
1444
+ "id": "groupId",
1445
+ "label": "Consumer group ID",
1446
+ "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1447
+ "optional": false,
1448
+ "group": "kafka",
1449
+ "binding": {
1450
+ "name": "groupId",
1451
+ "type": "zeebe:property"
1452
+ },
1453
+ "type": "String"
1454
+ },
1455
+ {
1456
+ "id": "additionalProperties",
1457
+ "label": "Additional properties",
1458
+ "description": "Provide additional Kafka consumer properties in JSON",
1459
+ "optional": true,
1460
+ "feel": "required",
1461
+ "group": "kafka",
1462
+ "binding": {
1463
+ "name": "additionalProperties",
1464
+ "type": "zeebe:property"
1465
+ },
1466
+ "type": "String"
1467
+ },
1468
+ {
1469
+ "id": "offsets",
1470
+ "label": "Offsets",
1471
+ "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",
1472
+ "optional": true,
1473
+ "feel": "optional",
1474
+ "group": "kafka",
1475
+ "binding": {
1476
+ "name": "offsets",
1477
+ "type": "zeebe:property"
1478
+ },
1479
+ "type": "String"
1480
+ },
1481
+ {
1482
+ "id": "autoOffsetReset",
1483
+ "label": "Auto offset reset",
1484
+ "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",
1485
+ "optional": false,
1486
+ "value": "latest",
1487
+ "constraints": {
1488
+ "notEmpty": true
1489
+ },
1490
+ "group": "kafka",
1491
+ "binding": {
1492
+ "name": "autoOffsetReset",
1493
+ "type": "zeebe:property"
1494
+ },
1495
+ "type": "Dropdown",
1496
+ "choices": [
1497
+ {
1498
+ "name": "None",
1499
+ "value": "none"
1500
+ },
1501
+ {
1502
+ "name": "Latest",
1503
+ "value": "latest"
1504
+ },
1505
+ {
1506
+ "name": "Earliest",
1507
+ "value": "earliest"
1508
+ }
1509
+ ]
1510
+ },
1511
+ {
1512
+ "id": "schemaStrategy.type",
1513
+ "label": "Schema strategy",
1514
+ "value": "noSchema",
1515
+ "group": "kafka",
1516
+ "binding": {
1517
+ "name": "schemaStrategy.type",
1518
+ "type": "zeebe:property"
1519
+ },
1520
+ "type": "Dropdown",
1521
+ "choices": [
1522
+ {
1523
+ "name": "No schema",
1524
+ "value": "noSchema"
1525
+ },
1526
+ {
1527
+ "name": "Inline schema",
1528
+ "value": "inlineSchema"
1529
+ },
1530
+ {
1531
+ "name": "Schema registry",
1532
+ "value": "schemaRegistry"
1533
+ }
1534
+ ]
1535
+ },
1536
+ {
1537
+ "id": "schemaStrategy.schemaType",
1538
+ "label": "Schema type",
1539
+ "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>",
1540
+ "optional": false,
1541
+ "value": "avro",
1542
+ "group": "kafka",
1543
+ "binding": {
1544
+ "name": "schemaStrategy.schemaType",
1545
+ "type": "zeebe:property"
1546
+ },
1547
+ "condition": {
1548
+ "property": "schemaStrategy.type",
1549
+ "equals": "schemaRegistry",
1550
+ "type": "simple"
1551
+ },
1552
+ "type": "Dropdown",
1553
+ "choices": [
1554
+ {
1555
+ "name": "JSON",
1556
+ "value": "json"
1557
+ },
1558
+ {
1559
+ "name": "Avro (alpha)",
1560
+ "value": "avro"
1561
+ }
1562
+ ]
1563
+ },
1564
+ {
1565
+ "id": "schemaStrategy.schemaRegistryUrl",
1566
+ "label": "Schema registry URL",
1567
+ "description": "Provide the schema registry URL",
1568
+ "optional": false,
1569
+ "constraints": {
1570
+ "notEmpty": true
1571
+ },
1572
+ "group": "kafka",
1573
+ "binding": {
1574
+ "name": "schemaStrategy.schemaRegistryUrl",
1575
+ "type": "zeebe:property"
1576
+ },
1577
+ "condition": {
1578
+ "property": "schemaStrategy.type",
1579
+ "equals": "schemaRegistry",
1580
+ "type": "simple"
1581
+ },
1582
+ "type": "String"
1583
+ },
1584
+ {
1585
+ "id": "schemaStrategy.avro.schema",
1586
+ "label": "Schema",
1587
+ "description": "Inline schema (Avro) for the message value",
1588
+ "optional": false,
1589
+ "constraints": {
1590
+ "notEmpty": true
1591
+ },
1592
+ "feel": "required",
1593
+ "group": "message",
1594
+ "binding": {
1595
+ "name": "schemaStrategy.schema",
1596
+ "type": "zeebe:property"
1597
+ },
1598
+ "condition": {
1599
+ "property": "schemaStrategy.type",
1600
+ "equals": "inlineSchema",
1601
+ "type": "simple"
1602
+ },
1603
+ "type": "Text"
1604
+ },
1605
+ {
1606
+ "id": "activationCondition",
1607
+ "label": "Activation condition",
1608
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1609
+ "optional": true,
1610
+ "feel": "required",
1611
+ "group": "activation",
1612
+ "binding": {
1613
+ "name": "activationCondition",
1614
+ "type": "zeebe:property"
1615
+ },
1616
+ "type": "String"
1617
+ },
1618
+ {
1619
+ "id": "consumeUnmatchedEvents",
1620
+ "label": "Consume unmatched events",
1621
+ "value": true,
1622
+ "group": "activation",
1623
+ "binding": {
1624
+ "name": "consumeUnmatchedEvents",
1625
+ "type": "zeebe:property"
1626
+ },
1627
+ "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1628
+ "type": "Boolean"
1629
+ },
1630
+ {
1631
+ "id": "correlationKeyProcess",
1632
+ "label": "Correlation key (process)",
1633
+ "description": "Sets up the correlation key from process variables",
1634
+ "constraints": {
1635
+ "notEmpty": true
1636
+ },
1637
+ "feel": "required",
1638
+ "group": "correlation",
1458
1639
  "binding": {
1459
- "type": "zeebe:property",
1460
- "name": "topic.topicName"
1640
+ "name": "correlationKey",
1641
+ "type": "bpmn:Message#zeebe:subscription#property"
1461
1642
  },
1643
+ "type": "String"
1644
+ },
1645
+ {
1646
+ "id": "correlationKeyPayload",
1647
+ "label": "Correlation key (payload)",
1648
+ "description": "Extracts the correlation key from the incoming message payload",
1462
1649
  "constraints": {
1463
1650
  "notEmpty": true
1464
- }
1651
+ },
1652
+ "feel": "required",
1653
+ "group": "correlation",
1654
+ "binding": {
1655
+ "name": "correlationKeyExpression",
1656
+ "type": "zeebe:property"
1657
+ },
1658
+ "type": "String"
1465
1659
  },
1466
1660
  {
1467
- "label": "Additional properties",
1468
- "description": "Provide additional Kafka consumer properties in JSON",
1469
- "group": "kafka",
1470
- "type": "String",
1661
+ "id": "messageIdExpression",
1662
+ "label": "Message ID expression",
1663
+ "description": "Expression to extract unique identifier of a message",
1471
1664
  "optional": true,
1472
1665
  "feel": "required",
1666
+ "group": "correlation",
1473
1667
  "binding": {
1474
- "type": "zeebe:property",
1475
- "name": "additionalProperties"
1476
- }
1668
+ "name": "messageIdExpression",
1669
+ "type": "zeebe:property"
1670
+ },
1671
+ "type": "String"
1477
1672
  },
1478
1673
  {
1479
- "label": "Offsets",
1480
- "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",
1481
- "group": "kafka",
1482
- "type": "String",
1483
- "feel": "optional",
1674
+ "id": "messageTtl",
1675
+ "label": "Message TTL",
1676
+ "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1484
1677
  "optional": true,
1678
+ "constraints": {
1679
+ "notEmpty": false,
1680
+ "pattern": {
1681
+ "value": "^(PT.*|)$",
1682
+ "message": "must be an ISO-8601 duration"
1683
+ }
1684
+ },
1685
+ "feel": "optional",
1686
+ "group": "correlation",
1485
1687
  "binding": {
1486
- "type": "zeebe:property",
1487
- "name": "offsets"
1488
- }
1688
+ "name": "messageTtl",
1689
+ "type": "zeebe:property"
1690
+ },
1691
+ "type": "String"
1489
1692
  },
1490
1693
  {
1491
- "label": "Auto offset reset",
1492
- "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",
1493
- "id": "autoOffsetReset",
1494
- "group": "kafka",
1495
- "type": "Dropdown",
1496
- "value": "latest",
1497
- "choices": [
1498
- {
1499
- "name": "Latest",
1500
- "value": "latest"
1501
- },
1502
- {
1503
- "name": "Earliest",
1504
- "value": "earliest"
1505
- },
1506
- {
1507
- "name": "None",
1508
- "value": "none"
1509
- }
1510
- ],
1694
+ "id": "messageNameUuid",
1695
+ "generatedValue": {
1696
+ "type": "uuid"
1697
+ },
1698
+ "group": "correlation",
1511
1699
  "binding": {
1512
- "type": "zeebe:property",
1513
- "name": "autoOffsetReset"
1514
- }
1700
+ "name": "name",
1701
+ "type": "bpmn:Message#property"
1702
+ },
1703
+ "type": "Hidden"
1515
1704
  },
1516
1705
  {
1517
- "label": "Correlation key (process)",
1518
- "type": "String",
1519
- "group": "activation",
1520
- "feel": "required",
1521
- "description": "Sets up the correlation key from process variables",
1706
+ "id": "deduplicationModeManualFlag",
1707
+ "label": "Manual mode",
1708
+ "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1709
+ "value": false,
1710
+ "group": "deduplication",
1522
1711
  "binding": {
1523
- "type": "bpmn:Message#zeebe:subscription#property",
1524
- "name": "correlationKey"
1712
+ "name": "deduplicationModeManualFlag",
1713
+ "type": "zeebe:property"
1525
1714
  },
1715
+ "type": "Boolean"
1716
+ },
1717
+ {
1718
+ "id": "deduplicationId",
1719
+ "label": "Deduplication ID",
1526
1720
  "constraints": {
1527
- "notEmpty": true
1528
- }
1721
+ "notEmpty": true,
1722
+ "pattern": {
1723
+ "value": "^[a-zA-Z0-9_-]+$",
1724
+ "message": "can only contain alphanumeric characters, dashes, and underscores"
1725
+ }
1726
+ },
1727
+ "group": "deduplication",
1728
+ "binding": {
1729
+ "name": "deduplicationId",
1730
+ "type": "zeebe:property"
1731
+ },
1732
+ "condition": {
1733
+ "property": "deduplicationModeManualFlag",
1734
+ "equals": true,
1735
+ "type": "simple"
1736
+ },
1737
+ "type": "String"
1529
1738
  },
1530
1739
  {
1531
- "label": "Correlation key (payload)",
1532
- "type": "String",
1533
- "group": "activation",
1534
- "feel": "required",
1740
+ "id": "deduplicationModeManual",
1741
+ "value": "MANUAL",
1742
+ "group": "deduplication",
1535
1743
  "binding": {
1536
- "type": "zeebe:property",
1537
- "name": "correlationKeyExpression"
1744
+ "name": "deduplicationMode",
1745
+ "type": "zeebe:property"
1538
1746
  },
1539
- "description": "Extracts the correlation key from the incoming message payload",
1540
- "constraints": {
1541
- "notEmpty": true
1542
- }
1747
+ "condition": {
1748
+ "property": "deduplicationId",
1749
+ "isActive": true,
1750
+ "type": "simple"
1751
+ },
1752
+ "type": "Hidden"
1543
1753
  },
1544
1754
  {
1545
- "label": "Activation condition",
1546
- "type": "String",
1547
- "group": "activation",
1548
- "feel": "required",
1549
- "optional": true,
1755
+ "id": "deduplicationModeAuto",
1756
+ "value": "AUTO",
1757
+ "group": "deduplication",
1550
1758
  "binding": {
1551
- "type": "zeebe:property",
1552
- "name": "activationCondition"
1759
+ "name": "deduplicationMode",
1760
+ "type": "zeebe:property"
1553
1761
  },
1554
- "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1762
+ "condition": {
1763
+ "property": "deduplicationId",
1764
+ "isActive": false,
1765
+ "type": "simple"
1766
+ },
1767
+ "type": "Hidden"
1555
1768
  },
1556
1769
  {
1770
+ "id": "resultVariable",
1557
1771
  "label": "Result variable",
1558
- "type": "String",
1559
- "group": "variable-mapping",
1560
- "optional": true,
1772
+ "description": "Name of variable to store the response in",
1773
+ "group": "output",
1561
1774
  "binding": {
1562
- "type": "zeebe:property",
1563
- "name": "resultVariable"
1775
+ "name": "resultVariable",
1776
+ "type": "zeebe:property"
1564
1777
  },
1565
- "description": "Name of variable to store the result of the connector in"
1778
+ "type": "String"
1566
1779
  },
1567
1780
  {
1781
+ "id": "resultExpression",
1568
1782
  "label": "Result expression",
1569
- "description": "Expression to map the inbound payload to process variables",
1570
- "group": "variable-mapping",
1571
- "type": "Text",
1783
+ "description": "Expression to map the response into process variables",
1572
1784
  "feel": "required",
1785
+ "group": "output",
1573
1786
  "binding": {
1574
- "type": "zeebe:property",
1575
- "name": "resultExpression"
1576
- }
1787
+ "name": "resultExpression",
1788
+ "type": "zeebe:property"
1789
+ },
1790
+ "type": "Text"
1577
1791
  }
1578
1792
  ],
1579
1793
  "icon": {
1580
- "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"
1794
+ "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
1581
1795
  },
1582
1796
  "engines": {
1583
- "camunda": "^8.2"
1797
+ "camunda": "^8.6"
1584
1798
  }
1585
1799
  },
1586
1800
  {
1587
1801
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
1588
1802
  "name": "Kafka Intermediate Catch Event Connector",
1589
1803
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
1804
+ "version": 3,
1590
1805
  "description": "Consume Kafka messages",
1591
1806
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
1592
- "version": 5,
1593
1807
  "category": {
1594
1808
  "id": "connectors",
1595
1809
  "name": "Connectors"
@@ -1608,53 +1822,41 @@
1608
1822
  "id": "kafka",
1609
1823
  "label": "Kafka"
1610
1824
  },
1611
- {
1612
- "id": "message",
1613
- "label": "Message deserialization"
1614
- },
1615
1825
  {
1616
1826
  "id": "activation",
1617
1827
  "label": "Activation"
1618
1828
  },
1619
1829
  {
1620
- "id": "correlation",
1621
- "label": "Correlation",
1622
- "tooltip": "Learn more about message correlation in the <a href=\"https://docs.camunda.io/docs/components/concepts/messages/#message-correlation-overview\">documentation</a>."
1623
- },
1624
- {
1625
- "id": "deduplication",
1626
- "label": "Deduplication",
1627
- "tooltip": "Deduplication allows you to configure multiple inbound connector elements to reuse the same backend (consumer/thread/endpoint) by sharing the same deduplication ID."
1628
- },
1629
- {
1630
- "id": "output",
1631
- "label": "Output mapping"
1830
+ "id": "variable-mapping",
1831
+ "label": "Variable mapping"
1632
1832
  }
1633
1833
  ],
1634
1834
  "properties": [
1635
1835
  {
1836
+ "type": "Hidden",
1636
1837
  "value": "io.camunda:connector-kafka-inbound:1",
1637
1838
  "binding": {
1638
- "name": "inbound.type",
1639
- "type": "zeebe:property"
1839
+ "type": "zeebe:property",
1840
+ "name": "inbound.type"
1841
+ }
1842
+ },
1843
+ {
1844
+ "type": "Hidden",
1845
+ "generatedValue": {
1846
+ "type": "uuid"
1640
1847
  },
1641
- "type": "Hidden"
1848
+ "binding": {
1849
+ "type": "bpmn:Message#property",
1850
+ "name": "name"
1851
+ }
1642
1852
  },
1643
1853
  {
1644
- "id": "authenticationType",
1645
1854
  "label": "Authentication type",
1646
1855
  "description": "Username/password or custom",
1647
- "optional": false,
1648
- "value": "credentials",
1649
- "constraints": {
1650
- "notEmpty": true
1651
- },
1652
- "group": "authentication",
1653
- "binding": {
1654
- "name": "authenticationType",
1655
- "type": "zeebe:property"
1656
- },
1856
+ "id": "authenticationType",
1857
+ "group": "authentication",
1657
1858
  "type": "Dropdown",
1859
+ "value": "credentials",
1658
1860
  "choices": [
1659
1861
  {
1660
1862
  "name": "Credentials",
@@ -1664,143 +1866,120 @@
1664
1866
  "name": "Custom",
1665
1867
  "value": "custom"
1666
1868
  }
1667
- ]
1869
+ ],
1870
+ "binding": {
1871
+ "type": "zeebe:property",
1872
+ "name": "authenticationType"
1873
+ }
1668
1874
  },
1669
1875
  {
1670
- "id": "authentication.username",
1671
1876
  "label": "Username",
1672
1877
  "description": "Provide the username (must have permissions to produce message to the topic)",
1673
- "optional": true,
1674
1878
  "group": "authentication",
1879
+ "type": "String",
1880
+ "feel": "optional",
1881
+ "optional": true,
1675
1882
  "binding": {
1676
- "name": "authentication.username",
1677
- "type": "zeebe:property"
1883
+ "type": "zeebe:property",
1884
+ "name": "authentication.username"
1678
1885
  },
1679
- "type": "String"
1886
+ "condition": {
1887
+ "property": "authenticationType",
1888
+ "equals": "credentials"
1889
+ }
1680
1890
  },
1681
1891
  {
1682
- "id": "authentication.password",
1683
1892
  "label": "Password",
1684
1893
  "description": "Provide a password for the user",
1685
- "optional": true,
1686
1894
  "group": "authentication",
1895
+ "type": "String",
1896
+ "feel": "optional",
1897
+ "optional": true,
1687
1898
  "binding": {
1688
- "name": "authentication.password",
1689
- "type": "zeebe:property"
1690
- },
1691
- "type": "String"
1692
- },
1693
- {
1694
- "id": "serializationType",
1695
- "label": "Deserialization type",
1696
- "description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
1697
- "optional": false,
1698
- "value": "json",
1699
- "group": "kafka",
1700
- "binding": {
1701
- "name": "serializationType",
1702
- "type": "zeebe:property"
1899
+ "type": "zeebe:property",
1900
+ "name": "authentication.password"
1703
1901
  },
1704
- "type": "Dropdown",
1705
- "choices": [
1706
- {
1707
- "name": "Default (JSON)",
1708
- "value": "json"
1709
- },
1710
- {
1711
- "name": "Avro (experimental)",
1712
- "value": "avro"
1713
- }
1714
- ]
1902
+ "condition": {
1903
+ "property": "authenticationType",
1904
+ "equals": "credentials"
1905
+ }
1715
1906
  },
1716
1907
  {
1717
- "id": "topic.bootstrapServers",
1718
1908
  "label": "Bootstrap servers",
1719
1909
  "description": "Provide bootstrap server(s), comma-delimited if there are multiple",
1720
- "optional": false,
1721
- "constraints": {
1722
- "notEmpty": true
1723
- },
1724
1910
  "group": "kafka",
1911
+ "type": "String",
1912
+ "feel": "optional",
1725
1913
  "binding": {
1726
- "name": "topic.bootstrapServers",
1727
- "type": "zeebe:property"
1914
+ "type": "zeebe:property",
1915
+ "name": "topic.bootstrapServers"
1728
1916
  },
1729
- "type": "String"
1917
+ "constraints": {
1918
+ "notEmpty": true
1919
+ }
1730
1920
  },
1731
1921
  {
1732
- "id": "topic.topicName",
1733
1922
  "label": "Topic",
1734
- "description": "Provide topic name",
1735
- "optional": false,
1736
- "constraints": {
1737
- "notEmpty": true
1738
- },
1923
+ "description": "Provide the topic name",
1739
1924
  "group": "kafka",
1925
+ "type": "String",
1926
+ "feel": "optional",
1740
1927
  "binding": {
1741
- "name": "topic.topicName",
1742
- "type": "zeebe:property"
1928
+ "type": "zeebe:property",
1929
+ "name": "topic.topicName"
1743
1930
  },
1744
- "type": "String"
1931
+ "constraints": {
1932
+ "notEmpty": true
1933
+ }
1745
1934
  },
1746
1935
  {
1747
- "id": "groupId",
1748
- "label": "Consumer group ID",
1936
+ "label": "Consumer Group ID",
1749
1937
  "description": "Provide the consumer group ID used by the connector. Leave empty for an automatically generated one",
1750
- "optional": false,
1751
1938
  "group": "kafka",
1939
+ "type": "String",
1940
+ "feel": "optional",
1941
+ "optional": true,
1752
1942
  "binding": {
1753
- "name": "groupId",
1754
- "type": "zeebe:property"
1943
+ "type": "zeebe:property",
1944
+ "name": "groupId"
1755
1945
  },
1756
- "type": "String"
1946
+ "constraints": {
1947
+ "notEmpty": false,
1948
+ "maxLength": 250
1949
+ }
1757
1950
  },
1758
1951
  {
1759
- "id": "additionalProperties",
1760
1952
  "label": "Additional properties",
1761
1953
  "description": "Provide additional Kafka consumer properties in JSON",
1954
+ "group": "kafka",
1955
+ "type": "String",
1762
1956
  "optional": true,
1763
1957
  "feel": "required",
1764
- "group": "kafka",
1765
1958
  "binding": {
1766
- "name": "additionalProperties",
1767
- "type": "zeebe:property"
1768
- },
1769
- "type": "String"
1959
+ "type": "zeebe:property",
1960
+ "name": "additionalProperties"
1961
+ }
1770
1962
  },
1771
1963
  {
1772
- "id": "offsets",
1773
1964
  "label": "Offsets",
1774
1965
  "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",
1775
- "optional": true,
1776
- "feel": "optional",
1777
1966
  "group": "kafka",
1967
+ "type": "String",
1968
+ "feel": "optional",
1969
+ "optional": true,
1778
1970
  "binding": {
1779
- "name": "offsets",
1780
- "type": "zeebe:property"
1781
- },
1782
- "type": "String"
1971
+ "type": "zeebe:property",
1972
+ "name": "offsets"
1973
+ }
1783
1974
  },
1784
1975
  {
1785
- "id": "autoOffsetReset",
1786
1976
  "label": "Auto offset reset",
1787
1977
  "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",
1788
- "optional": false,
1789
- "value": "latest",
1790
- "constraints": {
1791
- "notEmpty": true
1792
- },
1978
+ "id": "autoOffsetReset",
1793
1979
  "group": "kafka",
1794
- "binding": {
1795
- "name": "autoOffsetReset",
1796
- "type": "zeebe:property"
1797
- },
1798
1980
  "type": "Dropdown",
1981
+ "value": "latest",
1799
1982
  "choices": [
1800
- {
1801
- "name": "None",
1802
- "value": "none"
1803
- },
1804
1983
  {
1805
1984
  "name": "Latest",
1806
1985
  "value": "latest"
@@ -1808,223 +1987,97 @@
1808
1987
  {
1809
1988
  "name": "Earliest",
1810
1989
  "value": "earliest"
1990
+ },
1991
+ {
1992
+ "name": "None",
1993
+ "value": "none"
1811
1994
  }
1812
- ]
1813
- },
1814
- {
1815
- "id": "avro.schema",
1816
- "label": "Avro schema",
1817
- "description": "Avro schema for the message value",
1818
- "optional": false,
1819
- "constraints": {
1820
- "notEmpty": true
1821
- },
1822
- "feel": "required",
1823
- "group": "message",
1824
- "binding": {
1825
- "name": "avro.schema",
1826
- "type": "zeebe:property"
1827
- },
1828
- "condition": {
1829
- "property": "serializationType",
1830
- "equals": "avro",
1831
- "type": "simple"
1832
- },
1833
- "type": "Text"
1834
- },
1835
- {
1836
- "id": "activationCondition",
1837
- "label": "Activation condition",
1838
- "description": "Condition under which the Connector triggers. Leave empty to catch all events",
1839
- "optional": true,
1840
- "feel": "required",
1841
- "group": "activation",
1842
- "binding": {
1843
- "name": "activationCondition",
1844
- "type": "zeebe:property"
1845
- },
1846
- "type": "String"
1847
- },
1848
- {
1849
- "id": "consumeUnmatchedEvents",
1850
- "label": "Consume unmatched events",
1851
- "value": true,
1852
- "group": "activation",
1853
- "binding": {
1854
- "name": "consumeUnmatchedEvents",
1855
- "type": "zeebe:property"
1856
- },
1857
- "tooltip": "Unmatched events are rejected by default, allowing the upstream service to handle the error. Check this box to consume unmatched events and return a success response",
1858
- "type": "Boolean"
1859
- },
1860
- {
1861
- "id": "correlationKeyProcess",
1862
- "label": "Correlation key (process)",
1863
- "description": "Sets up the correlation key from process variables",
1864
- "constraints": {
1865
- "notEmpty": true
1866
- },
1867
- "feel": "required",
1868
- "group": "correlation",
1869
- "binding": {
1870
- "name": "correlationKey",
1871
- "type": "bpmn:Message#zeebe:subscription#property"
1872
- },
1873
- "type": "String"
1874
- },
1875
- {
1876
- "id": "correlationKeyPayload",
1877
- "label": "Correlation key (payload)",
1878
- "description": "Extracts the correlation key from the incoming message payload",
1879
- "constraints": {
1880
- "notEmpty": true
1881
- },
1882
- "feel": "required",
1883
- "group": "correlation",
1884
- "binding": {
1885
- "name": "correlationKeyExpression",
1886
- "type": "zeebe:property"
1887
- },
1888
- "type": "String"
1889
- },
1890
- {
1891
- "id": "messageIdExpression",
1892
- "label": "Message ID expression",
1893
- "description": "Expression to extract unique identifier of a message",
1894
- "optional": true,
1895
- "feel": "required",
1896
- "group": "correlation",
1897
- "binding": {
1898
- "name": "messageIdExpression",
1899
- "type": "zeebe:property"
1900
- },
1901
- "type": "String"
1902
- },
1903
- {
1904
- "id": "messageTtl",
1905
- "label": "Message TTL",
1906
- "description": "Time-to-live for the message in the broker (ISO-8601 duration)",
1907
- "optional": true,
1908
- "constraints": {
1909
- "notEmpty": false,
1910
- "pattern": {
1911
- "value": "^(PT.*|)$",
1912
- "message": "must be an ISO-8601 duration"
1913
- }
1914
- },
1915
- "feel": "optional",
1916
- "group": "correlation",
1995
+ ],
1917
1996
  "binding": {
1918
- "name": "messageTtl",
1919
- "type": "zeebe:property"
1920
- },
1921
- "type": "String"
1997
+ "type": "zeebe:property",
1998
+ "name": "autoOffsetReset"
1999
+ }
1922
2000
  },
1923
2001
  {
1924
- "id": "messageNameUuid",
1925
- "generatedValue": {
1926
- "type": "uuid"
1927
- },
1928
- "group": "correlation",
2002
+ "label": "Correlation key (process)",
2003
+ "type": "String",
2004
+ "group": "activation",
2005
+ "feel": "required",
2006
+ "description": "Sets up the correlation key from process variables",
1929
2007
  "binding": {
1930
- "name": "name",
1931
- "type": "bpmn:Message#property"
2008
+ "type": "bpmn:Message#zeebe:subscription#property",
2009
+ "name": "correlationKey"
1932
2010
  },
1933
- "type": "Hidden"
2011
+ "constraints": {
2012
+ "notEmpty": true
2013
+ }
1934
2014
  },
1935
2015
  {
1936
- "id": "deduplicationModeManualFlag",
1937
- "label": "Manual mode",
1938
- "description": "By default, similar connectors receive the same deduplication ID. Customize by activating manual mode",
1939
- "value": false,
1940
- "group": "deduplication",
2016
+ "label": "Correlation key (payload)",
2017
+ "type": "String",
2018
+ "group": "activation",
2019
+ "feel": "required",
1941
2020
  "binding": {
1942
- "name": "deduplicationModeManualFlag",
1943
- "type": "zeebe:property"
2021
+ "type": "zeebe:property",
2022
+ "name": "correlationKeyExpression"
1944
2023
  },
1945
- "type": "Boolean"
1946
- },
1947
- {
1948
- "id": "deduplicationId",
1949
- "label": "Deduplication ID",
2024
+ "description": "Extracts the correlation key from the incoming message payload",
1950
2025
  "constraints": {
1951
- "notEmpty": true,
1952
- "pattern": {
1953
- "value": "^[a-zA-Z0-9_-]+$",
1954
- "message": "can only contain alphanumeric characters, dashes, and underscores"
1955
- }
1956
- },
1957
- "group": "deduplication",
1958
- "binding": {
1959
- "name": "deduplicationId",
1960
- "type": "zeebe:property"
1961
- },
1962
- "condition": {
1963
- "property": "deduplicationModeManualFlag",
1964
- "equals": true,
1965
- "type": "simple"
1966
- },
1967
- "type": "String"
2026
+ "notEmpty": true
2027
+ }
1968
2028
  },
1969
2029
  {
1970
- "id": "deduplicationModeManual",
1971
- "value": "MANUAL",
1972
- "group": "deduplication",
2030
+ "label": "Message ID expression",
2031
+ "feel": "required",
2032
+ "type": "String",
2033
+ "optional": true,
2034
+ "group": "activation",
1973
2035
  "binding": {
1974
- "name": "deduplicationMode",
1975
- "type": "zeebe:property"
1976
- },
1977
- "condition": {
1978
- "property": "deduplicationId",
1979
- "isActive": true,
1980
- "type": "simple"
2036
+ "type": "zeebe:property",
2037
+ "name": "messageIdExpression"
1981
2038
  },
1982
- "type": "Hidden"
2039
+ "description": "Expression to extract unique identifier of a message"
1983
2040
  },
1984
2041
  {
1985
- "id": "deduplicationModeAuto",
1986
- "value": "AUTO",
1987
- "group": "deduplication",
2042
+ "label": "Activation condition",
2043
+ "type": "String",
2044
+ "group": "activation",
2045
+ "feel": "required",
2046
+ "optional": true,
1988
2047
  "binding": {
1989
- "name": "deduplicationMode",
1990
- "type": "zeebe:property"
1991
- },
1992
- "condition": {
1993
- "property": "deduplicationId",
1994
- "isActive": false,
1995
- "type": "simple"
2048
+ "type": "zeebe:property",
2049
+ "name": "activationCondition"
1996
2050
  },
1997
- "type": "Hidden"
2051
+ "description": "Condition under which the Connector triggers. Leave empty to catch all events"
1998
2052
  },
1999
2053
  {
2000
- "id": "resultVariable",
2001
2054
  "label": "Result variable",
2002
- "description": "Name of variable to store the response in",
2003
- "group": "output",
2055
+ "type": "String",
2056
+ "group": "variable-mapping",
2057
+ "optional": true,
2004
2058
  "binding": {
2005
- "name": "resultVariable",
2006
- "type": "zeebe:property"
2059
+ "type": "zeebe:property",
2060
+ "name": "resultVariable"
2007
2061
  },
2008
- "type": "String"
2062
+ "description": "Name of variable to store the result of the connector in"
2009
2063
  },
2010
2064
  {
2011
- "id": "resultExpression",
2012
2065
  "label": "Result expression",
2013
- "description": "Expression to map the response into process variables",
2066
+ "description": "Expression to map the inbound payload to process variables",
2067
+ "group": "variable-mapping",
2068
+ "type": "Text",
2014
2069
  "feel": "required",
2015
- "group": "output",
2016
2070
  "binding": {
2017
- "name": "resultExpression",
2018
- "type": "zeebe:property"
2019
- },
2020
- "type": "Text"
2071
+ "type": "zeebe:property",
2072
+ "name": "resultExpression"
2073
+ }
2021
2074
  }
2022
2075
  ],
2023
2076
  "icon": {
2024
- "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
2077
+ "contents": "data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 256 416' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z' style='fill:%23231f20'/%3E%3C/svg%3E"
2025
2078
  },
2026
2079
  "engines": {
2027
- "camunda": "^8.5"
2080
+ "camunda": "^8.4"
2028
2081
  }
2029
2082
  },
2030
2083
  {
@@ -2032,11 +2085,8 @@
2032
2085
  "name": "Kafka Intermediate Catch Event Connector",
2033
2086
  "id": "io.camunda.connectors.inbound.KafkaIntermediate.v1",
2034
2087
  "description": "Consume Kafka messages",
2035
- "metadata": {
2036
- "keywords": []
2037
- },
2038
2088
  "documentationRef": "https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound",
2039
- "version": 7,
2089
+ "version": 5,
2040
2090
  "category": {
2041
2091
  "id": "connectors",
2042
2092
  "name": "Connectors"
@@ -2046,9 +2096,6 @@
2046
2096
  "value": "bpmn:IntermediateCatchEvent",
2047
2097
  "eventDefinition": "bpmn:MessageEventDefinition"
2048
2098
  },
2049
- "engines": {
2050
- "camunda": "^8.3"
2051
- },
2052
2099
  "groups": [
2053
2100
  {
2054
2101
  "id": "authentication",
@@ -2059,8 +2106,8 @@
2059
2106
  "label": "Kafka"
2060
2107
  },
2061
2108
  {
2062
- "id": "schema",
2063
- "label": "Schema"
2109
+ "id": "message",
2110
+ "label": "Message deserialization"
2064
2111
  },
2065
2112
  {
2066
2113
  "id": "activation",
@@ -2140,6 +2187,29 @@
2140
2187
  },
2141
2188
  "type": "String"
2142
2189
  },
2190
+ {
2191
+ "id": "serializationType",
2192
+ "label": "Deserialization type",
2193
+ "description": "Select the deserialization type. For details, visit the <a href=\"https://docs.camunda.io/docs/components/connectors/out-of-the-box-connectors/kafka/?kafka=inbound\" target=\"_blank\">documentation</a>",
2194
+ "optional": false,
2195
+ "value": "json",
2196
+ "group": "kafka",
2197
+ "binding": {
2198
+ "name": "serializationType",
2199
+ "type": "zeebe:property"
2200
+ },
2201
+ "type": "Dropdown",
2202
+ "choices": [
2203
+ {
2204
+ "name": "Default (JSON)",
2205
+ "value": "json"
2206
+ },
2207
+ {
2208
+ "name": "Avro (experimental)",
2209
+ "value": "avro"
2210
+ }
2211
+ ]
2212
+ },
2143
2213
  {
2144
2214
  "id": "topic.bootstrapServers",
2145
2215
  "label": "Bootstrap servers",
@@ -2239,99 +2309,26 @@
2239
2309
  ]
2240
2310
  },
2241
2311
  {
2242
- "id": "schemaStrategy.type",
2243
- "label": "Schema strategy",
2244
- "value": "noSchema",
2245
- "group": "schema",
2246
- "binding": {
2247
- "name": "schemaStrategy.type",
2248
- "type": "zeebe:property"
2249
- },
2250
- "type": "Dropdown",
2251
- "choices": [
2252
- {
2253
- "name": "No schema",
2254
- "value": "noSchema"
2255
- },
2256
- {
2257
- "name": "Avro Inline schema",
2258
- "value": "inlineSchema"
2259
- },
2260
- {
2261
- "name": "Confluent Schema registry",
2262
- "value": "schemaRegistry"
2263
- }
2264
- ]
2265
- },
2266
- {
2267
- "id": "schemaStrategy.avro.schema",
2268
- "label": "Schema",
2269
- "description": "Avro inline schema for the message value",
2312
+ "id": "avro.schema",
2313
+ "label": "Avro schema",
2314
+ "description": "Avro schema for the message value",
2270
2315
  "optional": false,
2271
2316
  "constraints": {
2272
2317
  "notEmpty": true
2273
2318
  },
2274
2319
  "feel": "required",
2275
- "group": "schema",
2320
+ "group": "message",
2276
2321
  "binding": {
2277
- "name": "schemaStrategy.schema",
2322
+ "name": "avro.schema",
2278
2323
  "type": "zeebe:property"
2279
2324
  },
2280
2325
  "condition": {
2281
- "property": "schemaStrategy.type",
2282
- "equals": "inlineSchema",
2326
+ "property": "serializationType",
2327
+ "equals": "avro",
2283
2328
  "type": "simple"
2284
2329
  },
2285
2330
  "type": "Text"
2286
2331
  },
2287
- {
2288
- "id": "schemaStrategy.schemaType",
2289
- "label": "Schema type",
2290
- "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>",
2291
- "optional": false,
2292
- "value": "avro",
2293
- "group": "schema",
2294
- "binding": {
2295
- "name": "schemaStrategy.schemaType",
2296
- "type": "zeebe:property"
2297
- },
2298
- "condition": {
2299
- "property": "schemaStrategy.type",
2300
- "equals": "schemaRegistry",
2301
- "type": "simple"
2302
- },
2303
- "type": "Dropdown",
2304
- "choices": [
2305
- {
2306
- "name": "JSON",
2307
- "value": "json"
2308
- },
2309
- {
2310
- "name": "Avro",
2311
- "value": "avro"
2312
- }
2313
- ]
2314
- },
2315
- {
2316
- "id": "schemaStrategy.schemaRegistryUrl",
2317
- "label": "Schema registry URL",
2318
- "description": "Provide the schema registry URL",
2319
- "optional": false,
2320
- "constraints": {
2321
- "notEmpty": true
2322
- },
2323
- "group": "schema",
2324
- "binding": {
2325
- "name": "schemaStrategy.schemaRegistryUrl",
2326
- "type": "zeebe:property"
2327
- },
2328
- "condition": {
2329
- "property": "schemaStrategy.type",
2330
- "equals": "schemaRegistry",
2331
- "type": "simple"
2332
- },
2333
- "type": "String"
2334
- },
2335
2332
  {
2336
2333
  "id": "activationCondition",
2337
2334
  "label": "Activation condition",
@@ -2522,6 +2519,9 @@
2522
2519
  ],
2523
2520
  "icon": {
2524
2521
  "contents": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnIHZpZXdCb3g9JzAgMCAyNTYgNDE2JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J3hNaWRZTWlkJz4KICAgIDxwYXRoIGQ9J00yMDEuODE2IDIzMC4yMTZjLTE2LjE4NiAwLTMwLjY5NyA3LjE3MS00MC42MzQgMTguNDYxbC0yNS40NjMtMTguMDI2YzIuNzAzLTcuNDQyIDQuMjU1LTE1LjQzMyA0LjI1NS0yMy43OTcgMC04LjIxOS0xLjQ5OC0xNi4wNzYtNC4xMTItMjMuNDA4bDI1LjQwNi0xNy44MzVjOS45MzYgMTEuMjMzIDI0LjQwOSAxOC4zNjUgNDAuNTQ4IDE4LjM2NSAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yOS44NzktMjQuMzA5LTU0LjE4NC01NC4xODQtNTQuMTg0LTI5Ljg3NSAwLTU0LjE4NCAyNC4zMDUtNTQuMTg0IDU0LjE4NCAwIDUuMzQ4LjgwOCAxMC41MDUgMi4yNTggMTUuMzg5bC0yNS40MjMgMTcuODQ0Yy0xMC42Mi0xMy4xNzUtMjUuOTExLTIyLjM3NC00My4zMzMtMjUuMTgydi0zMC42NGMyNC41NDQtNS4xNTUgNDMuMDM3LTI2Ljk2MiA0My4wMzctNTMuMDE5QzEyNC4xNzEgMjQuMzA1IDk5Ljg2MiAwIDY5Ljk4NyAwIDQwLjExMiAwIDE1LjgwMyAyNC4zMDUgMTUuODAzIDU0LjE4NGMwIDI1LjcwOCAxOC4wMTQgNDcuMjQ2IDQyLjA2NyA1Mi43Njl2MzEuMDM4QzI1LjA0NCAxNDMuNzUzIDAgMTcyLjQwMSAwIDIwNi44NTRjMCAzNC42MjEgMjUuMjkyIDYzLjM3NCA1OC4zNTUgNjguOTR2MzIuNzc0Yy0yNC4yOTkgNS4zNDEtNDIuNTUyIDI3LjAxMS00Mi41NTIgNTIuODk0IDAgMjkuODc5IDI0LjMwOSA1NC4xODQgNTQuMTg0IDU0LjE4NCAyOS44NzUgMCA1NC4xODQtMjQuMzA1IDU0LjE4NC01NC4xODQgMC0yNS44ODMtMTguMjUzLTQ3LjU1My00Mi41NTItNTIuODk0di0zMi43NzVhNjkuOTY1IDY5Ljk2NSAwIDAgMCA0Mi42LTI0Ljc3NmwyNS42MzMgMTguMTQzYy0xLjQyMyA0Ljg0LTIuMjIgOS45NDYtMi4yMiAxNS4yNCAwIDI5Ljg3OSAyNC4zMDkgNTQuMTg0IDU0LjE4NCA1NC4xODQgMjkuODc1IDAgNTQuMTg0LTI0LjMwNSA1NC4xODQtNTQuMTg0IDAtMjkuODc5LTI0LjMwOS01NC4xODQtNTQuMTg0LTU0LjE4NHptMC0xMjYuNjk1YzE0LjQ4NyAwIDI2LjI3IDExLjc4OCAyNi4yNyAyNi4yNzFzLTExLjc4MyAyNi4yNy0yNi4yNyAyNi4yNy0yNi4yNy0xMS43ODctMjYuMjctMjYuMjdjMC0xNC40ODMgMTEuNzgzLTI2LjI3MSAyNi4yNy0yNi4yNzF6bS0xNTguMS00OS4zMzdjMC0xNC40ODMgMTEuNzg0LTI2LjI3IDI2LjI3MS0yNi4yN3MyNi4yNyAxMS43ODcgMjYuMjcgMjYuMjdjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN3ptNTIuNTQxIDMwNy4yNzhjMCAxNC40ODMtMTEuNzgzIDI2LjI3LTI2LjI3IDI2LjI3cy0yNi4yNzEtMTEuNzg3LTI2LjI3MS0yNi4yN2MwLTE0LjQ4MyAxMS43ODQtMjYuMjcgMjYuMjcxLTI2LjI3czI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN3ptLTI2LjI3Mi0xMTcuOTdjLTIwLjIwNSAwLTM2LjY0Mi0xNi40MzQtMzYuNjQyLTM2LjYzOCAwLTIwLjIwNSAxNi40MzctMzYuNjQyIDM2LjY0Mi0zNi42NDIgMjAuMjA0IDAgMzYuNjQxIDE2LjQzNyAzNi42NDEgMzYuNjQyIDAgMjAuMjA0LTE2LjQzNyAzNi42MzgtMzYuNjQxIDM2LjYzOHptMTMxLjgzMSA2Ny4xNzljLTE0LjQ4NyAwLTI2LjI3LTExLjc4OC0yNi4yNy0yNi4yNzFzMTEuNzgzLTI2LjI3IDI2LjI3LTI2LjI3IDI2LjI3IDExLjc4NyAyNi4yNyAyNi4yN2MwIDE0LjQ4My0xMS43ODMgMjYuMjcxLTI2LjI3IDI2LjI3MXonCiAgICAgICAgICBzdHlsZT0nZmlsbDojMjMxZjIwJy8+Cjwvc3ZnPg=="
2522
+ },
2523
+ "engines": {
2524
+ "camunda": "^8.5"
2525
2525
  }
2526
2526
  }
2527
2527
  ]