[jira] [Updated] (KAFKA-13546) Explicitly specifying default topic creation groups should not make connector fail

2021-12-18 Thread venkat teki (Jira)


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

venkat teki updated KAFKA-13546:

Description: 
[KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
 introduced support for Connect worker to allow source connector configurations 
to define topic creation settings.

A new source connector configuration {{topic.creation.groups}} was introduced, 
which takes a list of groups. 

*Expected behavior*

According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
configration should throw a warning, but not let connector fail.

*Actual behavior*

Specifying "default" as one of the topic creation groups will make a connector 
fail

  was:
[KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
 introduced support for Connect worker to allow source connector configurations 
to define topic creation settings.

A new source connector configuration {{topic.creation.groups}} was introduced, 
which takes a list of groups. 

*Expected behavior*

According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
configration should throw a warning, but not let connector fail.

*Actual behavior*

Specifying "default" will make a connector fail


> Explicitly specifying default topic creation groups should not make connector 
> fail
> --
>
> Key: KAFKA-13546
> URL: https://issues.apache.org/jira/browse/KAFKA-13546
> Project: Kafka
>  Issue Type: Bug
>  Components: KafkaConnect
>Affects Versions: 2.6.0, 2.7.0, 2.6.1, 2.8.0, 2.7.1, 2.6.2, 2.6.3, 2.7.2, 
> 2.8.1
>Reporter: venkat teki
>Assignee: venkat teki
>Priority: Major
>
> [KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
>  introduced support for Connect worker to allow source connector 
> configurations to define topic creation settings.
> A new source connector configuration {{topic.creation.groups}} was 
> introduced, which takes a list of groups. 
> *Expected behavior*
> According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
> configration should throw a warning, but not let connector fail.
> *Actual behavior*
> Specifying "default" as one of the topic creation groups will make a 
> connector fail



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


[jira] [Assigned] (KAFKA-13546) Explicitly specifying default topic creation groups should not make connector fail

2021-12-17 Thread venkat teki (Jira)


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

venkat teki reassigned KAFKA-13546:
---

Assignee: venkat teki

> Explicitly specifying default topic creation groups should not make connector 
> fail
> --
>
> Key: KAFKA-13546
> URL: https://issues.apache.org/jira/browse/KAFKA-13546
> Project: Kafka
>  Issue Type: Bug
>  Components: KafkaConnect
>Affects Versions: 2.6.0, 2.7.0, 2.6.1, 2.8.0, 2.7.1, 2.6.2, 2.6.3, 2.7.2, 
> 2.8.1
>Reporter: venkat teki
>Assignee: venkat teki
>Priority: Major
>
> [KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
>  introduced support for Connect worker to allow source connector 
> configurations to define topic creation settings.
> A new source connector configuration {{topic.creation.groups}} was 
> introduced, which takes a list of groups. 
> *Expected behavior*
> According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
> configration should throw a warning, but not let connector fail.
> *Actual behavior*
> Specifying "default" will make a connector fail



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


[jira] [Updated] (KAFKA-13546) Explicitly specifying default topic creation groups should not make connector fail

2021-12-14 Thread venkat teki (Jira)


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

venkat teki updated KAFKA-13546:

Description: 
[KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
 introduced support for Connect worker to allow source connector configurations 
to define topic creation settings.

A new source connector configuration {{topic.creation.groups}} was introduced, 
which takes a list of groups. 

*Expected behavior*

According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
configration should throw a warning, but not let connector fail.

*Actual behavior*

Specifying "default" will make a connector fail

  was:
[KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
 introduced support for Connect worker to allow source connector configurations 
to define topic creation settings.

A new source connector configuration {{topic.creation.groups}} was introduced, 
which takes a list of groups.  


h4. Expected behavior

According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
configration should throw a warning, but not let connector fail.

*Actual behavior*

Specifying "default" will make a connector fail


> Explicitly specifying default topic creation groups should not make connector 
> fail
> --
>
> Key: KAFKA-13546
> URL: https://issues.apache.org/jira/browse/KAFKA-13546
> Project: Kafka
>  Issue Type: Bug
>  Components: KafkaConnect
>Affects Versions: 2.6.0, 2.7.0, 2.6.1, 2.8.0, 2.7.1, 2.6.2, 2.6.3, 2.7.2, 
> 2.8.1
>Reporter: venkat teki
>Priority: Major
>
> [KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
>  introduced support for Connect worker to allow source connector 
> configurations to define topic creation settings.
> A new source connector configuration {{topic.creation.groups}} was 
> introduced, which takes a list of groups. 
> *Expected behavior*
> According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
> configration should throw a warning, but not let connector fail.
> *Actual behavior*
> Specifying "default" will make a connector fail



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


[jira] [Created] (KAFKA-13546) Explicitly specifying default topic creation groups should not make connector fail

2021-12-14 Thread venkat teki (Jira)
venkat teki created KAFKA-13546:
---

 Summary: Explicitly specifying default topic creation groups 
should not make connector fail
 Key: KAFKA-13546
 URL: https://issues.apache.org/jira/browse/KAFKA-13546
 Project: Kafka
  Issue Type: Bug
  Components: KafkaConnect
Affects Versions: 2.8.1, 2.7.2, 2.6.3, 2.6.2, 2.7.1, 2.8.0, 2.6.1, 2.7.0, 
2.6.0
Reporter: venkat teki


[KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics]
 introduced support for Connect worker to allow source connector configurations 
to define topic creation settings.

A new source connector configuration {{topic.creation.groups}} was introduced, 
which takes a list of groups.  


h4. Expected behavior

According to KIP-158, specifying value "default" in {{topic.creation.groups}} 
configration should throw a warning, but not let connector fail.

*Actual behavior*

Specifying "default" will make a connector fail



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