[ 
https://issues.apache.org/jira/browse/KAFKA-13255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17460107#comment-17460107
 ] 

Mickael Maison commented on KAFKA-13255:
----------------------------------------

It's not a regression from 3.0 so it's probably too late for 3.1.0. David Jacot 
is the release manager and has the final say. You can ask him if you think this 
should be included.
I'm not sure if there's a workaround apart from not mirroring topics with 
custom configurations


> Mirrormaker config property config.properties.exclude is not working as 
> expected 
> ---------------------------------------------------------------------------------
>
>                 Key: KAFKA-13255
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13255
>             Project: Kafka
>          Issue Type: Bug
>          Components: mirrormaker
>    Affects Versions: 2.8.0
>            Reporter: Anamika Nadkarni
>            Assignee: Ed Berezitsky
>            Priority: Major
>             Fix For: 3.2.0
>
>
> Objective - Use MM2 (kafka connect in distributed cluster) for data migration 
> between cluster hosted in private data center and aws msk cluster.
> Steps performed -
>  # Started kafka-connect service.
>  # Created 3 MM2 connectors (i.e. source connector, checkpoint connector and 
> heartbeat connector). Curl commands used to create connectors are in the 
> attached file.  To exclude certain config properties while topic replication, 
> we are using the 'config.properties.exclude' property in the MM2 source 
> connector.
> Expected -
> Source topic 'dev.portlandDc.anamika.helloMsk' should be successfully created 
> in destination cluster.
> Actual -
> Creation of the source topic 'dev.portlandDc.anamika.helloMsk' in destination 
> cluster fails with an error. Error is
> {code:java}
> [2021-08-06 06:13:40,944] WARN [mm2-msc|worker] Could not create topic 
> dev.portlandDc.anamika.helloMsk. 
> (org.apache.kafka.connect.mirror.MirrorSourceConnector:371)
> org.apache.kafka.common.errors.InvalidConfigurationException: Unknown topic 
> config name: confluent.value.schema.validation{code}



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

Reply via email to