Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Avro data examples throw APIError: HTTP 422 Invalid schema #20

@hjespers

Description

When running either of the two avro examples in the README.md I get the following error

APIError: HTTP 422 Invalid schema: org.codehaus.jackson.JsonParseException: Unexpected character ('i' (code 105)): expected a valid value (number, String, array, object, 'true', 'false' or 'null')
at [Source: java.io.StringReader@637ee04b; line: 1, column: 2]

In looking at the code it appears as if the avro schema is being stringified twice before being sent to the REST Proxy.

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