Search Discussions
-
Hi, I'm using Thrift 0.9.3. I've got a service definition file and I'm generating a JSON representation of the metadata using $ thrift -out <directory -gen json It works great, by generating a .json ...
Jeff Nelson
Jun 18, 2016 at 12:13 pm
Jun 18, 2016 at 12:13 pm -
Hi, I would like to build the Python egg for Thrift 0.9.3 as easily as possible on my Windows 7 laptop. If I download thrift-0.9.3.tar.gz, unzip it and cd into thrift-0.9.3\lib\py and run the setup I ...
Partridge, Lucas (GE Aviation)
Jun 16, 2016 at 10:11 am
Jun 16, 2016 at 12:50 pm -
I couldn't get "configure" to agree to build the Python bindings on CentOS 6.5 until I installed python-twisted-core, which provides "/usr/bin/trial". Can you guys confirm that requirement? It was ...
Robert Fleming
Jun 15, 2016 at 8:17 pm
Jun 15, 2016 at 8:20 pm -
Hello everyone, I'm a new user of thrift. There is a "nested struct in thrift file"issue block me. Maybe somebody could give me some advicesJ Firstly, this is my thrift file struct DeliverInfoVo { ...
Meng
Jun 10, 2016 at 8:52 am
Jun 10, 2016 at 8:52 am -
Hello everybody, I'm having problems with secure thrift traffic. Well, in all likeliness it's a problem with my understanding of keystores/certificates/keys infrastructure. I'll need interoperable ...
James Kranski
Jun 10, 2016 at 8:11 am
Jun 10, 2016 at 8:11 am -
Hello, I have a working Thrift client in the below snippet. TTransport transport = new THttpClient(new Uri("http://localhost:8080/api/"));TProtocol protocol = new ...
Tuan Le Dinh
Jun 7, 2016 at 9:52 am
Jun 7, 2016 at 4:18 pm -
Hello, I’m playing around with thrift and http on a custom server implementation, while I got some manual stuff already running against the default client, i.e. generated stuff by the thrift ...
Christian Schmitt
Jun 3, 2016 at 3:02 pm
Jun 4, 2016 at 2:07 am -
Hi guys, I have been using Thrift for some time now. It works great! All my services till date are running with TSocket transport and TBinaryProtocol. Now I am having to move to HTTP transport and ...
Gajanan H
Jun 3, 2016 at 4:52 am
Jun 3, 2016 at 10:36 am -
Hi guys, I know javascript has 53 bit precision so we need Int64 for accurate 64 bit long, but this is not very convenient, especially when we are sure that all the data returned is between 32 bits ...
Daniel Wu
Jun 2, 2016 at 3:35 am
Jun 2, 2016 at 3:35 am -
Hi, from a very quick glance I can't see anything wrong. However I would recommend to have a look at the tutorial code. It is also a small project that is known to work. Maybe that helps to locate ...
Jens Geyer
Jun 1, 2016 at 7:12 am
Jun 1, 2016 at 8:40 am -
Hello, I'm not really too familiar with thrift, but have used protobuf a little, and think the general idea is quite similar. Anyhow, I've been asked to update a thrift project. I found a simple idl ...
Colin Kincaid Williams
Jun 1, 2016 at 1:05 am
Jun 1, 2016 at 1:05 am -
Hi community, Our work have use case need to use C++ Nonblocking server talk to Java client via Unix domain socket for IPC. I can only find TThreadServer and TThreadPoolServer use it. And this pull ...
Hongyi Shen
May 27, 2016 at 10:54 pm
May 27, 2016 at 11:36 pm -
Hi guys, I am using nodejs thrift, and I don’t use web socket, can I skip ws? It’s hell slow! Thanks, Daniel
Daniel Wu
May 25, 2016 at 10:35 am
May 25, 2016 at 10:51 am -
Hi, Is it advisable to use C++ thrift server and Javascript client? Are there any limitations due this combination? I understand that Thrift - Javascript only supports JSON protocol and HTTP ...
Gajanan H
Apr 26, 2016 at 9:41 am
Apr 27, 2016 at 10:41 am -
Hi, if you have an OpenResty Thrift transport implementation ready, you definitely should try and send a pull request. JensG Von: 洪亮 Gesendet: 26.04.2016 07:26 An: <span class="m_body_email_addr" ...
Jens Geyer
Apr 26, 2016 at 7:13 am
Apr 26, 2016 at 8:23 am -
Do you have any plan to make Thrift support to OpenResty?
洪亮
Apr 26, 2016 at 5:26 am
Apr 26, 2016 at 5:26 am -
Hi there I have a PostgreSQL database on my server machine, which can only be queried locally. Now I want to query the data from another machine. It seems that Thrift RPC is a natural and good ...
Tenghuan He
Apr 22, 2016 at 11:11 am
May 28, 2016 at 3:42 pm -
Hi, everyone I am using TThreadSelectorServer as the server, however when the client send requests to the server, I got the exceptions and server end and client end The server I defined is as ...
Tenghuan He
Apr 20, 2016 at 4:35 pm
Apr 20, 2016 at 4:35 pm -
We've been using Thrift successfully to make calls from a Java application into a C++ application. We began making callbacks from C++ to Java using THttpClient, but have run into linking errors. I ...
Stavenger, Timothy J
Apr 19, 2016 at 8:33 pm
May 25, 2016 at 2:04 pm -
Hi all, I made change to an existing .thrift file, by adding a new struct: struct NewRequest { 1: required list<i64 txn_ids, } After regenerating code, I do see the changes I want. But I also noticed ...
Wei Zheng
Apr 18, 2016 at 9:40 pm
Apr 20, 2016 at 5:15 pm -
Apache Thrift is a framework for providing cross-platform RPC and serialization. Project Status --------- The Apache Thrift community continues to see consistent growth with submissions from new ...
Jake Farrell
Apr 15, 2016 at 7:31 pm
Apr 15, 2016 at 7:31 pm -
Hello, we've a few Golang services connected with Thrift and are running into a peculiar problem every week or so: Calls to one particular service would fail with: Notenoughframesize0toread4bytes or ...
Murat Knecht
Apr 11, 2016 at 10:38 am
Apr 12, 2016 at 4:10 pm -
Hi community, i could not find an answer to my simple question, so I'll try to get it here. Currently we are running java based client/server applications using apache thrift version 0.9.0. So all ...
André Reiter
Apr 7, 2016 at 11:44 am
Apr 7, 2016 at 1:05 pm -
Hi all, I am using JMeter to load test my Thrift server. TThreadPoolServer was used In JMeter when I set the number of threads to more than 2000 (where each thread will create an client with its own ...
Tenghuan He
Apr 6, 2016 at 6:01 pm
Apr 7, 2016 at 3:16 pm -
Dear All, there is an issue compiling thrift 0.9.3 (and newer, I've tested trunk from today) using cmake on Ubuntu 15.10. The build fails with the following error: [ 47%] Building CXX object ...
Mario Emmenlauer
Apr 1, 2016 at 2:51 pm
Apr 1, 2016 at 2:51 pm -
Hi Mario do you mind creating a patch or pull request? That would be awesome. http://thrift.apache.org/docs/HowToContribute Have fun, JensG Von: Mario Emmenlauer Gesendet: 31.03.2016 23:14 An: <span ...
Jens Geyer
Apr 1, 2016 at 7:05 am
Apr 1, 2016 at 2:48 pm -
Hi all, I'd like to build thrift trunk with mingw64 / msys2 / cmake, but it fails at ~43% with an "undefined reference to `wWinMain'" in AllProtocolsTest.exe. I could find some references on the web ...
Mario Emmenlauer
Mar 29, 2016 at 6:34 pm
Mar 31, 2016 at 9:53 pm -
Hello, I was wondering if anyone is aware of a tool that auto-generates an HTML form with the javascript client as a sort of 'API explorer' ? Thanks, Farid Zakaria
Farid Zakaria
Mar 25, 2016 at 6:19 pm
Mar 25, 2016 at 7:15 pm -
Hello Thrift folks, I'm using the head version of Thrift for its Dart support. I've encountered a snag with string constants which contain $. The Dart generated files contain regular strings with ...
Horia Coman
Mar 19, 2016 at 11:44 am
Mar 21, 2016 at 9:04 pm -
Hello, in Thrift PHP library, the PHP function "fopen" is called (THttpClient.php). However, in some strict PHP setups (allow_url_fopen [1] set to false), an error is issued here: "https:// wrapper ...
Milan Laslop
Mar 16, 2016 at 8:35 am
Mar 16, 2016 at 8:35 am -
Hello, Greetings... I have a cross platform application running on 32 bit – 64 bit Windows and Linux based operating systems. The inter process communication (IPC) in built over Apache Thrift ...
Dhananjay Rohankar
Mar 16, 2016 at 5:55 am
Mar 16, 2016 at 5:44 pm -
Is it possible to force cert validation for the python HTTP client? It appears not to do hostname validation or cert chain validation? Is this a function of an underlying library? -Barrett
j.barrett Strausser
Mar 14, 2016 at 5:44 pm
Mar 16, 2016 at 6:28 pm -
I have a case where I would like to reuse a TProtocol instance after a write/flush error occurs on the protocol. For example, imagine I have a transport which has a size limit on message frames, and ...
Tyler Treat
Mar 10, 2016 at 5:26 pm
Mar 11, 2016 at 9:09 pm -
Is the Thrift IDL intended to be sensitive to the ordering of definitions? In Go at least there appear to be a number of compiler issues when types are referenced before they are defined in the IDL ...
Tyler Treat
Mar 4, 2016 at 4:33 pm
Mar 5, 2016 at 7:10 pm -
Hi, I try to evaluate if Thrift is a good choice for my use case where the clients are connected via mobile network (3G) to the server. The communication pattern is quite simple, just client <- ...
Thomas Witkowski
Feb 29, 2016 at 7:26 pm
Mar 1, 2016 at 10:49 pm -
I just published an Apache Thrift article on DZone for those who might be interested: https://dzone.com/articles/polyglot-microservices-and-apache-thrift
Randy Abernethy
Feb 26, 2016 at 12:54 am
Feb 26, 2016 at 1:58 am -
Having problems compiling the C++ libs for MinGW64. Followed the web instructions for building the libs with the 0.9.3 release tarball, am I correct that these instruction are out of date since I ran ...
Helgard van Rensburg
Feb 25, 2016 at 11:35 am
Feb 26, 2016 at 6:53 pm -
We're using thrift to connect to a perl client from a C++ application. The Thrift Server code is embedded in the C++ application. We started using the wxWidgets version 3.0.2 toolkit recently which ...
Robert S. Bachman
Feb 23, 2016 at 8:18 pm
Feb 23, 2016 at 8:18 pm -
I use thrift php client to connect to java thrift server. But got the error of TSocket: timed out writing 78 bytes from 10.0.1.151:1234 I dig into the php source of thrift and find it was caused from ...
黄雅冠
Feb 20, 2016 at 2:33 am
Feb 20, 2016 at 2:33 am -
Hi, Is there an implementation of the zlib Transport in C# (Thrift 0.9.3)? I looked for it in the lib/csharp source code and believe to have searched the web extensively to no avail. Because the ...
Jonas Ruesch
Feb 12, 2016 at 10:46 am
May 1, 2016 at 7:38 pm -
Hello everyone! I hope this email finds you well. I hope everyone is as excited about ApacheCon as I am! I'd like to remind you all of a couple of important dates, as well as ask for your assistance ...
Melissa Warnkin
Feb 11, 2016 at 6:25 pm
Feb 11, 2016 at 6:25 pm -
The nuget package ApacheThrift provides version 0.9.3, but the dll is not signed Would it be possible for it to be signed? Thank you. Exceptand situatiile in care partile au convenit in alt mod: / ...
Andrei Paraschiv1
Feb 11, 2016 at 2:00 pm
Feb 11, 2016 at 11:24 pm -
Hi All, I am evaluating Apache thrift for VxWorks 6.8 based device. I need steps to build thrift library(.so) or sample application with directly including thrift source files on vxWorks. I am using ...
Abhijit Bhopale
Feb 8, 2016 at 12:28 pm
Feb 9, 2016 at 8:03 pm -
Hi all, My led.thrift file: namespace c_glib com.example.led namespace java com.example.led typedef i32 int enum LedState { Off = 0, On = 1 } struct LedToggleCommand { 1: required int ledId; 2 ...
Zac Harvey
Feb 5, 2016 at 6:02 pm
Feb 5, 2016 at 8:15 pm -
What is the best practice for lifecycle of a transport? I'm finding that opening a transport per call is not effective. In particular the below code seems to spend ~5 seconds opening up the transport ...
j.barrett Strausser
Jan 31, 2016 at 6:56 pm
Jan 31, 2016 at 8:22 pm -
Hi, Anyone please tell me where i can find TThreadPoolServer for delphi ? seem the src only have TSimpleServer
Dung Nguyen
Jan 29, 2016 at 8:17 am
Jan 30, 2016 at 12:34 pm -
Hi, Given I've seen a few threads about debugging Thrift messages, this might be of general interest: https://github.com/pinterest/thrift-tools thrift-tools is a library and a set of tools to ...
Raúl Gutiérrez Segalés
Jan 29, 2016 at 3:44 am
Feb 7, 2016 at 10:14 am -
Does release 0.9.3 support mutual authentication in Python on version 2.7.6? By Mutual Auth I mean does the server check that the client has a cert that has been signed by the servers PKI (cert,key)? ...
j.barrett Strausser
Jan 24, 2016 at 12:54 pm
Jan 25, 2016 at 4:03 pm -
Hi, We use thrift extensively in the Impala project and recently we are seeing this error occasionally (during load/race conditions in our code) . java.lang.ArrayIndexOutOfBoundsException: -1 at ...
Bharath Vissapragada
Jan 19, 2016 at 10:05 am
Jan 19, 2016 at 12:05 pm -
Hi, It's known that TSimpleJSONProtocol is write-only. Is there any reason why a read/write version is not supported and is there an alternate approach to achieve this? My project has been using ...
Joseph TechMails
Jan 12, 2016 at 4:41 am
Jan 13, 2016 at 10:07 am
Group Overview
group | user |
categories | thrift |
discussions | 1,307 |
posts | 4,554 |
users | 933 |
website | thrift.apache.org |
irc | #thrift |
Top users
Archives
- June 2016 (27)
- May 2016 (8)
- April 2016 (35)
- March 2016 (26)
- February 2016 (27)
- January 2016 (40)
- December 2015 (34)
- November 2015 (38)
- October 2015 (55)
- September 2015 (46)
- August 2015 (22)
- July 2015 (24)
- June 2015 (27)
- May 2015 (21)
- April 2015 (38)
- March 2015 (33)
- February 2015 (26)
- January 2015 (22)
- December 2014 (35)
- November 2014 (31)
- October 2014 (13)
- September 2014 (56)
- August 2014 (19)
- July 2014 (23)
- June 2014 (44)
- May 2014 (48)
- April 2014 (14)
- March 2014 (54)
- February 2014 (22)
- January 2014 (86)
- December 2013 (42)
- November 2013 (56)
- October 2013 (32)
- September 2013 (62)
- August 2013 (39)
- July 2013 (46)
- June 2013 (37)
- May 2013 (19)
- April 2013 (66)
- March 2013 (52)
- February 2013 (18)
- January 2013 (30)
- December 2012 (17)
- November 2012 (26)
- October 2012 (45)
- September 2012 (54)
- August 2012 (48)
- July 2012 (37)
- June 2012 (48)
- May 2012 (34)
- April 2012 (47)
- March 2012 (39)
- February 2012 (39)
- January 2012 (49)
- December 2011 (45)
- November 2011 (56)
- October 2011 (36)
- September 2011 (30)
- August 2011 (44)
- July 2011 (69)
- June 2011 (74)
- May 2011 (70)
- April 2011 (68)
- March 2011 (85)
- February 2011 (103)
- January 2011 (57)
- December 2010 (34)
- November 2010 (69)
- October 2010 (99)
- September 2010 (71)
- August 2010 (115)
- July 2010 (67)
- June 2010 (78)
- May 2010 (137)
- April 2010 (73)
- March 2010 (98)
- February 2010 (62)
- January 2010 (47)
- December 2009 (35)
- November 2009 (37)
- October 2009 (27)
- September 2009 (66)
- August 2009 (41)
- July 2009 (90)
- June 2009 (73)
- May 2009 (80)
- April 2009 (69)
- March 2009 (122)
- February 2009 (36)
- January 2009 (36)
- December 2008 (7)
- November 2008 (33)
- October 2008 (80)
- September 2008 (7)
- August 2008 (12)
- July 2008 (8)
- June 2008 (32)