Alex created KAFKA-4255:
---------------------------
Summary: Scheme not compatible with
Key: KAFKA-4255
URL: https://issues.apache.org/jira/browse/KAFKA-4255
Project: Kafka
Issue Type: Bug
Reporter: Alex
Schemes for protocols SASL_PLAINTEXT and SASL_SSL are incorrect since they do
not correspond to RFC 3986 (3.1. Scheme, p. 17,
https://tools.ietf.org/html/rfc3986#page-17) and are incompatible with
java.net.Uri.
Correct scheme is:
scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
That is, underscores should not be used.
Possible solution:
SASL_SSL -> SASL-SSL
SASL_PLAINTEXT -> SASL-PLAINTEXT
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)