Hisoka-X commented on code in PR #3570:
URL:
https://github.com/apache/incubator-seatunnel/pull/3570#discussion_r1032495755
##########
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.
Yes, should we should parse meta info in SeaTunnelSchema, not in kafka
connector. Before do this, should design general meta field how to work.
--
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]