playboyi opened a new issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485


   The official website describes how to use Kafka property:
   https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
   
   But,when i write my Routine Load like this, it still reads the message of 
kafka which is not commited:
   
   
   CREATE ROUTINE LOAD db1.job1 on tbl1
   PROPERTIES
   (
       "desired_concurrent_number"="1"
   )
   FROM KAFKA
   (
       "property.isolation.level" = "read_committed"
   );


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



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

Reply via email to