Kyriakos Mandalas
Kyriakos Mandalas
### Current behavior When loading an app via **Expo Go**, the following error occurs: ``` Invariant Violation: "main" has not been registered. This can happen if: * Metro (the local...
Provide more fine-grained load balancing rules based on actuator metrics like `system.cpu.usage`, `jvm.memory.usage` etc. Could be something configurable based on a specific metric and a corresponding threshold value. If this...
Using Java 17 and Spring 3.2.2 with `spring-cloud-azure-starter-data-cosmos`, queries like `findAllByPrincipalAndTypeInAndTimestampGreaterThanEqualOrderByTimestampAsc` fail with error message: ` com.azure.cosmos.CosmosException: {"innerErrorMessage":"Index does not have options 16, StatusCode: InternalServerError"...}` The Spring Data Repository is...
Spring Data queries like the following: `boolean existsByPrincipalAndType(String principal, String auditType);` fail with error: ``` com.azure.spring.data.cosmos.exception.CosmosAccessException: Failed to get count value ``` Integration test here: https://github.com/kmandalas/cosmosdb-vnext/blob/2791f59618583e719d2645064899b251ef738cc4/src/test/java/com/example/demo/audits/DemoAuditRepositoryIntegrationTest.java#L62