Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently when we use deleteTopics API with topic deletion disabled on server, then the client cannot get a response and fails returning a timeout error.
This KIP is to return proper error code in above mentioned scenario.

Public Interfaces

If topic deletion feature is disabled , DeleteTopicsRequest will return TOPIC_DELETION_DISABLED  error code. 

Proposed Changes

The proposal is to

...