KIP-209 — Connection String Support
Discussion Client
KIP-209 proposes adding a URI-style connection string format (e.g., `kafka://user:pass@broker1:9092,broker2:9092?acks=all`) as an alternative to `Properties` maps for configuring Kafka clients. The `HashMap`-based configuration API requires verbose boilerplate and makes it harder to store and share connection configs as a single string.
Details
| Author | Clebert Suconic |
| Status | Discussion |
| Wiki | View on Apache Wiki |
| Created | 2017-10-16 |
| Last Modified | 2017-11-04 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.