disconnect

Disconnect MSGMX from a specific Apache ZooKeeper node or Apache Kafka Broker.

Use the disconnect command to disassociate your administrative session from an Apache ZooKeeper or Apache Kafka Broker. If you have other connections active, MSGMX falls back to the most recent previous connection (if any) and you see an updated prompt.

Synopsis

disconnect zookeeper <hostname | address:port>

disconnect bootstrap-server <hostname | address:port>

Options

zookeeper <hostname | address:port>
disconnect from an Apache ZooKeeper
bootstrap-server <hostname | address:port>
disconnect from an Apache Kafka Broker

Examples

zookeeper@localhost:2181> disconnect zookeeper localhost:2181
>

bootstrap_server@localhost:9092> disconnect bootstrap-server localhost:9092
>

See Also

connect