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 2022/11/09 15:47:00 UTC

[jira] [Resolved] (CAMEL-18688) camel-kafka: kafka component is not fully resumable

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

Otavio Rodolfo Piske resolved CAMEL-18688.
------------------------------------------
    Resolution: Fixed

Fixed with the linked PR.

> camel-kafka: kafka component is not fully resumable
> ---------------------------------------------------
>
>                 Key: CAMEL-18688
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18688
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka, camel-resume-api
>    Affects Versions: 3.18.3, 3.19.0
>            Reporter: Otavio Rodolfo Piske
>            Assignee: Otavio Rodolfo Piske
>            Priority: Major
>             Fix For: 3.20.0
>
>
> Trying to use a resume adapter with Kafka results in the following error:
> {code:java}
> 2022-11-04 14:19:52,061 [ble-route-auto]] WARN  KafkaFetchRecords              - Error subscribing org.apache.kafka.clients.consumer.KafkaConsumer due to: Cannot cast org.apache.camel.support.resume.ResumeActionAwareAdapter to org.apache.
> camel.component.kafka.consumer.support.KafkaConsumerResumeAdapter
> java.lang.ClassCastException: Cannot cast org.apache.camel.support.resume.ResumeActionAwareAdapter to org.apache.camel.component.kafka.consumer.support.KafkaConsumerResumeAdapter
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)