Socket
Socket
Sign inDemoInstall

thrift

Package Overview
Dependencies
9
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    thrift

node.js bindings for the Apache Thrift RPC system


Version published
Maintainers
4
Install size
473 kB
Created

Changelog

Source

0.15.0

Known Open Issues (Blocker or Critical)

  • THRIFT-3877 - C++: library don't work with HTTP (csharp server, cpp client; need cross test enhancement)

Removed Languages

Breaking Changes

  • THRIFT-5381 - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets
  • THRIFT-5396 - deprecate netstd "Async" method postfix
  • THRIFT-5453 - go: NewTSocketConf and NewTSSLSocketConf no longer return an error

AS3

Build Process

  • THRIFT-5334 - version of thrift-maven-plugin is not sync with the main project
  • THRIFT-5394 - AppVeyor CI tries to download outdated cmake
  • THRIFT-5429 - build: autotools: add foreign to AM_INIT_AUTOMAKE

C glib

  • THRIFT-5244 - Dynamic exception specifications are deprecated in C++11[-Wdeprecated]
  • THRIFT-5265 - Add the zlib transport to c_glib
  • THRIFT-5399 - Fix socket leak in abnormal situation
  • THRIFT-5421 - Fix the problem of incorrect setting of errno in some files

C++

  • THRIFT-5341 - Fix Old-Style-Cast, Missing override and Possible noexcept
  • THRIFT-5342 - Apply 'noexcept' attribute to Init/Copy/Move Constructors and Assignments
  • THRIFT-5355 - Do not rely on compiler and check boundaries

D language

  • THRIFT-4303 - D deprecation warnings
  • THRIFT-4979 - Still D deprecation warnings about std.datetime.* in current master
  • THRIFT-5376 - Fix deprecation warnings in D library

Dart

  • THRIFT-5285 - Update to dart 2, widen range on http package

Delphi

  • THRIFT-5350 - 0.14.0 fails to build on non-x86
  • THRIFT-5438 - Inconsistent handling of exceptions during message read vs. message write phase
  • THRIFT-5384 - Improved error message for HTTP transports
  • THRIFT-5385 - XML-HTTP client reports IsOpen=TRUE even if it is not
  • THRIFT-5386 - XML-HTTP client may throw "max message size reached" incorrectly
  • THRIFT-5387 - Improved and simplified Delphi test setup
  • THRIFT-5390 - Named Pipes transport hardening
  • THRIFT-5428 - Prevent costly reallocations to improve performance
  • THRIFT-5437 - Make TProtocolImpl CTOR virtual

Documentation

Erlang

Go

  • THRIFT-5337 - Go set fields write improvement
  • THRIFT-5353 - Namespace from type is ignored in generated code
  • THRIFT-5358 - Add go.mod file(s)
  • THRIFT-5369 - Malformed payload can still cause huge allocations
  • THRIFT-5389 - Thrift compiler generates uncompilable go code around optional constants
  • THRIFT-5404 - TTransportException.Timeout would correctly return true when it's connect timeout during TSocket.Open call
  • THRIFT-5447 - Update supported Go versions before 0.15.0 release
  • THRIFT-5453 - go: NewTSocketConf should not call net.ResolveTCPAddr
  • THRIFT-5459 - Adding a new exception to an endpoint is kinda breaking in go
  • THRIFT-5453 - Defer DNS lookups from NewTSocketConf (without any timeout check) to TSocket.Open (subject to ConnectTimeout set in TConfiguration)
  • THRIFT-5459 - Client calls will return TApplicationException with MISSING_RESULT when the result is a struct but is unset, and no other error is known.

Haskell

Haxe

  • THRIFT-5370 - Haxe 4 compatibility
  • THRIFT-5381 - possible collisions at VOID type with some 3rd-party libraries on Haxe cpp targets
  • THRIFT-5393 - Incorrect namespaces for included types
  • THRIFT-3036 - create official haxelib Thrift package
  • THRIFT-5413 - Int vs String in method get_size required by property size

Java

  • THRIFT-5375 - Put org.apache.tomcat.embed:tomcat-embed-core into scope test
  • THRIFT-5383 - TJSONProtocol Java readString throws on bounds check
  • THRIFT-5400 - Java library does not export the .annotation package
  • THRIFT-5425 - Throw an exception when reading TSimpleJson in Java
  • THRIFT-5430 - FieldMetaData synchronized method can trigger deadlock during static class initialization in JVM native code
  • THRIFT-5432 - TSaslTransport throw TTransportException of MaxMessageSize reached
  • THRIFT-5433 - Add Counter To Thread Name of TThreadPoolServer

JavaScript

  • THRIFT-3508 - JS:TS Generator set all fields of the struct as required

Lua

  • THRIFT-5417 - Fix Lua compiler omitting default values in Lua service functions
  • THRIFT-5439 - Lua Generator does not support const i64

