Re: [akka-user] Uncaught error from thread - ContentType$WithMissingCharset

2017-10-11 Thread Konrad “ktoso” Malawski
Happy hakking, cheers :) — Konrad `kto.so` Malawski Akka @ Lightbend On 12 October 2017 at 00:27:11, bordec...@gmail.com (bordec...@gmail.com) wrote: Hi Konrad, I think, the above VERSIONS resolved my issue. Thank you very much for the response. I tested

Re: [akka-user] Uncaught error from thread - ContentType$WithMissingCharset

2017-10-11 Thread bordecorp
Hi Konrad, I think, the above VERSIONS resolved my issue. Thank you very much for the response. I tested my code and it is working now. (I'm working for a company so, hard to share the code.) Regards, Aditya Borde On Wednesday, October 11, 2017 at 12:00:40 AM UTC-4, Konrad Malawski wrote: > >

[akka-user] HTTP Host Connection Pool

2017-10-11 Thread Yoad Gidron
I have been trying to use Akka HTTP Host Connection Pool in Java. akka.http.javadsl.Http class has 3 different signatures for the cachedHostConnectionPool() method. After straggling with it for a while, I realised that one of these method is using HTTPS, while the other 2 are using HTTP. There

Re: [akka-user] [akka-http] Virtual hosts

2017-10-11 Thread Slowaner
Ok. I have java key store with several private keys. How can I make akka-http use exact key from this store? Akka-http uses first key in the KeyManager. How can I configure server to select key by alias for example? (or by domain name) Can I pass any function to Http().bind than selects needed

[akka-user] Re: Implementing ACID style processing using Akka?

2017-10-11 Thread Владимир Морозов
Hi Matthew, thank you for great answer, it's really very helpful. Do you have any additions to your post after year+ of working on your system? понедельник, 23 мая 2016 г., 1:50:11 UTC+3 пользователь Matthew Howard написал: > > Maybe a little late to the conversation but thought I'd add my 2

Re: [akka-user] How do people handle "delayed" events in eventsByTag in Cassandra?

2017-10-11 Thread Patrik Nordwall
On Wed, Oct 11, 2017 at 10:57 AM, lutzh wrote: > Hi Patrik, > > Thanks, that's very helpful! > > So when delayed-event-timeout is used, would you even care to set the > eventual-consistency-delay to > 0? To me it still seems to make sense to > give the materialized view

Re: [akka-user] How do people handle "delayed" events in eventsByTag in Cassandra?

2017-10-11 Thread lutzh
Hi Patrik, Thanks, that's very helpful! So when delayed-event-timeout is used, would you even care to set the eventual-consistency-delay to > 0? To me it still seems to make sense to give the materialized view some time to catch up, if only for efficiency.. or doesn't it? About missing

Re: [akka-user] [akka-http] Virtual hosts

2017-10-11 Thread Konrad “ktoso” Malawski
Simply Http().bind two times given the same routes ;) Though in reality people would hide akka-http behind ngnix or something similar and do the tls things there very often. — Konrad `kto.so` Malawski Akka @ Lightbend On 11 October 2017 at 15:10:34,

Re: [akka-user] [akka-http] Virtual hosts

2017-10-11 Thread Slowaner
I need two different sites at one machine with default listening ports. I can extract requested domain name from RequestContext and configure routes with extracted value. The problem is how configure different SSL certificates for different domains? среда, 11 октября 2017 г., 13:45:38 UTC+8