Skip to content

Commit 24c41f6

Browse files
authored
stellar-rpc: add a note regarding difference in metadata (#1695)
1 parent 3afd749 commit 24c41f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/data/apis/rpc/admin-guide/data-lake-integration.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ RPC version 23.0 introduces data lake integration for the `getLedgers` endpoint,
1111

1212
The process involves setting up a ledger data lake and then configuring your RPC node to use it.
1313

14+
:::info
15+
16+
The metadata of a ledger returned by `getLedgers` may vary depending on its source. When a ledger is retrieved from the RPC's local datastore, its metadata is subject to your RPC configuration. However, ledgers fetched from the data lake are typically stored with all metadata included.
17+
18+
:::
19+
1420
### 1. Accessing a Data Lake
1521

1622
You have two options for utilizing a data lake:

0 commit comments

Comments
 (0)