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
background
Our team used to rely on official python thrift client to access big data services (i.e. hbase, kafka, hive), through sasl authentication.
We are planning to make everything async and thriftpy2 appears very suitable to our need af first glance.
problem
there is a TSaslClientTransport class for sasl authentication, but can't be used in async mode.
There is no example of how to use TSaslClientTransport , please provide one
Is there any plan to support async version of of TSaslClientTransport ?
Is there any workaround to make async and sasl work together?
The text was updated successfully, but these errors were encountered:
Our team used to rely on official python thrift client to access big data services (i.e. hbase, kafka, hive), through
sasl
authentication.We are planning to make everything
async
and thriftpy2 appears very suitable to our need af first glance.there is a TSaslClientTransport class for
sasl
authentication, but can't be used inasync
mode.TSaslClientTransport
, please provide oneasync
version of ofTSaslClientTransport
?async
andsasl
work together?The text was updated successfully, but these errors were encountered: