[ 
https://issues.apache.org/jira/browse/NIFI-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17417632#comment-17417632
 ] 

ASF subversion and git services commented on NIFI-8966:
-------------------------------------------------------

Commit 2e998839eb50fe873b0487bed73049b6e878e75c in nifi's branch 
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2e99883 ]

NIFI-8966 - Confluent Schema Registry - get schema without subject/version

This closes #5266

Signed-off-by: David Handermann <[email protected]>


> 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
>          Time Spent: 20m
>  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)

Reply via email to