[ https://issues.apache.org/jira/browse/KAFKA-7883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17574079#comment-17574079 ]
Michael Negodaev commented on KAFKA-7883: ----------------------------------------- Hi all, I've created KIP-855 for this issue and started a vote for it: [https://lists.apache.org/thread/b0cdofxhl7p84k14wvhtrhd0r1z8qzpk] Please feel free to post your thoughts or vote for it. > Add schema.namespace support to SetSchemaMetadata SMT in Kafka Connect > ---------------------------------------------------------------------- > > Key: KAFKA-7883 > URL: https://issues.apache.org/jira/browse/KAFKA-7883 > Project: Kafka > Issue Type: New Feature > Components: KafkaConnect > Affects Versions: 2.1.0 > Reporter: Jérémy Thulliez > Assignee: Michael Negodaev > Priority: Minor > Labels: features > > When using a connector with AvroConverter & SchemaRegistry, users should be > able to specify the namespace in the SMT. > Currently, only "schema.version" and "schema.name" can be specified. > This is needed because if not specified, generated classes (from avro schema) > are in the default package and not accessible. > Currently, the workaround is to add a Transformation implementation to the > connect classpath. > It should be native. > -- This message was sent by Atlassian Jira (v8.20.10#820010)