Documentation
¶
Index ¶
- Variables
- func AddVoter(cctx *cli.Context) error
- func AdminLeader(cctx *cli.Context) error
- func CreateRecords(cctx *cli.Context) error
- func CreateTopic(ctx *cli.Context) error
- func DeleteTopic(ctx *cli.Context) error
- func GetConfiguration(cctx *cli.Context) error
- func ListRecords(cCtx *cli.Context) error
- func ListTopics(cCtx *cli.Context) error
- func RemoveServer(cctx *cli.Context) error
- func SetupNomadCluster(cctx *cli.Context) error
- func Stats(cCtx *cli.Context) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMultipleLeaders = errors.New("multiple leaders found") ErrMissingLeader = errors.New("no leader found") )
Functions ¶
func AdminLeader ¶
func AdminLeader(cctx *cli.Context) error
func CreateRecords ¶
func CreateRecords(cctx *cli.Context) error
func CreateTopic ¶
func CreateTopic(ctx *cli.Context) error
func DeleteTopic ¶
func DeleteTopic(ctx *cli.Context) error
func GetConfiguration ¶
func GetConfiguration(cctx *cli.Context) error
func ListRecords ¶
func ListRecords(cCtx *cli.Context) error
func ListTopics ¶
func ListTopics(cCtx *cli.Context) error
func RemoveServer ¶
func RemoveServer(cctx *cli.Context) error
func SetupNomadCluster ¶
func SetupNomadCluster(cctx *cli.Context) error
SetupNomadCluster promotes first nomad alloc to leader and joins other allocs to leader.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.