Re: [akka-user] RESTCONF streaming for events can be enabled on akka.http.

2016-12-26 Thread aarti
I need to enable streaming capability on akka.http. which api of can be used for that. is websocket can be used is there something else which can support streaming. On Monday, 26 December 2016 15:11:11 UTC+5:30, Konrad Malawski wrote: > > RESTCONF seems rather very technology specific...

[akka-user] Re: Usage of Akka cluster in Docker Swarm cluster

2016-12-26 Thread Rafał Krzewski
W dniu poniedziałek, 26 grudnia 2016 14:00:41 UTC+1 użytkownik Evgeny Shepelyuk napisał: > > 1. Possible network overhead because swarm nodes and akka nodes are auto > discovering each other using gossip. > I wouldn't worry about it too much, because it only happens when the cluster is

[akka-user] Usage of Akka cluster in Docker Swarm cluster

2016-12-26 Thread Evgeny Shepelyuk
Hello Is there any information or real-life experience of using AKKA clustered services in Docker Swarm cluster ? We're developing our AKKA based services and they are intended to be run in separate docker containers. I.e. one service instance = 1 docker container. The disturbing points are

[akka-user] Re: TCP SSl Support in Akka 2.4.16 http://doc.akka.io/docs/akka/current/java/io-tcp.html

2016-12-26 Thread Gaurav Kumar Jayswal
Can you plz share sample code that how to combine tls and tcp? Rafał On Wednesday, 21 December 2016 19:37:43 UTC+5:30, Rafał Krzewski wrote: > > You should take a look at Akka Streams. You can combine > akka.streams.javadsl.Tcp and akka.streams.javadsl.TLS to create custom > SSL/TLS enabled TCP

[akka-user] SSL/TLC Config

2016-12-26 Thread Gaurav Kumar Jayswal
I'm new in akka. Need a help!. How to enable TLS support in akka tcp server side support. application.conf akka { remote { netty.ssl.security { key-store = "/example/path/to/mykeystore.jks" trust-store = "/example/path/to/mytruststore.jks" key-store-password = "changeme" key-password =

Re: [akka-user] RESTCONF streaming for events can be enabled on akka.http.

2016-12-26 Thread Konrad Malawski
RESTCONF seems rather very technology specific... First time I see it mentioned to be honest. What are you trying to achieve? -- Konrad Malawski On 26 December 2016 at 10:37:59, aarti (leoartsha...@gmail.com) wrote: > Hi, > Can anyone guide me how can we enable RESTCONF streaming for events on

[akka-user] RESTCONF streaming for events can be enabled on akka.http.

2016-12-26 Thread aarti
Hi, Can anyone guide me how can we enable RESTCONF streaming for events on akka.http. What are steps, jars etc. will be required for the same. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >>