lewismc opened a new pull request, #895: URL: https://github.com/apache/nutch/pull/895
This is a proof of concept for [NUTCH-3154](https://issues.apache.org/jira/browse/NUTCH-3154). I really like this model as the `@Testcontainers(disabledWithoutDocker = true)` annotation will simply skip the test(s) if no local container environment is present. More info at https://java.testcontainers.org/quickstart/junit_5_quickstart/#4-additional-attributes The new target is `test-indexer-integration`. This will be triggered in CI if changes to `src/plugin/indexer-*/**` are detected. My proposal is as follows indexer-cloudsearch - implement indexer-csv - DO NOT implement indexer-dummy - DO NOT implement indexer-elastic - implement per this PR indexer-kafka - implement indexer-opensearch-1x - implement (and possibly deprecate for removal...) indexer-rabbit - implement indexer-solr - implement Thanks for any peer review -- 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]

