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/13 09:16:00 UTC

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

Otavio Rodolfo Piske created CAMEL-16949:
--------------------------------------------

             Summary: 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


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/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)