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

Cache schemas across execution #67

Open
dorner opened this issue May 21, 2020 · 0 comments
Open

Cache schemas across execution #67

dorner opened this issue May 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dorner
Copy link
Member

dorner commented May 21, 2020

With the release of AvroTurf 1.0 and this PR dasch/avro_turf#111 we should now be able to cache schemas across the full execution rather than having one schema cached per producer/consumer. We should be able to have a singleton encoder/decoder now.

The previous problem is that we'd have multiple schemas defining the same subschema (e.g. "Status") and AvroTurf would crash.

@dorner dorner added the enhancement New feature or request label May 21, 2020
@iMacTia iMacTia mentioned this issue Mar 4, 2022
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant