You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Randall Hauch (JIRA)" <ji...@apache.org> on 2018/02/09 17:14:00 UTC

[jira] [Updated] (KAFKA-5575) SchemaBuilder should have a method to clone an existing Schema.

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

Randall Hauch updated KAFKA-5575:
---------------------------------
    Labels: needs-kip  (was: )

> SchemaBuilder should have a method to clone an existing Schema.
> ---------------------------------------------------------------
>
>                 Key: KAFKA-5575
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5575
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>            Reporter: Jeremy Custenborder
>            Assignee: Jeremy Custenborder
>            Priority: Minor
>              Labels: needs-kip
>
> Now that Transformations have landed in Kafka Connect we should have an easy way to do quick modifications to schemas. For example changing the name of a schema shouldn't be much more than. I should be able to do more stuff like this.
> {code:java}
> return SchemaBuilder.from(Schema.STRING_SCHEMA).name("MyNewName").build()
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)