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

New constructor for AWSSchemaRegistryClient request #341

Open
MrAnnix opened this issue Apr 17, 2024 · 0 comments
Open

New constructor for AWSSchemaRegistryClient request #341

MrAnnix opened this issue Apr 17, 2024 · 0 comments

Comments

@MrAnnix
Copy link

MrAnnix commented Apr 17, 2024

Currently, three constructors are provided for the com.amazonaws.services.schemaregistry.common.AWSSchemaRegistryClient class. One of them, AWSSchemaRegistryClient(@NonNull GlueClient glueClient) only receives the glue client and the GlueSchemaRegistryConfiguration glueSchemaRegistryConfiguration attribute remains uninitialized.

This causes most methods that query the Glue Schema Registry to fail by throwing a NullPointerException.

I think it would be interesting to replace, or at least, add another constructor that also instantiates the GlueSchemaRegistryConfiguration glueSchemaRegistryConfiguration attribute.

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