countradooku opened a new pull request, #3498: URL: https://github.com/apache/iggy/pull/3498
## Summary - add the Meilisearch source connector using the official `meilisearch-sdk` - document source configuration, retry behavior, and primary-key cursor requirements - add Docker-backed integration coverage for producing indexed Meilisearch documents into Iggy ## Motivation This splits the source portion out of #3404 so the Meilisearch source can be reviewed and merged independently from the sink connector. Closes #3496. ## Validation - `cargo sort --no-format --workspace` - `cargo test -p iggy_connector_meilisearch_source` - `cargo clippy -p iggy_connector_meilisearch_source --all-targets -- -D warnings` - `env CARGO_BIN_EXE_iggy-server=... CARGO_BIN_EXE_iggy-connectors=... cargo test -p integration --test mod -- connectors::meilisearch::meilisearch_source` - `git diff --check` -- 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]
