EricJoy2048 commented on code in PR #3157:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3157#discussion_r1010060457


##########
docs/en/connector-v2/source/kafka.md:
##########
@@ -66,6 +69,24 @@ The structure of the data, including field names and field 
types.
 Data format. The default format is json. Optional text format. The default 
field separator is ", ".
 If you customize the delimiter, add the "field_delimiter" option.
 
+## start_mode
+The initial consumption pattern of consumers,there are several types:
+[earliest],[group_offsets],[latest],[specific_offsets],[timestamp]
+
+## start_mode.timestamp
+The time required for consumption mode to be timestamp
+
+##  start_mode.offsets
+The offset required for consumption mode to be specific_offsets
+for example:
+```hocon
+   start_mode.offsets = {
+            info-0 = 70
+            info-1 = 10
+            info-2 = 10
+         }
+```
+

Review Comment:
   Please add `changed log` reference 
https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/connector-v2/source/Redis.md#next-version



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