1

Does AWS Java SDK provide any means to interact with Glue schema registry? I am looking for methods such as registering a schema, updating the version of already registered schema, deleting schema. I know aws provides Python library method as mentioned here

I am looking for Java ways to interact with registry. Similar to Spring Cloud Schema Registry

AWS Glues also provides endpoints but I am not sure if they let me interact with glue schema registry.

This SO question suggests to follow the examples provided by aws but I am looking specifically for ways to interact with AWS Glue Schema registry using Java

Would it be better to wrap Java code around python based API provided by AWS ?

Any thoughts or guidance is much appreciated.

Thanks

Anvesh Raavi
  • 303
  • 1
  • 3
  • 14

1 Answers1

0

You can use the AWS Glue SDK for Java to interact with Glue Schema Registry APIs. Ref.

blacktooth
  • 176
  • 3
  • 16