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
Evaluate if all the components (Android FHIR SDK - FHIR Engine, Information Gateway) involved in the example for E2E sync in this repo support gzip encoding of data for transfer with the server.
Run a sample case of sync to validate the E2E sync's correctness.
It would be good to have some performance metrics to compare the effect of compressing the data for transfer on the entire sync time of resources.
The text was updated successfully, but these errors were encountered:
Update:
Android FHIR SDK uses OkHttp client which performs transparent gzip. It sends the required Accept-Encoding header with value gzip by default unless asked otherwise. If the server supports the encoding, it can response back with the respective header i.e. Content-Encoding = gzip. So there is no explicit support that is required to support gzip in Android FHIR SDK.
gzip
encoding of data for transfer with the server.The text was updated successfully, but these errors were encountered: