You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/12/02 11:36:00 UTC

[jira] [Resolved] (CAMEL-12960) camel-kafka - Allow consumer partition assignment

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

Claus Ibsen resolved CAMEL-12960.
---------------------------------
    Resolution: Won't Fix

> camel-kafka - Allow consumer partition assignment
> -------------------------------------------------
>
>                 Key: CAMEL-12960
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12960
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-kafka
>            Reporter: J Jenkins
>            Priority: Minor
>             Fix For: Future
>
>
> The current implementation of camel-kafka is coded to use consumer.subscribe.  This tends to be the default for most Kafka consumer use-cases, however, there are times when you may not want some of the features that come with subscription (such as automatic re-balancing).  
> Kafka allows for more control in this situations by using the consumer.assign api.
> Would be great if we can extend camel-kafka to pass in some additional flags and required fields for using assign instead of subscribe.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)