Questions tagged [thrift-protocol]

The protocol family used by the cross-platform, crosss-language Apache Thrift RPC and serialization framework

Thrift combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, C, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, Delphi, Graphviz, Go and OCaml.

Thrift's primary goal is to enable efficient and reliable communication across platforms and programming languages by abstracting the portions of each language that tend to require the most customization into a common library that is implemented in each language.

Originally developed at Facebook, Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008. Thrift graduated from the Incubator in October, 2010.

169 questions
-1
votes
1 answer

Can Apache Thrift Library modify the headers in a TCP or UDP packet?

Can Apache Thrift Library modify the headers in a TCP or UDP packet? Please provide your feedback and replies.
mspms
  • 501
  • 1
  • 5
  • 8
-1
votes
2 answers

How to get 'null' value instead of default value of field column from C# thrift.dll with hiveserver2

I'm currently using HiveServer2 with thrift.dll library. If I try to make a tuple from a thrift object, I expect that fields that were not set in the object, are marked null in tuple. However instead default values are put into the tuple.…
-1
votes
2 answers

Structure not returned to client using thrift c_glib client

I am trying to implement client/ server program in c (c_glib) using thrift. I have implemented the client/ server passing variables as function arguments. Now I need to pass structure as function argument. The thrift file am using is given…
Deeraj Soman
  • 73
  • 1
  • 10
-2
votes
1 answer

Which is the best high performance Jmeter sampler to use for Thrift protocol load testing Beanshell, JSR223 or Java request sampler?

I have a requirement to load test Thrift protocol with very high user load using JMeter. I need to know which is the best and most performant JMeter sampler to use out of Beanshell, JSR223 or Java request with high concurrency load? Appreciate…
user5235510
  • 23
  • 1
  • 8
1 2 3
11
12