netstd

  • THRIFT-5354 - disable IDE0083 warning
  • THRIFT-5382 - Netstd default list/set enums values are generated incorrectly in some cases
  • THRIFT-5395 - inconsistent treatment of methods ending in "Async"
  • THRIFT-5396 - deprecate "Async" method postfix
  • THRIFT-5408 - Support for deprecated methods (via annotation)
  • THRIFT-5414 - Use of specific parameter names generates uncompileable code
  • THRIFT-5442 - Separate client service calls into send/recv methods and make them public
  • THRIFT-5444 - Netstd generator produces uncompileable code for enums ending with "_result" or "_args"
  • THRIFT-5445 - "cancellationToken" cannot be used as argument name
  • THRIFT-5236 - THttpTransport.cs still has bad timeout code
  • THRIFT-5349 - Add net5.0 as supported platform
  • THRIFT-5373 - HTTP status in case of Protocol/Transport exceptions
  • THRIFT-5391 - Named pipes transport hardening
  • THRIFT-5398 - ThreadPoolServer not stoppable via CancellationToken
  • THRIFT-5407 - Keep support for .NET Core 3.1
  • THRIFT-5419 - Incorrect usage of thread pool in TThreadPoolAsyncServer may lead to poor performance
  • THRIFT-5422 - add threadpool server to netstd test suite impl
  • THRIFT-5431 - Response should include 'content-type' header
  • THRIFT-5436 - Timeout.Infinite is not a good default

PHP

Python

  • THRIFT-5352 - Python: IDL exceptions with no fields can't be instantiated

Ruby

  • THRIFT-5312 - The Ruby compilation configuration in the .gemspec file is modified to be compatible with later bundler versions.
  • THRIFT-5367 - Ruby library crashes when using GC.compact

Rust

  • THRIFT-4098 - Support user-defined output namespaces in generated Rust modules
  • THRIFT-4101 - Make auto-generated Rust enums and unions more user-extensible
  • THRIFT-5314 - Enum forward compatibility
  • THRIFT-5363 - All-caps constant rendered incorrectly

Readme

Source

Apache Thrift

Introduction

Thrift is a lightweight, language-independent software stack for point-to-point RPC implementation. Thrift provides clean abstractions and implementations for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers.

Apache Thrift Layered Architecture

Thrift makes it easy for programs written in different programming languages to share data and call remote procedures. With support for 28 programming languages, chances are Thrift supports the languages that you currently use.

Thrift is specifically designed to support non-atomic version changes across client and server code. This allows you to upgrade your server while still being able to service older clients; or have newer clients issue requests to older servers. An excellent community-provided write-up about thrift and compatibility when versioning an API can be found in the Thrift Missing Guide.

For more details on Thrift's design and implementation, see the Thrift whitepaper included in this distribution, or at the README.md file in your particular subdirectory of interest.

Status

BranchTravisAppveyorCoverity Scancodecov.ioWebsite
masterBuild StatusBuild statusCoverity Scan Build StatusWebsite
0.14.0Build Status

Releases

Thrift does not maintain a specific release calendar at this time.

We strive to release twice yearly. Download the current release.

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project Hierarchy

thrift/

compiler/

Contains the Thrift compiler, implemented in C++.

lib/

Contains the Thrift software library implementation, subdivided by
language of implementation.

cpp/
go/
java/
php/
py/
rb/
...

test/

Contains sample Thrift files and test code across the target programming
languages.

tutorial/

Contains a basic tutorial that will teach you how to develop software
using Thrift.

Development

To build the same way Travis CI builds the project you should use docker. We have comprehensive building instructions for docker.

Requirements

See http://thrift.apache.org/docs/install for a list of build requirements (may be stale). Alternatively, see the docker build environments for a list of prerequisites.

Resources

More information about Thrift can be obtained on the Thrift webpage at:

 http://thrift.apache.org

Acknowledgments

Thrift was inspired by pillar, a lightweight RPC tool written by Adam D'Angelo, and also by Google's protocol buffers.

Installation

If you are building from the first time out of the source repository, you will need to generate the configure scripts. (This is not necessary if you downloaded a tarball.) From the top directory, do:

./bootstrap.sh

Once the configure scripts are generated, thrift can be configured. From the top directory, do:

./configure

You may need to specify the location of the boost files explicitly. If you installed boost in /usr/local, you would run configure as follows:

./configure --with-boost=/usr/local

Note that by default the thrift C++ library is typically built with debugging symbols included. If you want to customize these options you should use the CXXFLAGS option in configure, as such:

./configure CXXFLAGS='-g -O2'
./configure CFLAGS='-g -O2'
./configure CPPFLAGS='-DDEBUG_MY_FEATURE'

To enable gcov required options -fprofile-arcs -ftest-coverage enable them:

./configure  --enable-coverage

Run ./configure --help to see other configuration options

Please be aware that the Python library will ignore the --prefix option and just install wherever Python's distutils puts it (usually along the lines of /usr/lib/pythonX.Y/site-packages/). If you need to control where the Python modules are installed, set the PY_PREFIX variable. (DESTDIR is respected for Python and C++.)

Make thrift:

make

From the top directory, become superuser and do:

make install

Uninstall thrift:

make uninstall

Note that some language packages must be installed manually using build tools better suited to those languages (at the time of this writing, this applies to Java, Ruby, PHP).

Look for the README.md file in the lib// folder for more details on the installation of each language library package.

Package Managers

Apache Thrift is available via a number of package managers, a list which is is steadily growing. A more detailed overview can be found at the Apache Thrift web site under "Libraries" and/or in the respective READMEs for each language under /lib

Testing

There are a large number of client library tests that can all be run from the top-level directory.

make -k check

This will make all of the libraries (as necessary), and run through the unit tests defined in each of the client libraries. If a single language fails, the make check will continue on and provide a synopsis at the end.

To run the cross-language test suite, please run:

make cross

This will run a set of tests that use different language clients and servers.

FAQs

Last updated on 11 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc