You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The security_protocol argument docstring in aiokafka.{AIOKafkaConsumer, AIOKafkaProducer} does not mention SASL_SSL and SASL_PLAINTEXT as possible values but they are as mentioned in the sasl_mechanism argument docstring.
Describe the bug
The
security_protocol
argument docstring inaiokafka.{AIOKafkaConsumer, AIOKafkaProducer}
does not mentionSASL_SSL
andSASL_PLAINTEXT
as possible values but they are as mentioned in thesasl_mechanism
argument docstring.aiokafka/aiokafka/producer/producer.py
Lines 140 to 142 in 57439a6
aiokafka/aiokafka/consumer/consumer.py
Lines 170 to 171 in 57439a6
aiokafka.client.AIOKafkaClient
does mention all the possible values:aiokafka/aiokafka/client.py
Lines 77 to 79 in 57439a6
Expected behaviour
security_protocol
argument docstring mentionsSASL_SSL
andSASL_PLAINTEXT
as possible values.Environment (please complete the following information):
python -c "import aiokafka; print(aiokafka.__version__)"
): 0.8.0python -c "import kafka; print(kafka.__version__)"
):kafka-topics.sh --version
):The text was updated successfully, but these errors were encountered: