This page is meant as a template for writing a KIP. To create a KIP choose Tools->Copy on this page and modify with your content and replace the heading with the next KIP number and a description of your issue. Replace anything in italics with your own description.
Status
Current state: Under Discussion
Discussion thread: here
JIRA: here
Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).
Motivation
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.
Proposed Changes
The proposal is to
- Bump DeleteTopics protocol version to V1 with same schema as V0
- For V1 requests, return TopicDeletionDisabledException If topic deletion is disabled
Compatibility, Deprecation, and Migration Plan
- The change is backwards compatible.