@itentialopensource/adapter-kafkav2 0.22.0 → 0.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/metadata.json +74 -68
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.22.2 [03-14-2024]
|
|
3
|
+
|
|
4
|
+
* Update metadata.json
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!24
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.22.1 [03-11-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.03.11_11:11AM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!23
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.22.0 [01-22-2024]
|
|
3
19
|
|
|
4
20
|
* Minor/topic db dedupe
|
package/metadata.json
CHANGED
|
@@ -1,72 +1,78 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
2
|
+
"name": "adapter-kafkav2",
|
|
3
|
+
"webName": "Adapter for Integration to Kafka v2",
|
|
4
|
+
"vendor": "Kafka",
|
|
5
|
+
"product": "Kafka v2",
|
|
6
|
+
"osVersion": [],
|
|
7
|
+
"apiVersions": [],
|
|
8
|
+
"iapVersions": [
|
|
9
|
+
"2021.1.x",
|
|
10
|
+
"2021.2.x",
|
|
11
|
+
"2022.1.x",
|
|
12
|
+
"2023.1.x"
|
|
13
|
+
],
|
|
14
|
+
"method": "Library",
|
|
15
|
+
"type": "Adapter",
|
|
16
|
+
"domains": [
|
|
17
|
+
"Notifications"
|
|
18
|
+
],
|
|
19
|
+
"tags": [
|
|
20
|
+
"Notifications & Ticket Management"
|
|
21
|
+
],
|
|
22
|
+
"useCases": [
|
|
23
|
+
"Send an email message"
|
|
24
|
+
],
|
|
25
|
+
"deprecated": {
|
|
26
|
+
"isDeprecated": false
|
|
27
|
+
},
|
|
28
|
+
"brokerSince": "",
|
|
29
|
+
"documentation": {
|
|
30
|
+
"storeLink": "",
|
|
31
|
+
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-kafkav2",
|
|
32
|
+
"repoLink": "https://gitlab.com/itentialopensource/adapters/notification-messaging/adapter-kafkav2",
|
|
33
|
+
"docLink": "",
|
|
34
|
+
"demoLinks": [],
|
|
35
|
+
"trainingLinks": [],
|
|
36
|
+
"faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
|
|
37
|
+
"contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
|
|
38
|
+
"issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
|
|
39
|
+
"webLink": "",
|
|
40
|
+
"vendorLink": "",
|
|
41
|
+
"productLink": "",
|
|
42
|
+
"apiLinks": []
|
|
43
|
+
},
|
|
44
|
+
"assets": [],
|
|
45
|
+
"relatedItems": {
|
|
46
|
+
"adapters": [],
|
|
47
|
+
"integrations": [],
|
|
48
|
+
"ecosystemApplications": [],
|
|
49
|
+
"workflowProjects": [
|
|
50
|
+
{
|
|
51
|
+
"name": "Receive Message Using Kafkav2 Adapter",
|
|
52
|
+
"webName": "Receive Message Using Kafkav2 Adapter",
|
|
53
|
+
"overview": "This pre-built is configured to run by an event trigger named `Kafka Message Event Trigger` in the Operations Manager application. This event type is configured as a Kafka message from the KafkaV2 adapter. When a Kafka message is received, the trigger will start the workflow `Main Kafka Receiver`. This workflow contains two child jobs. One of the child jobs will run based on the evaluation task in the workflow. The evaluation task is configured to do the following: - If the message string value contains `workflowA`, the automation will take the success path and trigger `workflow A`- If the message string value contains `workflowB`, the automation will take the failure path and trigger `workflow B`",
|
|
54
|
+
"isDependency": false,
|
|
55
|
+
"versions": [
|
|
56
|
+
"0.1.2"
|
|
57
|
+
],
|
|
58
|
+
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/receive-message-using-kafkav2-adapter",
|
|
27
59
|
"docLink": "",
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
},
|
|
38
|
-
"assets": [],
|
|
39
|
-
"relatedItems": {
|
|
40
|
-
"adapters": [],
|
|
41
|
-
"integrations": [],
|
|
42
|
-
"ecosystemApplications": [],
|
|
43
|
-
"workflowProjects": [
|
|
44
|
-
{
|
|
45
|
-
"name": "Receive Message Using Kafkav2 Adapter",
|
|
46
|
-
"webName": "Receive Message Using Kafkav2 Adapter",
|
|
47
|
-
"overview": "This pre-built is configured to run by an event trigger named `Kafka Message Event Trigger` in the Operations Manager application. This event type is configured as a Kafka message from the KafkaV2 adapter. When a Kafka message is received, the trigger will start the workflow `Main Kafka Receiver`. This workflow contains two child jobs. One of the child jobs will run based on the evaluation task in the workflow. The evaluation task is configured to do the following: - If the message string value contains `workflowA`, the automation will take the success path and trigger `workflow A`- If the message string value contains `workflowB`, the automation will take the failure path and trigger `workflow B`",
|
|
48
|
-
"isDependency": false,
|
|
49
|
-
"versions": [
|
|
50
|
-
"0.1.2"
|
|
51
|
-
],
|
|
52
|
-
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/receive-message-using-kafkav2-adapter",
|
|
53
|
-
"docLink": "",
|
|
54
|
-
"webLink": ""
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"name": "Send Message With Kafkav2 Adapter",
|
|
58
|
-
"webName": "Send Message With Kafkav2 Adapter",
|
|
59
|
-
"overview": "This pre-built is designed to send a Kafka message using the Kafka v2 adapter. This automation consists of a manual trigger in Operations Manager, which uses a JSON form to allow the user to create a message under a specific topic. The output of this JSON form will be mapped to the variables required by the workflow `Kafka Message Producer` to send the Kafka message.",
|
|
60
|
-
"isDependency": false,
|
|
61
|
-
"versions": [
|
|
62
|
-
"0.1.2"
|
|
63
|
-
],
|
|
64
|
-
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/send-message-with-kafkav2-adapter",
|
|
65
|
-
"docLink": "",
|
|
66
|
-
"webLink": ""
|
|
67
|
-
}
|
|
60
|
+
"webLink": ""
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Send Message With Kafkav2 Adapter",
|
|
64
|
+
"webName": "Send Message With Kafkav2 Adapter",
|
|
65
|
+
"overview": "This pre-built is designed to send a Kafka message using the Kafka v2 adapter. This automation consists of a manual trigger in Operations Manager, which uses a JSON form to allow the user to create a message under a specific topic. The output of this JSON form will be mapped to the variables required by the workflow `Kafka Message Producer` to send the Kafka message.",
|
|
66
|
+
"isDependency": false,
|
|
67
|
+
"versions": [
|
|
68
|
+
"0.1.2"
|
|
68
69
|
],
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
|
|
70
|
+
"repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/send-message-with-kafkav2-adapter",
|
|
71
|
+
"docLink": "",
|
|
72
|
+
"webLink": ""
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"transformationProjects": [],
|
|
76
|
+
"exampleProjects": []
|
|
77
|
+
}
|
|
72
78
|
}
|
package/package.json
CHANGED
|
Binary file
|