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 2023/06/27 16:58:00 UTC

[jira] [Resolved] (CAMEL-19433) Camel kafka consumer silently ignores error while polling records from topic

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

Otavio Rodolfo Piske resolved CAMEL-19433.
------------------------------------------
    Resolution: Won't Fix

The situation that lead to this error was caused by an environmental issue. While it is true that throwing a descendant of Java's Error could lead to this problem, users are advised to:
 # Ensure that preconditions that could lead to this problem are verified before execution
 # Use the StopErrorStrategy which would try to force the unsubscription on error.

> Camel kafka consumer silently ignores error while polling records from topic
> ----------------------------------------------------------------------------
>
>                 Key: CAMEL-19433
>                 URL: https://issues.apache.org/jira/browse/CAMEL-19433
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-kafka
>    Affects Versions: 3.20.5
>            Reporter: Devidas  gawade
>            Priority: Minor
>
> consumer silently ignores the error on poll and sends a leave group request to the coordinator with the reason "consumer poll timeout has expired"



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