You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Jennifer Zheng (JIRA)" <ji...@apache.org> on 2017/08/10 01:12:00 UTC

[jira] [Created] (GOBBLIN-198) Configuration to disable switching the Kafka topic's and Avro schema's names before registering schema

Jennifer Zheng created GOBBLIN-198:
--------------------------------------

             Summary: Configuration to disable switching the Kafka topic's and Avro schema's names before registering schema
                 Key: GOBBLIN-198
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-198
             Project: Apache Gobblin
          Issue Type: Bug
            Reporter: Jennifer Zheng


Currently, LiKafkaSchemaRegistry switches the Avro schema name with the Kafka topic name before registering the schema. However, this will result in an incorrectly named schema if the name of the schema stored in Kafka does not match the topic name. Add an optional Kafka Schema Registry Configuration Key to set if the names should be switched before registering the schema.
If the configuration is set to false, then the names will not be switched. An additional parameter will also be added to the Post request for registering the schema to specify the Kafka topic name. This is due to Kafka using the Avro schema name by default to register the schema.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)