-
Notifications
You must be signed in to change notification settings - Fork 80
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
Put avro support behind an optional feature flag #163
Comments
rtyler
added a commit
that referenced
this issue
Jan 8, 2024
Turning avro off drops about 50 crates from the default build, so useful for development, but the code would need to be cleaned up to remove this from the default features list See #163
rtyler
added a commit
that referenced
this issue
Jan 8, 2024
This change is a little wrapped up in the introduction of DeserializedMessage but the trade-off for development targeting S3 is that I am linking 382 crates every cycle as opposed to 451. Fixes #163
rtyler
added a commit
that referenced
this issue
Jan 8, 2024
Turning avro off drops about 50 crates from the default build, so useful for development, but the code would need to be cleaned up to remove this from the default features list See #163
rtyler
added a commit
that referenced
this issue
Jan 8, 2024
This change is a little wrapped up in the introduction of DeserializedMessage but the trade-off for development targeting S3 is that I am linking 382 crates every cycle as opposed to 451. Fixes #163
This is actually addressed as part of #164 because I was trying to limit my build/link times 😄 |
rtyler
added a commit
that referenced
this issue
Jan 9, 2024
Turning avro off drops about 50 crates from the default build, so useful for development, but the code would need to be cleaned up to remove this from the default features list See #163
rtyler
added a commit
that referenced
this issue
Jan 9, 2024
This change is a little wrapped up in the introduction of DeserializedMessage but the trade-off for development targeting S3 is that I am linking 382 crates every cycle as opposed to 451. Fixes #163
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will speed up local development a bit if the avro dependencies can be turned off. We're linking well over 400 crates right now by default 🤯
The text was updated successfully, but these errors were encountered: