You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Mariam John (JIRA)" <ji...@apache.org> on 2017/04/20 15:44:04 UTC

[jira] [Assigned] (KAFKA-5096) Check Streams user config parameter earlier

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

Mariam John reassigned KAFKA-5096:
----------------------------------

    Assignee: Mariam John

> Check Streams user config parameter earlier
> -------------------------------------------
>
>                 Key: KAFKA-5096
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5096
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Matthias J. Sax
>            Assignee: Mariam John
>            Priority: Minor
>              Labels: beginner, newbie
>
> Streams does not allow to overwrite some config parameters (eg, {{enable.auto.commit}}).
> Currently, those checks are done when the consumer/producer config is generated, ie, when the consumer/producer in instantiated. This means, the check is done quite later after {{KafkaStreams#start()}} was called.
> It would be a better user experience, to check user provided configs early on, ie, in the constructor of {{StreamsConfig}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)