You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2021/09/16 06:52:00 UTC

[jira] [Resolved] (CAMEL-16949) camel-kafka: investigate alternatives to remove Thread.sleep from the record fetcher

     [ https://issues.apache.org/jira/browse/CAMEL-16949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otavio Rodolfo Piske resolved CAMEL-16949.
------------------------------------------
    Fix Version/s:     (was: 3.x)
                   3.12.0
       Resolution: Fixed

Should have been resolved by the PR.

> camel-kafka: investigate alternatives to remove Thread.sleep from the record fetcher
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-16949
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16949
>             Project: Camel
>          Issue Type: Task
>          Components: camel-kafka
>            Reporter: Otavio Rodolfo Piske
>            Assignee: Otavio Rodolfo Piske
>            Priority: Major
>             Fix For: 3.12.0
>
>
> The record fetch is using Thread.sleep. I think it would be good to investigate if we can replace that with a more elegant mechanism.
>  * [https://github.com/apache/camel/blob/c0def695648fe93623d393950f8c06f8c526630f/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java#L97|https://github.com/apache/camel/blob/main/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaFetchRecords.java#L97]
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)