Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RETEST] KotlinX vs AvroJavaGen incompatibility #111

Open
zambrovski opened this issue Jul 13, 2024 · 0 comments
Open

[RETEST] KotlinX vs AvroJavaGen incompatibility #111

zambrovski opened this issue Jul 13, 2024 · 0 comments
Labels
Prio: MUST Feature is essential for the next release. Type: bug Something isn't working Type: question Further information is requested
Milestone

Comments

@zambrovski
Copy link
Contributor

zambrovski commented Jul 13, 2024

I did the following:

  • created some events in Axon Server event store using KotlinX events
  • Switched to Avro Java Events (without resetting event store) by changing Maven Profile

Since I now had the generated Java classes on the classpath I could only register them.
The projections started to replay and failed because the fingerprint was not found.

I assume it is correct - the fingerprint is different, but I thought that I designed the hand-written KotlinX serializable events at least reader-compatible to the schema of the events generated in Java.

@jangalinski let's double-check why we get an unknown fingerprint (error from avroSchemaResolver) instead of a loaded (reader-compatible class).

@zambrovski zambrovski added Type: bug Something isn't working Type: question Further information is requested labels Jul 13, 2024
@zambrovski zambrovski added this to the 0.0.1 - MVP milestone Jul 13, 2024
@zambrovski zambrovski added the Prio: MUST Feature is essential for the next release. label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prio: MUST Feature is essential for the next release. Type: bug Something isn't working Type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant