-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adds Engine index selection when publishing messages to indexer #28081
base: master
Are you sure you want to change the base?
Adds Engine index selection when publishing messages to indexer #28081
Conversation
…index at publication time
Coverage reportsThe coverage report can be downloaded from here
🟢 All modules have passed the coverage check |
Coverage reportsThe coverage report can be downloaded from here
🟢 All modules have passed the coverage check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gj!
Just some details.
src/engine/source/builder/test/src/unit/builders/stage/indexerOutput_test.cpp
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
c0231f6
to
6b33f42
Compare
Coverage reportsThe coverage report can be downloaded from here
🟢 All modules have passed the coverage check |
Adds the key "index" on the json data sent to publish function, if the key does not exists the index selected when building the IndexerConnection object is used.