[akka-user] [akka-http] easy to use client api

2016-01-26 Thread rklaehn
Hi all, for integration testing, it would be really great if there was a very high level client API. Basically something with similar features to cURL, but exposed as a scala API. Does anybody know of anything like this, or is something in the pipeline from typesafe? Cheers, Rüdiger --

[akka-user] Re: [akka-http] easy to use client api

2016-01-26 Thread Marek Żebrowski
Or closer to typesafe: https://www.playframework.com/documentation/2.5.x/ScalaWS W dniu wtorek, 26 stycznia 2016 12:16:39 UTC+1 użytkownik Marek Żebrowski napisał: > > There are some: > > http://dispatch.databinder.net/Dispatch.html > rapture.io has some http client also I rembemer > Twitter

[akka-user] Re: [akka-http] easy to use client api

2016-01-26 Thread Marek Żebrowski
There are some: http://dispatch.databinder.net/Dispatch.html rapture.io has some http client also I rembemer Twitter Finagle has some, but it depends on rest of finagle I think https://twitter.github.io/finagle/guide/Clients.html probably dispatch has widest usage W dniu wtorek, 26 stycznia

[akka-user] Planning worker actor lifetime

2016-01-26 Thread Vagif Abilov
I am writing some worker actors that perform operations with external resources and I wonder whether I should strive to make them short-living or reuse them. Consider two main scenarios: 1. Worker actor is doing IO operation that isn't limited with constraints like connection pooling,

[akka-user] `sbt compile` formats hundres of files and fails on current master

2016-01-26 Thread Daniel Moran
Hello, I'm interested in contributing to Akka and just forked / cloned the repo to my machine. Without modifying any files, running `sbt compile` from the top-level directory caused 499 files to be reformatted. Compilation then failed with the following errors:

[akka-user] Is it wise to use akka-http 2.x in production?

2016-01-26 Thread Amir Karimi
Hi, We are going to build our microservices on top of akka-http but we are worry about the performance and stability as it's marked as experimental. What do you recommend to us? Using Spray and migrate to akka-http when it is ready? Or start with akka-http? Thanks, Amir -- >>

Re: [akka-user] Service discovery?

2016-01-26 Thread Eax Melanhovich
Hello, Igor. Try Consul https://www.consul.io/ It's well documented, well tested (using Jepsen) and has a lot of useful features beside service discovery e.g. monitoring, distributed locking, KV-storage, etc. On Wed, 13 Jan 2016 00:14:44 -0800 (PST) Igor Katz wrote: > >

[akka-user] WeaklyUp - possibility of accepting returning nodes

2016-01-26 Thread Andrzej Dębski
I encountered "issue" similar to one described in https://github.com/akka/akka/issues/18067 and after that I read https://github.com/akka/akka/issues/13584 which mentions issue 18067 "Taking note of that we got a user request for something similar as this issue. Discussed in #18067

[akka-user] Re: Is it wise to use akka-http 2.x in production?

2016-01-26 Thread Richard Grossman
Same Here We've not much communication from typesafe. There is still push forward for Akka using still spay as Http layer but in the other side Akka Stream and akka Http promise to fix all the issues we encounter with Akka. Please Typesafe could you please give orientation about what the

Re: [akka-user] Akka sharding security - is shardRegion custom behavior possible to implement this?

2016-01-26 Thread Rodrigo Boavida
Hi Endre, Thanks for the reply. Apologies for the misleading comment in the end of the first post, about using the resolver function. I understand that function would be called on the shard proxy which is not what I would intend, so that makes it a no go as a solution. I would need

[akka-user] ANNOUNCE: Akka Stream and Http 2.0.3 Released!

2016-01-26 Thread Martynas Mickevičius
Dear Hakkers, we—the Akka committers—are happy to announce the third maintenance release of Akka Streams & HTTP 2.0. This minor update addresses a couple of stability issues discovered recently for those who can not upgrade to Akka 2.4.2-RC1

[akka-user] Re: ANNOUNCE: Akka 2.4.1-RC1 (including streams and http)

2016-01-26 Thread Johan Andrén
Darn. Announcement subject is wrong, 2.4.2 RC-1 of course, not 2.4.1! -- Johan Andrén Typesafe - Reactive apps on the JVM Twitter: @apnylle On Tuesday, January 26, 2016 at 1:39:48 PM UTC+1, Johan Andrén wrote: > > *Dear hakkers,* > > we—the Akka committers—are proud to announce the FIRST

[akka-user] ANNOUNCE: Akka 2.4.1-RC1 (including streams and http)

2016-01-26 Thread Johan Andrén
*Dear hakkers,* we—the Akka committers—are proud to announce the FIRST RELEASE CANDIDATE for the upcoming release of Akka 2.4.2. The main change in this release is that it includes Streams & HTTP, with the akka-stream, akka-stream-testkit, akka-parsing, and akka-http-core modules no longer