basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 28 forks source link

Detect PB -> HTTP port connection [JIRA: CLIENTS-860] #156

Closed lukebakken closed 1 year ago

lukebakken commented 8 years ago

A common user error is to configure the Node.js client to connect to the Riak HTTP port rather than the PB port. The client should detect this condition and error with a helpful message or exception.