unload

Unload a topic or namespace.

Use this command to manually unload topics or namespaces from a broker and reassign the topics to a new broker, based on current load.

Note: As shown in the examples, the path can either be absolute or relative to the current directory.

Synopsis

unload <unloadCommandArg> [unloadCommandArg Options]

unload namespace

unload namespace <Namespace> [bundle <StartBoundry...EndBoundry>]
Unload topics for a namespace and trigger reassignments.
Examples:
/instance1/cluster1/tenant1/namespace1> unload namespace .

/instance1/cluster1/tenant1/namespace1> unload namespace . bundle 0x00000_0xffffff

unload topic

unload topic <Topic>
Close the topics, release ownership and reassign the topics to a new broker, based on current load.
Example:
/> unload topic /instance1/cluster1/tenant1/namespace1/topic1