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
Currently all server side SDKs will only retrieve the first page of the environment document data when calling the /api/v1/environment-document endpoint. For environments whose data exceeds 1MB (for example, environments with large numbers of identity overrides), we will need to retrieve subsequent pages.
This will need to be implemented in all server side SDKs as per the following list.
python
java
rust
node.js
golang
elixir
.NET
php
ruby
This will also need to be added to the Edge Proxy.
Some points to note:
We need to consider what to do if retrieving all the pages takes longer than the polling interval.
Currently all server side SDKs will only retrieve the first page of the environment document data when calling the
/api/v1/environment-document
endpoint. For environments whose data exceeds 1MB (for example, environments with large numbers of identity overrides), we will need to retrieve subsequent pages.This will need to be implemented in all server side SDKs as per the following list.
This will also need to be added to the Edge Proxy.
Some points to note:
Related issues / PRs
The text was updated successfully, but these errors were encountered: