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

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

Pierre Villard created NIFI-8966:
------------------------------------

             Summary: 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


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)