Skip to content

feat: added Azure .Net sidecar to support cross partition paginated queries

Diego Molteni requested to merge slb/dm3/sidecar into master

Cross partition paginated queries are not supported in the Azure JS SDK, Added Azure .Net Sidecar microservice to support cross partition queries

Implemented also the /insert /get and /delete method as the .Net sidecar supports direct TCP connections (the JS SDK only supports the Gateway connection mode that has poor performances under load).

Edited by Diego Molteni

Merge request reports