TaoZex commented on code in PR #3570:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3570#discussion_r1032489660


##########
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:
   Meta data is required for both Source and Sink connector.Support meta in 
schema field is more general for connectors.



-- 
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