countradooku opened a new pull request, #3497: URL: https://github.com/apache/iggy/pull/3497
## Summary - add the Meilisearch sink connector using the official `meilisearch-sdk` - document the sink configuration and payload mapping behavior - add Docker-backed integration coverage for indexing JSON messages into Meilisearch ## Motivation This splits the sink portion out of #3404 so the Meilisearch sink can be reviewed and merged independently from the source connector. Closes #3495. ## Validation - `cargo sort --no-format --workspace` - `cargo test -p iggy_connector_meilisearch_sink` - `cargo clippy -p iggy_connector_meilisearch_sink --all-targets -- -D warnings` - `env CARGO_BIN_EXE_iggy-server=... CARGO_BIN_EXE_iggy-connectors=... cargo test -p integration --test mod -- connectors::meilisearch::meilisearch_sink` - `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]
