Skip to content

Commit 76a7da0

Browse files
author
Sree Raman
committed
Use string instead of union of bytes, nullable for message
1 parent 9e3d4eb commit 76a7da0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"fields": [
132132
{
133133
"name": "message",
134-
"type": ["bytes", "null"]
134+
"type": "string"
135135
}
136136
]
137137
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"fields": [
140140
{
141141
"name": "message",
142-
"type": ["bytes", "null"]
142+
"type": "string"
143143
}
144144
]
145145
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"fields": [
102102
{
103103
"name": "message",
104-
"type": ["bytes", "null"]
104+
"type": "string"
105105
}
106106
]
107107
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"fields": [
115115
{
116116
"name": "message",
117-
"type": ["bytes", "null"]
117+
"type": "string"
118118
}
119119
]
120120
},

0 commit comments

Comments
 (0)