Skip to content

Commit 79c30cc

Browse files
authored
Update kafka09Source.md
1 parent 93e7138 commit 79c30cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/kafka09Source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## 1.格式:
22
```
3+
数据现在支持json格式{"xx":"bb","cc":"dd"}
4+
35
CREATE TABLE tableName(
46
colName colType,
57
...
@@ -55,4 +57,4 @@ CREATE TABLE MyTable(
5557
topic ='nbTest1',
5658
parallelism ='1'
5759
);
58-
```
60+
```

0 commit comments

Comments
 (0)