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

Randall Hauch edited comment on KAFKA-5575 at 2/9/18 5:13 PM:
--------------------------------------------------------------

-[~ewencp], is this an example of something that we would not need a KIP for 
because it is a simple addition, or should we just do a KIP for everything?-

Saw that [~ewencp] already wrote up a KIP for this: 
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=73635931


was (Author: rhauch):
[~ewencp], is this an example of something that we would not need a KIP for 
because it is a simple addition, or should we just do a KIP for everything?

> 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)

Reply via email to