morningman commented on a change in pull request #1204: Support arbitrary kafka 
properties
URL: https://github.com/apache/incubator-doris/pull/1204#discussion_r287907056
 
 

 ##########
 File path: docs/help/Contents/Data Manipulation/routine_load.md
 ##########
 @@ -157,6 +157,13 @@
 
                     "kafka_partitions" = "0,1,2,3",
                     "kafka_offsets" = "101,0,OFFSET_BEGINNING,OFFSET_END"
+            
+            4. property
+                指定自定义kafka参数
+                功能等同于kafka shell中 "--property" 参数
 
 Review comment:
   ```suggestion
                   功能等同于 kafka shell 中 "--property" 参数。
                   参数的固定前缀为 "property.",之后为实际的参数名称。
                   具体支持的参数可参阅: 
https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md 中 Consumer 
端的参数。
                   注意:如果指定不支持的参数名称,会导致任务执行时报错。
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to