You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/03/08 12:37:48 UTC

[GitHub] [incubator-doris] playboyi opened a new issue #5485: Routine Load does not support kafka property 'isolation.level'

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:
users@infra.apache.org



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


[GitHub] [incubator-doris] morningman commented on issue #5485: Routine Load does not support kafka property 'isolation.level'

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485#issuecomment-792739051


   > version:0.12.19
   
   I haven't tried this property before, I will try it later.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] morningman commented on issue #5485: Routine Load does not support kafka property 'isolation.level'

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485#issuecomment-792738619


   > > version:0.12.19
   > 
   > bro,this is doris project,you may be in a wrong place😂
   
   It IS the doris issue.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] shiyi23 commented on issue #5485: Routine Load does not support kafka property 'isolation.level'

Posted by GitBox <gi...@apache.org>.
shiyi23 commented on issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485#issuecomment-792736530


   > version:0.12.19
   
   bro,this is doris project,you may be in a wrong place😂


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] playboyi commented on issue #5485: Routine Load does not support kafka property 'isolation.level'

Posted by GitBox <gi...@apache.org>.
playboyi commented on issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485#issuecomment-792730199


   version:0.12.19


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] playboyi commented on issue #5485: Routine Load does not support kafka property 'isolation.level'

Posted by GitBox <gi...@apache.org>.
playboyi commented on issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485#issuecomment-840499283


   > which kafka version is it?
   
   0.11


-- 
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:
users@infra.apache.org



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


[GitHub] [incubator-doris] WindyGao commented on issue #5485: Routine Load does not support kafka property 'isolation.level'

Posted by GitBox <gi...@apache.org>.
WindyGao commented on issue #5485:
URL: https://github.com/apache/incubator-doris/issues/5485#issuecomment-817440660






-- 
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:
users@infra.apache.org



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