Jan Hecking

Results 20 issues of Jan Hecking

One other thing I forgot to mention: If your windows user folder ("c:\Users\Your Name") has spaces on it, the process also fails. It seems that spaces are not properly escaped...

installation
windows

Ref. https://github.com/aerospike/aerospike-client-nodejs/pull/393#issuecomment-748836445 - the API docs currently don't explain well how to connect to a Aerospike server cluster using TLS.

documentation

I'm trying to store a set of coordinates in solr using Sunspot's latlon type and retrieve them from the search results. However since the LatLonType class doesn't have a cast...

needs-tests

The current batch read response protocol sends back the digest for every record. This information was used to verify that the batch index (also sent back for every record) pointed...

enhancement

Support for MapReduce style of programming using [Stream UDFs](http://www.aerospike.com/docs/architecture/udf.html#stream-udfs): http://www.aerospike.com/docs/guide/aggregation.html

T: enhancement
P4 - nice to have
E: hard

Use new peers list protocol introduced in AS v3.10 for more efficient node discovery. Note: Requires Aerospike Server version 3.10 or later.

T: enhancement
P2 - need to have
E: intermediate

Note: Requires Aerospike Server version 3.10 or later.

T: enhancement
P3 - want to have
E: intermediate

Support for [Transport Layer Security](http://www.aerospike.com/docs/guide/security/tls.html) for all communication between the client and all cluster nodes. Support for all 3 TLS security modes: * [ ] Standard Authentication * [ ]...

T: enhancement
P3 - want to have
E: hard

Does Log++ provide a native (i.e. C/C++) API in addition to the JS API for applications to use for logging? Or would it be feasible to add such an API?...