Re: [akka-user] Is it easy to use akka-http to build ...?

2017-12-07 Thread Thai
And how about the websocket? On Thursday, December 7, 2017 at 10:17:03 PM UTC-5, Konrad Malawski wrote: > > It’s pretty much as simple as using this directive: > > https://doc.akka.io/docs/akka-http/current/scala/http/routing-dsl/directives/file-and-resource-directives/getFromDirectory.html > >

Re: [akka-user] Is it easy to use akka-http to build ...?

2017-12-07 Thread Thai
Thank you for your answer. I regconise you. You're in https://www.youtube.com/watch?v=0uTvB5z_w-I On Thursday, December 7, 2017 at 10:17:03 PM UTC-5, Konrad Malawski wrote: > > It’s pretty much as simple as using this directive: > >

[akka-user] Is it easy to use akka-http to build ...?

2017-12-07 Thread Thai
Hi All, Is it easy to use akka-http to build a web app that can serve static files (only 1 html file but it has many

Re: [akka-user] Is it easy to use akka-http to build ...?

2017-12-07 Thread Konrad “ktoso” Malawski
It’s pretty much as simple as using this directive: https://doc.akka.io/docs/akka-http/current/scala/http/routing-dsl/directives/file-and-resource-directives/getFromDirectory.html

Re: [akka-user] BackOff supervisor with reactive-kafka

2017-12-07 Thread Kilic Ali-Firat
Patrick, I'm using akka-streams 2.4.17 and it seems that RestartSource is not included in package akka.streams.scaladsl ? Am I wrong ? Le mardi 5 décembre 2017 15:21:08 UTC+1, Kilic Ali-Firat a écrit : > > Hey Patrick, > > I will give a try to the Streams restart stage, in my use case, it

Re: [akka-user] BackOff supervisor with reactive-kafka

2017-12-07 Thread Kilic Ali-Firat
Ok fouded in last version 2.5.7 Le jeudi 7 décembre 2017 10:52:02 UTC+1, Kilic Ali-Firat a écrit : > > Patrick, > > I'm using akka-streams 2.4.17 and it seems that RestartSource is not > included in package akka.streams.scaladsl ? > > Am I wrong ? > > Le mardi 5 décembre 2017 15:21:08 UTC+1,

[akka-user] akka-http osgi.ee capability expecting exact version=1.8.0_144 ?

2017-12-07 Thread Brian Kent
Hello, I am using akka-http in an OSGi container. It looks like the bump from 10.0.10 to 10.0.11 changed to a very specific Require-Capability: Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8))" vs Require-Capability: