aerospike-scala
aerospike-scala copied to clipboard
Absent support of WriteListener
It's needed to subscribe on WriteListener to retrieve errors that appeared during writing into Aerospike. It's could be implemented via Promise. At now only exceptions in direct method call could be caught, but it is not enough in case of asynchronous client.