kong v0.0.1 Kong.Cluster

Summary

Functions

Cluster information

Forcibly remove a node

Retrieve cluster status

Functions

info()

Cluster information

The entrypoint to the clustering API functionalities. Shows the total number of events that have been handled by the current node, and their types. The types starting with ENTITY_ are events for database entities, while the types that start with MEMBER- are events of the cluster and its members.

remove_node(name)

Forcibly remove a node

Forcibly remove a node from the cluster.

status()

Retrieve cluster status

Retrieve the cluster status, returning information for each node in the cluster.