You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2017/04/19 05:34:41 UTC

[jira] [Updated] (KAFKA-5087) Kafka Connect's configuration topics should always be compacted

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

Gwen Shapira updated KAFKA-5087:
--------------------------------
    Component/s: KafkaConnect

> Kafka Connect's configuration topics should always be compacted
> ---------------------------------------------------------------
>
>                 Key: KAFKA-5087
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5087
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>            Reporter: Gwen Shapira
>
> New users frequently lose their connector configuration because they did not manually set the topic deletion policy to "compact". Not a good first experience with our system.
> 1. If the topics do not exist, Kafka Connect should create them with the correct configuration.
> 2. If the topics do exist, Kafka Connect should check their deletion policy and refuse to start if it isn't "compact"
> I'd love to do it (or have someone else do it) the moment the AdminClient is merged and to have it in 0.11.0.0.



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