Skip to content

AvroDeserializer fails when decoding schemas from StreamNative #1416

@ericramirez

Description

@ericramirez

On AvroDeserializer.scala on line 50 the method createDeserializer always fails when reaching the following line:

schemaRegistryClient.getSchemaById(writerSchemaId) 

And gives me this error:

io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Schema 1 not found; error code: 40403

even though getSchemaBySubjectAndId and getAllSubjects work as expected, given the same schema id with the additional subject name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions