Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement cluster event callbacks #206

Merged
merged 4 commits into from
Jul 14, 2017
Merged

Implement cluster event callbacks #206

merged 4 commits into from
Jul 14, 2017

Commits on Jul 13, 2017

  1. Implement cluster event callbacks

    Set up a callback for AS cluster events. Client will emit the following
    events:
    * nodeAdded - a new cluster node was detected
    * nodeRemoved - an existing node was removed from the cluster
    * disconnected - the client has lost connection to all cluster nodes
    
    Requires a currently unreleased, new API in the Aerospike C client.
    Tests are expected to fail until a new C client version has been
    released and the dependency in the Node.js client is updated.
    
    Closes #145
    jhecking committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    6b2baca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00f7394 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    jhecking committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    2c831ee View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    51ecde1 View commit details
    Browse the repository at this point in the history