You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the backend the services should be able to connect to the remote stores that the respective ingestion pipeline uses. See iota_data_ingestion::kv_store.
The text was updated successfully, but these errors were encountered:
Description
HttpKVStore enables a fallback mechanism to fetch historical data from the node.
However it requires a service supporting all the requests that can be inferred from
HttpKVStore.get_url
iota/crates/iota-storage/src/http_key_value_store.rs
Lines 144 to 151 in a2a18ac
and
iota/crates/iota-storage/src/http_key_value_store.rs
Line 99 in a2a18ac
Backend
On the backend the services should be able to connect to the remote stores that the respective ingestion pipeline uses. See iota_data_ingestion::kv_store.
The text was updated successfully, but these errors were encountered: