issues
search
aerospike
/
aerospike-client-java
Aerospike Java Client Library
Other
236
stars
212
forks
source link
[CONNECTOR-633] Increased incoming message limit and event loop fixes
#242
Closed
ashishshinde
closed
1 year ago
ashishshinde
commented
1 year ago
Increased the incoming payload size to 128MB
onError and onNext were at times called from non-event loop threads. Scheduled these calls on event loop to ensure thread safety.
minor formatting change
allowed sync calls from benchmarks
minor formatting fixes
BrianNichols
commented
1 year ago
Accepted the majority of changes.