Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-5575

SchemaBuilder should have a method to clone an existing Schema.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • connect

    Description

      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.

      return SchemaBuilder.from(Schema.STRING_SCHEMA).name("MyNewName").build()
      

      Attachments

        Issue Links

          Activity

            People

              jcustenborder Jeremy Custenborder
              jcustenborder Jeremy Custenborder
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: