Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

oaplatform/oap-aerospike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oap-aerospike

Thin (simple) AeroSpike client. Used for async operations in AeroSpike by using AerospikeClient#operations and AerospikeAsyncClient respectively. Two services are configured based on AeroSpike client: aerospike-client-reader and aerospike-client-writer in oap-module.conf

AeroSpike logging is created by AerospikeLog and configured by aerospike-log service in oap-module.conf.

Use AerospikeFixture for any tests based on the AeroSpike server. See AerospikeClientTest for any specific test cases.