Skip to content

Commit c5b0d46

Browse files
authored
Merge pull request #65 from data-integrations/feature-ui/add-new-connetion-browser-format
update widget json to use new format of connection browser
2 parents cc83e1a + 0fb1218 commit c5b0d46

File tree

4 files changed

+34
-16
lines changed

4 files changed

+34
-16
lines changed

kafka-plugins-0.10/widgets/Kafka-batchsource.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"delimiter": ","
2121
}
2222
},
23+
{
24+
"widget-type": "connection-browser",
25+
"widget-category": "plugin",
26+
"widget-attributes": {
27+
"connectionType": "KAFKA",
28+
"label": "Browse"
29+
}
30+
},
2331
{
2432
"widget-type": "textbox",
2533
"label": "Kafka Topic",

kafka-plugins-0.10/widgets/Kafka-streamingsource.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"delimiter": ","
2121
}
2222
},
23+
{
24+
"widget-type": "connection-browser",
25+
"widget-category": "plugin",
26+
"widget-attributes": {
27+
"connectionType": "KAFKA",
28+
"label": "Browse"
29+
}
30+
},
2331
{
2432
"widget-type": "textbox",
2533
"label": "Kafka Topic",

kafka-plugins-0.8/widgets/Kafka-batchsource.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@
2020
"delimiter": ","
2121
}
2222
},
23+
{
24+
"widget-type": "connection-browser",
25+
"widget-category": "plugin",
26+
"widget-attributes": {
27+
"connectionType": "KAFKA",
28+
"label": "Browse"
29+
}
30+
},
2331
{
2432
"widget-type": "textbox",
2533
"label": "Kafka Topic",
26-
"name": "topic",
27-
"plugin-function": {
28-
"label": "Browse",
29-
"widget": "connection-browser",
30-
"widget-attributes": {
31-
"connectionType": "KAFKA"
32-
}
33-
}
34+
"name": "topic"
3435
},
3536
{
3637
"widget-type": "textbox",

kafka-plugins-0.8/widgets/Kafka-streamingsource.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@
2020
"delimiter": ","
2121
}
2222
},
23+
{
24+
"widget-type": "connection-browser",
25+
"widget-category": "plugin",
26+
"widget-attributes": {
27+
"connectionType": "KAFKA",
28+
"label": "Browse"
29+
}
30+
},
2331
{
2432
"widget-type": "textbox",
2533
"label": "Kafka Topic",
26-
"name": "topic",
27-
"plugin-function": {
28-
"label": "Browse",
29-
"widget": "connection-browser",
30-
"widget-attributes": {
31-
"connectionType": "KAFKA"
32-
}
33-
}
34+
"name": "topic"
3435
},
3536
{
3637
"widget-type": "csv",

0 commit comments

Comments
 (0)