Thrift folks, Recently we are facing a scaling issue with the thrift server (TThreadPoolServer) when there are a lot of connections. We would like to use the non blocking server implementations, but it seems it miss SASL support there (as far as I understand, SASL is only added for blocking servers in THRIFT-876). So I would like to implement SASL for non blocking servers (THRIFT-4889). Do you have some advices?
Best regards, Qinghui