Giter VIP home page Giter VIP logo

Comments (3)

southpolesteve avatar southpolesteve commented on April 27, 2024

@lonewarrior556 Cosmos JavaScript SDK developer here. Which SDK are you using to talk to Cosmos? Can you force it to use gateway mode? That may solve this issue.

RNTB is the custom TCP protocol used by Cosmos direct mode. It is only used in the .NET and Java SDKs when in "direct" mode. JavaScript and Python talk to the cosmos HTTP rest API which the cosmos-server project is meant to simulate.

from cosmosdb-server.

lonewarrior556 avatar lonewarrior556 commented on April 27, 2024

Hey @southpolesteve
yea lib is in .net It's prebuilt so I can't change much except for the endpoint using an env variable.

In the absence of a linux docker cosmodb emulator I've resorted to using this, which (when I hack it to return something for that endpoint seems to work after some delay.. perhaps it times out and connect thru https?)

Thanks to whoever posted that as a possibility here: Azure/azure-cosmos-db-emulator-docker#17

from cosmosdb-server.

Socolin avatar Socolin commented on April 27, 2024

Hello, I encounter this error but this seems related with the DirectoConnectionMode https://docs.microsoft.com/en-us/azure/cosmos-db/sql-sdk-connection-modes

It seems to work when specifying explicitly .WithConnectionModeGateway() instead of WithConnectionModeDirect() on CosmosClientBuilder

from cosmosdb-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.