You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jeremy Custenborder (JIRA)" <ji...@apache.org> on 2017/07/10 05:02:00 UTC

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

Jeremy Custenborder created KAFKA-5575:
------------------------------------------

             Summary: 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


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
(v6.4.14#64029)