Unloads a topic from memory on the broker, releasing resources while preserving data. This operation is useful for reducing memory usage on topics that are not actively being used.
The topic name format is tenant.namespace.topic
. Or topic with specific partition can be unloaded by using tenant.namespace.topic-partition
format.
Topic unloaded successfully