Skip to content

Commit e4ec430

Browse files
Merge pull request #63 from data-integrations/feature-ui/add-browser-widget
Updates kafka source widget json to have browse widget associated wit…
2 parents aef9437 + b9df297 commit e4ec430

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
{
2424
"widget-type": "textbox",
2525
"label": "Kafka Topic",
26-
"name": "topic"
26+
"name": "topic",
27+
"plugin-function": {
28+
"label": "Browse",
29+
"widget": "connection-browser",
30+
"widget-attributes": {
31+
"connectionType": "KAFKA"
32+
}
33+
}
2734
},
2835
{
2936
"widget-type": "textbox",

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@
2323
{
2424
"widget-type": "textbox",
2525
"label": "Kafka Topic",
26-
"name": "topic"
26+
"name": "topic",
27+
"plugin-function": {
28+
"label": "Browse",
29+
"widget": "connection-browser",
30+
"widget-attributes": {
31+
"connectionType": "KAFKA"
32+
}
33+
}
2734
},
2835
{
2936
"widget-type": "csv",

0 commit comments

Comments
 (0)