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 GLUE schema registry (only deserialization) #1650

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

arindampatra33
Copy link
Contributor

My team at booking.com use Glue as the Schema registry and since AKHQ doesn't support Glue, we have a hard time visualising avro/json serialised messages in the AKHQ ui.
This PR adds support for deserializing glue . I have tested with json and avro serialized messages and deserialisation worked fine.

Connection configuration looks like this :
schema-registry: type: "glue" glueSchemaRegistryName: name_of_your_schema_registry awsRegion: aws_region_of_your_schema_registry

Authentication is done using aws default credential provider chain!

@arindampatra33
Copy link
Contributor Author

@tchiotludo could you look into this PR please

@tchiotludo
Copy link
Owner

@arindampatra33 is it possible to add some unit test (mocking something).
There is no coverage of the feature for now

@arindampatra33
Copy link
Contributor Author

@tchiotludo sure will add some test cases , if possible could you tell me where to add ? I mean is there any existing test class where I can add?

@tchiotludo
Copy link
Owner

The best is to add a new classes for that or here.
If you could also add some docs, same as this one

@tchiotludo tchiotludo reopened this Jan 17, 2024
@tchiotludo tchiotludo merged commit dfc70c6 into tchiotludo:dev Jan 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants