Questions tagged [finagle]

Finagle is an open source network stack from Twitter that you can use to build asynchronous Remote Procedure Call (RPC) clients and servers in Java, Scala, or any other JVM-hosted language.

Finagle, created by Twitter, is an open source network stack for the JVM that you can use to build asynchronous Remote Procedure Call (RPC) clients and servers in Java, Scala, or any other JVM-hosted language.

See the user guide and source code for more information.

Questions about the design of Finagle or the status of related projects are likely to find better answers over at the Finaglers mailing list.
Questions about implementation details, finagle libraries, best practices and how-to's can be found in the finaglers google group.

167 questions
0
votes
1 answer

What is the flags arg in Finagle Memcached set method

com.twitter.finagle.memcached.Client defined the set method as set(key: String, flags: Int, expiry: Time, value: T): Future[Unit] What should the flags be? Is there any documentation available for this?
jordan
  • 711
  • 1
  • 8
  • 17
-1
votes
1 answer

Scope of Finagle using

I am a newbie in Twitter Finagle. I heard that Finagle is very useful with RPC and microservices in scala. But almost all in twitter doc is related with async http servers (over netty). Explain me scope of using Finagle.
pacman
  • 797
  • 10
  • 28
1 2 3
11
12