carlesarnal opened a new pull request, #24844:
URL: https://github.com/apache/camel/pull/24844

   New component wrapping the Apicurio Registry v3 REST API via 
`io.apicurio:apicurio-registry-java-sdk`.
   
   URI format: `apicurio-registry:groupId/artifactId[?options]`
   
   Producer operations: `createArtifact`, `updateArtifact`, `deleteArtifact`, 
`getArtifactContent`, `getArtifactMetadata`, `searchArtifacts`, `listVersions`, 
`createGroup`, `testCompatibility`, `validate`.
   
   Consumer polls for new artifact versions using a `globalId` watermark.
   
   Auth: `none`, `basic`, `oidc` (OAuth2 client credentials).
   
   Includes unit tests (mocked SDK), integration tests (Testcontainers with 
`quay.io/apicurio/apicurio-registry:3.0.6`), and AsciiDoc documentation.
   
   Related: https://github.com/Apicurio/apicurio-registry/issues/8671


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to