Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

AVRO format expected by sbt-mu-srcgen #309

Open
angoglez opened this issue Jun 29, 2020 · 0 comments
Open

AVRO format expected by sbt-mu-srcgen #309

angoglez opened this issue Jun 29, 2020 · 0 comments

Comments

@angoglez
Copy link
Contributor

Description

Issue related: #308

When a schema is stored in compendium (.avpr format accepted by compendium, see related issue) and later we try to use the sbt-mu-srcgen plugin to obtain the .scala files (doing sbt muSrcgen) it seems it's expecting for an .avdl file.

Example output:

[error] org.apache.avro.compiler.idl.ParseException: Encountered " "{" "{ "" at line 1, column 1.
[error] Was expecting one of:
[error]     "protocol" ...
[error]     "@" ...
[error]     

Or maybe it's because the avro schema it's not properly recognized.

🔗 RELATED DOCUMENT: PART TWO - AVRO PROTOCOL (.avpr) COMPENDIUM/SBT-MU-SRCGEN MISMATCH

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant