twitter/finatra-activator-thrift-seed

Name: finatra-activator-thrift-seed

Owner: Twitter, Inc.

Description: Typesafe activator template for constructing a Finatra Thrift server application: https://twitter.github.io/finatra/user-guide/ ?

Created: 2016-03-30 18:28:07.0

Updated: 2017-09-25 21:38:12.0

Pushed: 2017-10-03 18:09:00.0

Homepage: null

Size: 23

Language: Scala

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Finatra Thrift Server Lightbend Activator Template

Build Status Project status

A minimal Activator seed template for creating a Finatra Thrift server application.

Note:

Activator has been deprecated by Lightbend with a scheduled EOL at the end of 2017.

Quick Start

A simple client implementation

client: PingService[Future] = ThriftMux.client
.withTracer(NullTracer)
.withStatsReceiver(NullStatsReceiver)
.newIface[PingService.FutureIface]("localhost:9999")


nt.ping().onSuccess { response =>
intln(s"response: $response")

Running

Run the server using sbt

run
License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.