Skip to content

Commit f7ca174

Browse files
committed
kafka.conn -> new SaslAuthenticate/SaslHandshake
1 parent 9cce4d0 commit f7ca174

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kafka/conn.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
infer_broker_version_from_api_versions,
1818
)
1919
from kafka.protocol.parser import KafkaProtocol
20-
from kafka.protocol.sasl_authenticate import SaslAuthenticateRequest
21-
from kafka.protocol.sasl_handshake import SaslHandshakeRequest
20+
from kafka.protocol.new.sasl import SaslAuthenticateRequest, SaslHandshakeRequest
2221
from kafka.protocol.types import Int32
2322
from kafka.sasl import get_sasl_mechanism
2423
from kafka.socks5_wrapper import Socks5Wrapper

0 commit comments

Comments
 (0)