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/07/09 04:01:17 UTC

[GitHub] [incubator-doris] WindyGao commented on issue #6138: routine load kafka property 未生效

WindyGao commented on issue #6138:
URL: https://github.com/apache/incubator-doris/issues/6138#issuecomment-876894817


   @morningman @stalary 
   it's related with [issue-3682](https://github.com/apache/incubator-doris/issues/3682) and [issue-5485](https://github.com/apache/incubator-doris/issues/5485)
   after some research, the rdKafka client cames to the following conclusions
   
   - Idempotent Producer - supported in librdkafka v1.0.0 ✅
   - Producer transactions - supported in v1.4.0 ✅
   - Consumer transactions - supported in v1.2.0 ✅
   
   that said, it's theoretically possible to upgrade doris's rdKafka client to v1.4 or higher
   I will be testing against v1.4~v1.6 of the rdKafka client for routine load job


-- 
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-unsubscribe@doris.apache.org

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