Open planetf1 opened 2 years ago
We are seeing intermittent failures to retrieve artifacts from maven repositories via the sonatype nexus repo. This impacts retrieval of our 'official' connector builds. For example cts tests are currently failing, see https://github.com/odpi/egeria-test-cts/issues/7
Either adding support for maven artifact download, or perhaps more generally, execution of a user script to retrieve additional connectors, is likely needed.
The operator now supports download of additional connectors via a url/filename pair under 'Libraries' in the CR.
This could be extended to support the retrieval of maven artifacts directly.
Whilst files are useful, and flexible, we do provide all of our egeria connectors as maen artifacts, and being able to simply specify a version & maven coordinate could make specification easier than composing an obscure URL
Usability improvement...