Azure / azure-cosmosdb-java

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

Direct TCP: RntbdRequestManager.messageReceived should use static ObjectMapper #113

Closed David-Noble-at-work closed 5 years ago

David-Noble-at-work commented 5 years ago

For performance this method will use RntbdObjectMapper.readTree instead of creating its own object mapper on each invocation.