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)