Topics
Unload the topic with the given topic_name.
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.
PUT
Unload the topic with the given topic_name.
Path Parameters
The topic name format is tenant.namespace.topic. Or topic with specific partition can be unloaded by using tenant.namespace.topic-partition format.
Response
Topic unloaded successfully