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

Add support for AWS Glue Schema Registry #111

Open
DzeryCZ opened this issue Jan 24, 2022 · 0 comments
Open

Add support for AWS Glue Schema Registry #111

DzeryCZ opened this issue Jan 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@DzeryCZ
Copy link

DzeryCZ commented Jan 24, 2022

Our Kafka setup consists of AWS MSK and AWS Glue Schema registry.
While this plugin works perfectly fine with MSK itself, it lacks support for Glue Schema Registry.

AWS Glue Schema Registry allows connection only over AWS API and the access management is handled via AWS IAM.
By reading the documentation of this plugin I found out, that only connection over HTTP Basic Authorisation is possible.

In order to make the application (producer/consumer) talk to Glue Schema Registry a code change is needed - https://github.com/awslabs/aws-glue-schema-registry

So that is bringing up a question.
Is support of AWS Glue Schema Registry on your Roadmap? Or is there any other woraround?
Did anybody else encountered with this problem?
Many thanks.

@DzeryCZ DzeryCZ added the enhancement New feature or request label Jan 24, 2022
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