chl-wxp commented on code in PR #11006:
URL: https://github.com/apache/seatunnel/pull/11006#discussion_r3355244394


##########
docs/en/connectors/sink/Kafka.md:
##########
@@ -43,9 +43,9 @@ They can be downloaded via install-plugin.sh or from the 
Maven central repositor
 | partition             | Int    | No       | -       | We can specify the 
partition, all messages will be sent to this partition.                         
                                                                                
                                                                                
                                                                                
                                                                                
                          |
 | assign_partitions     | Array  | No       | -       | We can decide which 
partition to send based on the content of the message. The function of this 
parameter is to distribute information.                                         
                                                                                
                                                                                
                                                                                
                             |
 | transaction_prefix    | String | No       | -       | If semantic is 
specified as EXACTLY_ONCE, the producer will write all messages in a Kafka 
transaction,kafka distinguishes different transactions by different 
transactionId. This parameter is prefix of  kafka  transactionId, make sure 
different job use different prefix.                                             
                                                                                
                                                   |
-| format                | String | No       | json    | Data format. The 
default format is json. Optional text format, canal_json, debezium_json, 
ogg_json , avro and native.If you use json or text format. The default field 
separator is ", ". If you customize the delimiter, add the "field_delimiter" 
option.If you use canal format, please refer to 
[canal-json](../formats/canal-json.md) for details.If you use debezium format, 
please refer to [debezium-json](../formats/debezium-json.md) for details. |
+| format                | String | No       | json    | Data format. The 
default format is json. Optional text, canal_json, debezium_json, 
compatible_debezium_json, ogg_json, maxwell_json, avro, protobuf and native. If 
you use json or text format. The default field separator is ", ". If you 
customize the delimiter, add the "field_delimiter" option.If you use canal 
format, please refer to [canal-json](../formats/canal-json.md) for details.If 
you use debezium format, please refer to 
[debezium-json](../formats/debezium-json.md) for details. |
 | field_delimiter       | String | No       | ,       | Customize the field 
delimiter for data format.                                                      
                                                                                
                                                                                
                                                                                
                                                                                
                         |
-| common-options        |        | No       | -       | Source plugin common 
parameters, please refer to [Source Common 
Options](../common-options/sink-common-options.md) for details                  
                                                                                
                                                                                
                                                                                
                                                                            |
+| common-options        |        | No       | -       | Sink plugin common 
parameters, please refer to [Source Common 
Options](../common-options/sink-common-options.md) for details                  
                                                                                
                                                                                
                                                                                
                                                                            |

Review Comment:
   ```suggestion
   | common-options        |        | No       | -       | Sink plugin common 
parameters, please refer to [Sink Common 
Options](../common-options/sink-common-options.md) for details                  
                                                                                
                                                                                
                                                                                
                                                                            |
   ```



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