aerospike / aerospike-client-rust

Rust client for the Aerospike database
https://www.aerospike.com/
Other
82 stars 28 forks source link

Add APIs to wait for completion of long-running server tasks #12

Closed jhecking closed 4 years ago

jhecking commented 7 years ago

Certain server tasks are initiated by the client but are asynchronously executed by the server in the background. The client should provide APIs to monitor these tasks using the info protocol and notify the application when they are completed.

jhecking commented 4 years ago

Resolved for UDF module registration and secondary index creation in #69. Will file a separate issue for monitoring background scan progress as and when needed.