[
https://issues.apache.org/jira/browse/NIFI-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16060886#comment-16060886
]
ASF GitHub Bot commented on NIFI-1763:
--------------------------------------
Github user joewitt commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1938#discussion_r123745488
--- Diff:
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/schema/access/SchemaAccessUtils.java
---
@@ -45,22 +44,24 @@
"The FlowFile contains 3 Attributes that will be used to
lookup a Schema from the configured Schema Registry: 'schema.identifier',
'schema.version', and 'schema.protocol.version'");
public static final AllowableValue INHERIT_RECORD_SCHEMA = new
AllowableValue("inherit-record-schema", "Inherit Record Schema",
"The schema used to write records will be the same schema that was
given to the Record when the Record was created.");
+ public static final AllowableValue CONFLUENT_ENCODED_SCHEMA = new
AllowableValue("confluent-encoded", "Confluent Content-Encoded Schema
Reference",
--- End diff --
I think we need to be clear which version of the confluent schema registry
we support. If a later version changes the magic bytes or anything like that
and assumes the clients will handle it we might need to adjust our handling.
> Provide an integration with 'Schema registry for Kafka'
> -------------------------------------------------------
>
> Key: NIFI-1763
> URL: https://issues.apache.org/jira/browse/NIFI-1763
> Project: Apache NiFi
> Issue Type: Wish
> Components: Extensions
> Reporter: Joseph Witt
> Assignee: Mark Payne
> Priority: Minor
>
> Reported on a mailing list question on 13 April 2016
> https://github.com/confluentinc/schema-registry
> The registry itself is an ASLv2 licensed codebase. It offers a REST-based
> Web API for interaction. It would be good to support integration with it for
> users of Kafka so it would register schemas if needed when writing to Kafka
> and understand how to parse data based on the indicated schema when reading
> from Kafka.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)