Skip to content
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

Implement Elasticsearch/Clickhouse source resolver #19

Merged
merged 1 commit into from
May 2, 2024

Conversation

pivovarit
Copy link
Contributor

@pivovarit pivovarit commented May 2, 2024

Implemented a component responsible for identifying which index names behind an index pattern exist and from which source should be queried.

I will integrate it into multi-index search in the next change.

@pivovarit pivovarit force-pushed the source-resolver branch 5 times, most recently from 13df5f1 to 0c4eae9 Compare May 2, 2024 11:37
@pivovarit pivovarit marked this pull request as ready for review May 2, 2024 12:35
@pivovarit pivovarit requested a review from a team as a code owner May 2, 2024 12:35
@pivovarit pivovarit requested review from nablaone, jakozaur, mieciu, trzysiek and pdelewski and removed request for a team May 2, 2024 12:35
@pivovarit pivovarit merged commit 60ffaa7 into main May 2, 2024
4 checks passed
@pivovarit pivovarit deleted the source-resolver branch May 2, 2024 13:30
pivovarit added a commit that referenced this pull request May 6, 2024
In this change, I integrate the source resolver with the search logic and use it to determine the strategy. This change is supposed to be neutral, so the original strategy is preserved, but all the search logic moved into a loop, which makes it multiple-table friendly.

Depends on:
- #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants