KIP-212 — Enforce set of legal characters for connector names
Accepted Kafka 1.1 Connect
Enforces a whitelist of legal characters for Kafka Connect connector names (alphanumeric, `.`, `-`, `_`) and rejects empty names at creation time. Special characters in connector names break REST API URL routing and make it impossible to delete or modify connectors created with those names.
Details
| Author | Sönke Liebau |
| Status | Accepted |
| Kafka Version | 1.1 |
| JIRA | KAFKA-4930 |
| Wiki | View on Apache Wiki |
| Created | 2017-10-23 |
| Last Modified | 2018-01-31 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.