[akka-user] Akka stream - Source of http response.

2017-05-25 Thread Alejandro Merchan
Hi everybody. One question, how is possible create a continuous Source from http client response? thanks !! -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the

[akka-user] ANNOUNCE: New documentation theme and Akka HTTP 10.0.7 Released

2017-05-25 Thread Konrad Malawski
Dear hakkers, We are proud to announce Akka Http 10.0.7, which is the seventh release of the Akka Http 10.0 series. This is a regular maintenance release that contains several maintenance fixes, improvements and features that are a result of our ongoing collaboration with the Play team towards

Re: [akka-user] Akka Distributed Data Sample thowing OversizedPayloadException

2017-05-25 Thread Patrik Nordwall
Yes, it will be fixed. I don't think it will cause any critical problems. It's only when you do updates at a high rate and then the delta messages will be dropped. Delivery of deltas are not mandatory for correct end result. Make sure you use latest version, though. 2.5.2. If it's annoying you

[akka-user] Dispatcher configuration ?

2017-05-25 Thread Vishnu Vardhan
Hi, I posted earlier here https://groups.google.com/forum/#!topic/akka-user/7jwQC7vuYQs but i wanted to reframe what i think is going on and seek some advice. The code is available on GitHub if anybody is interested. https://github.com/vardhanv/cosbench_ng Essentially, i am writing an S3

Re: [akka-user] Akka Distributed Data Sample thowing OversizedPayloadException

2017-05-25 Thread Mainak Ghosh
Hello Patrik, Will this bug be fixed? Can you suggest me some quick work around? Thanks, Mainak On Wed, May 24, 2017 at 8:24 AM, Patrik Nordwall wrote: > That's interesting. I see the same problem when running that example. It > shouldn't be much data involved

[akka-user] cluster heartbeat delay

2017-05-25 Thread Yutao Shuai
We have a 3-node cluster (157,158 and 159), we send 4000messages/s to 158 in 157, sometimes 157 can not receive the heartbeat from 158, but 158 is already sent the heartbeat. The heartbeat between 159 and 158 is fine, and 157-159 also ok. Our version is akka2.3.10, and hope to be able to solve

[akka-user] AKKA cluster heartbeat delay

2017-05-25 Thread Yutao Shuai
We have a 3 nodes cluster (157,158 and 159), we send 4000 messages per seconds to 158 in 157, sometimes 157 can not receive the heartbeat from 158, but 158 is already sended. The heartbeat between 159 and 158 is fine, and 157-159 also ok. Our version is akka2.3.10, and we want to solve this

Re: [akka-user] Re: Issue in Sending messages through akka cluster.

2017-05-25 Thread chaitanya
We used Single Producer and Multiple Consumer pattern On Thursday, 25 May 2017 15:56:15 UTC+5:30, chaitanya wrote: > > " The buffers in Artery are bounded and will start dropping messages if > overwhelmed " - > > which pattern would be best to resolve this issue and faster? > > > On Wednesday,

Re: [akka-user] Re: Issue in Sending messages through akka cluster.

2017-05-25 Thread chaitanya
" The buffers in Artery are bounded and will start dropping messages if overwhelmed " - which pattern would be best to resolve this issue and faster? On Wednesday, 24 May 2017 17:54:11 UTC+5:30, Patrik Nordwall wrote: > > You have to implement some flow control, such as as using the "Work >

Re: [akka-user] ANNOUNCE: New Akka documentation, website and Akka 2.5.2 released

2017-05-25 Thread Konrad Malawski
Hi Lee, RSS works for me, do you use this feed: http://akka.io/rss.xml ? -- Konrad `ktoso` Malawski Akka @ Lightbend On 25 May 2017 at 10:06:00, Lee_T (lee.tibb...@gmail.com) wrote: New blog website looks spiffy. RSS feed appears broken. Is it intended

[akka-user] Trouble getting Cluster with Consistent Hashing Router configured in a Docker environment to work reliably

2017-05-25 Thread Vishnu Vardhan
Hi, I am trying to create a cluster, that uses a consistent hashing router, running in a docker container. I am unable to get this to behave consistently. Please see my config and code attached. My errors vary from 1. Slave actor systems not joining and timing out (i have increased timers

Re: [akka-user] ANNOUNCE: New Akka documentation, website and Akka 2.5.2 released

2017-05-25 Thread Lee_T
New blog website looks spiffy. RSS feed appears broken. Is it intended to work? It would be a pity to lose it because of the transition. Thanks, Lee -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>