AlexLWei commented on issue #27932:
URL: https://github.com/apache/doris/issues/27932#issuecomment-1837876937

   > can you provide the routine load statement ? Is property.group.id the same 
as another cluster?
   
   yes ,they are exacly the same ,I use ‘show create routine load' command and 
copy it to anoter cluster.
   
   ``
   CREATE ROUTINE LOAD test_task ON test
   WITH APPEND
   
COLUMNS(userId,date,terminalType,bussType,appId,title,category,mCode,`from`,duration,playCount)
   PROPERTIES
   (
   "desired_concurrent_number" = "1",
   "max_error_number" = "30000",
   "max_batch_interval" = "20",
   "max_batch_rows" = "300000",
   "max_batch_size" = "209715200",
   "format" = "json",
   "strip_outer_array" = "false",
   "num_as_string" = "false",
   "fuzzy_parse" = "false",
   "strict_mode" = "false",
   "timezone" = "+00:00",
   "exec_mem_limit" = "2147483648"
   )
   FROM KAFKA
   (
   "kafka_broker_list" = "xxxxxxxx.com:8291",
   "kafka_topic" = "AppPlaySink5",
   "property.group.id" = "Test2GroupDoris",
   "property.client.id" = "AppPlayClientDoris",
   "kafka_partitions" = "0,1,2",
   "kafka_offsets" = "3669895231, 3113027716, 4683008086"
   ); 
   ```


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to