Re: Slack, perhaps?

2019-12-12 Thread XU Qinghui
For somebody that don't have an apache email address, is it possible to use it? Le jeu. 12 déc. 2019 à 20:45, Allen George a écrit : > I think there’s only one Slack (the ASF one) with a #thrift channel? > > At least that’s my understanding. Apologies if I got that incorrect. > > > On December 1

Re: Version lifecycle management

2019-10-31 Thread XU Qinghui
> possible > to upgrade the Thrift version used in your toolchain. Hence, the > recommendation is to always go with the latest stable. > > Have fun, > JensG > > > -Ursprüngliche Nachricht- > From: XU Qinghui > Sent: Wednesday, October 30, 2019 12:03 AM > To:

Version lifecycle management

2019-10-29 Thread XU Qinghui
Hello, folks I'd like to raise a (rookie) question about thrift: do we have some clear definition of the way we manage different versions of apache thrift? I could not find much useful information in the search engine. As far as I understand, for each version/release, there is a specific branch be

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

2019-10-15 Thread XU Qinghui
Who should be voting on this? (PMC, committers, everybody?) Le ven. 11 oct. 2019 à 22:24, Duru Can Celasun a écrit : > 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

Re: Add SASL support for non blocking server

2019-10-11 Thread XU Qinghui
. It would be great if I can get some feedback and code review on my PR. Cheers, Le ven. 19 juil. 2019 à 12:41, XU Qinghui a écrit : > Thrift folks, > > Recently we are facing a scaling issue with the thrift server > (TThreadPoolServer) when there are a lot of connections. We w

Add SASL support for non blocking server

2019-07-19 Thread XU Qinghui
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 server