[akka-user] Is it safe to call the deleteMessages method of a persistent actor with the current processed sequence number?

2015-12-16 Thread Christian Kaps
Hi, Is it safe to call the deleteMessages method of a persistent actor with the current processed sequence number or is it possible that I delete a sequence number that hasn't been successfully confirmed because of an error. As example: I send two messages to an at-least-once-delivery actor. Th

[akka-user] Can I use Akka for such kind of architecture?

2017-02-08 Thread Christian Kaps
Hi, for a project we need a special type of server architecture. Because of a customer compliance we cannot access the customers database server from outside the DMZ. The server on which the database runs can access servers outside the DMZ. In a similar project my employee has used a proxy like

[akka-user] Can I use Akka for such kind of architecture?

2017-02-09 Thread Christian Kaps
Hi, for a project we need a special type of server architecture. Because of a customer compliance we cannot access the customers database server from the DMZ. The server on which the database runs can access servers inside the DMZ. In a similar project my employee has used a proxy like architec

[akka-user] Re: Can I use Akka for such kind of architecture?

2017-02-09 Thread Christian Kaps
large > that it does not fit on a single machine because of memory or processing > power requirements (say, millions of entities interacting in real time) > > Cheers, > Rafał > > W dniu czwartek, 9 lutego 2017 09:48:22 UTC+1 użytkownik Christian Kaps > napisał: >>

[akka-user] Re: Can I use Akka for such kind of architecture?

2017-02-09 Thread Christian Kaps
Rafał > > W dniu czwartek, 9 lutego 2017 11:32:55 UTC+1 użytkownik Christian Kaps > napisał: >> >> Hi Rafał, >> >> Thanks for your answer! Maybe I implement an Akka TCP server which is >> located in the DMZ and a TCP client which is located in the private

[akka-user] Re: Can I use Akka for such kind of architecture?

2017-02-09 Thread Christian Kaps
Sorry, I meant bidirectional Am Donnerstag, 9. Februar 2017 13:10:06 UTC+1 schrieb Christian Kaps: > > And this would work without any inbound traffic from the DMZ to the > private network? I had firstly the same idea. But then I thought that the > web socket connection must be

[akka-user] Re: Can I use Akka for such kind of architecture?

2017-02-10 Thread Christian Kaps
may push > messages the the client, and akka-http / akka-streams ensure backpressure > propagation. > > > W dniu czwartek, 9 lutego 2017 14:32:59 UTC+1 użytkownik Christian Kaps > napisał: >> >> Sorry, I meant bidirectional >> >> Am Donnerstag, 9.