Re: [VOTE] Apache Thrift 0.13.0-rc0 release candidate

2019-10-11 Thread Duru Can Celasun
Just a reminder: The tagged version must be "v0.13.0" (note the v prefix) to be a valid Go module. I've verified the signature & checksums for the tar.gz. On Fri, 11 Oct 2019, at 21:01, Jens Geyer wrote: > All, > > I propose that we accept the following release candidate as the official > Apa

[VOTE] Apache Thrift 0.13.0-rc0 release candidate

2019-10-11 Thread Jens Geyer
All, I propose that we accept the following release candidate as the official Apache Thrift 0.13.0 release: https://dist.apache.org/repos/dist/dev/thrift/0.13.0-rc0/thrift-0.13.0-rc0.tar.gz The release candidate was created from the release/0.13.0 branch and can be cloned using: git clone

Re: Add SASL support for non blocking server

2019-10-11 Thread XU Qinghui
Hello, folks I propose a PR (https://github.com/apache/thrift/pull/1892) for a nonblocking thrift server (java) implementation with sasl support. The idea is that some of our services using `TThreadPoolServer` are facing some scaling issues with increasing number of connections, and we would like