Github user markap14 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1938#discussion_r123756661
  
    --- 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 --
    
    True. Will update.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to