Commit 0dfc37b
fix: Clarify that Elasticsearch data connector does not retry read operations
The deployment guide stated the data connector retries transient errors,
but the retry mechanism (with_retry) is only wired into bulk_index on the
vector engine write path. The data connector's get_mapping and search
calls do not use retries — failures are surfaced immediately.
Verified against spiceai/spiceai trunk at
crates/elasticsearch/src/lib.rs (with_retry scoped to bulk_index,
lines 247-253).1 parent ac494f9 commit 0dfc37b
1 file changed
Lines changed: 2 additions & 7 deletions
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 46 | + | |
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
| |||
0 commit comments