Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Table API is not supported out of Legacy stream #347

Open horns-k opened 4 years ago

horns-k commented 4 years ago

Table API is not supported out of Legacy stream.

At the moment it seems like Table API would not even be supported by CosmosDB, as you are forced to use legacy Table Storage API v8, when the newest is v12. This leads to unnecessary issues and confusion when you genuinely want to use both in the same project.

Is there a projected timeline on how/when CosmosDB product team will take over the API from the Azure Storage team and implement this?

horns-k commented 4 years ago

Any update?