[
https://issues.apache.org/jira/browse/GOBBLIN-198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Tiwari resolved GOBBLIN-198.
-------------------------------------
Resolution: Fixed
Issue resolved by pull request #2056
[https://github.com/apache/incubator-gobblin/pull/2056]
> 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
> Assignee: 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)