You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2021/09/20 12:45:00 UTC

[jira] [Updated] (NIFI-8966) Confluent Schema Registry - get schema without subject/version

     [ https://issues.apache.org/jira/browse/NIFI-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann updated NIFI-8966:
-----------------------------------
    Fix Version/s: 1.15.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> Confluent Schema Registry - get schema without subject/version
> --------------------------------------------------------------
>
>                 Key: NIFI-8966
>                 URL: https://issues.apache.org/jira/browse/NIFI-8966
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>             Fix For: 1.15.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In some rare cases, we may be in a situation where the Confluent Schema Registry does return a schema with the API:
> {code:java}
> /schemas/ids/<id>{code}
> but does not return anything associated to that schema for
>  
> {code:java}
> /schemas/ids/<id>/subjects
> /schemas/ids/<id>/versions
> {code}
> While we should try to retrieve all the information associated to a schema to improve caching efficiency, we should not fail as schema and id are enough for the use of readers and writers - especially when parsing data with the embedded payload encoding which provides the schema ID.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)