-
-
Notifications
You must be signed in to change notification settings - Fork 148
[Elasticsearch] Add bridge #1109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
llupa
commented
Dec 10, 2025
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | yes |
| Docs? | yes |
| Issues | |
| License | MIT |
21c2889 to
a9700d5
Compare
|
Thanks for the bridge, please add the missing files like License, composer.json etc., add an example in the examples folder and update the docker compose file, thanks |
I saw the other bridges and added the files accordingly. Let me know if this is enough. Edit: I see the failing CI, and I will update the PR later |
|
Please add an entry to |
|
To fix you need to require your new bridge package in /examples/composer.json |
|
Please upgrade phpunit: |
b891cef to
55cf241
Compare
|
small update: Until now my suspicion is that the integrations tests need a bit more safeguarding knowing when all services are healthy, ES is notorious for needing a bit extra time, so I assume having both ES and OS might result in the 403s (service not available?) that are reported in the GHA workflow. I am going to open a PR for the GHA workflow separately and looking forward to the maintainer's input. |
|
Thank you @llupa. |