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

TypedSchema and Dependency should be generic #641

Open
aiven-anton opened this issue Jun 1, 2023 · 0 comments
Open

TypedSchema and Dependency should be generic #641

aiven-anton opened this issue Jun 1, 2023 · 0 comments

Comments

@aiven-anton
Copy link
Contributor

There's lots of places where it's challenging to add static typing where we have to deal with Dependency and TypedSchema, and we need to add assertions on their contained schemas. This is due to the fact that we maintain no connection between their .schema_type and types of .schema.

Having the ability to specify Dependency[ProtobufSchema] when working with protobuf-specific code would help greatly in this respect.

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

No branches or pull requests

1 participant