python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Intermittent High Latency while using Akka HTTP ( 10.1.10)
We are observing high latency intermittently while using akka http 10.1.10.
The client is also passing invalid header requests to the AKKA HTTP server which we can identify using application logs belo...
Shri Nath Agarwal
Votes: 0
Answers: 0
How does discrepancy of seed-nodes configuration affect cluster formation?
Suppose nodes A, B, C, and D are clustered by the following configuration,
cluster {
seed-nodes = ["A", "B", "C", "D"]
}
and nodes C and D with the additio...
eca2ed291a2f572f66f4a5fcf57511
Votes: 0
Answers: 1
How can I get the ActorRef from the Receptionist so my actor can send messages to that actor
So I have 2 actors, ClientIn and Maker.
I need to have a reference of Maker inside of ClientIn, so I can forward some messages that ClientIn recieves to Maker.
I added Maker to the receptionist, but s...
Blankman
Votes: 0
Answers: 1
How to handle a Future HttpResponse within an untyped Actor using pipe pattern
In my project, I have to write a rest client which will receive a HttpResponse as a future from a rest service. What I want is to log the status code of the response and in case of any exception, log ...

sam.ban
Votes: 0
Answers: 1