Hisoka-X commented on code in PR #3570:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3570#discussion_r1031948126


##########
docs/en/connector-v2/source/kafka.md:
##########
@@ -71,6 +71,21 @@ Source plugin common parameters, please refer to [Source 
Common Options](common-
 
 The structure of the data, including field names and field types.
 
+for example:
+
+```hocon
+   schema = {
+      fields {
+        name = "string"
+        age = "int"
+      }
+      meta.fields {

Review Comment:
   should we support meta in schema field? I think we need unified design, not 
only used by kafka. @TyrantLucifer @ashulin @hailin0 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to