Will Sargent

Results 199 comments of Will Sargent

Is this about writing directly to Firehose, without going through a data stream? Instead of "KPL → Kinesis Data Stream → Kinesis Data Firehose" you have "KPL → Kinesis Data...

Probably the best thing to do is use https://github.com/awslabs/amazon-kinesis-producer/blob/master/aggregation-format.md and https://github.com/awslabs/kinesis-aggregation/tree/master/java/KinesisAggregator with your own streaming implementation.

Nope, can't do it in SNAPSHOT. 2.6.0-M1 is the only 2.12 version.

Should reference https://github.com/playframework/play-socket.io/tree/master/samples/scala/clustered-chat

The scripts are kind of a pain in the butt. It may be better to replace them with a single builder that creates key stores / trust stores from https://github.com/tersesystems/securitybuilder...

Also see https://github.com/playframework/playframework.com/issues/200

Added this in https://github.com/outworkers/phantom-activator-template/pull/9

@jsw Do you have a PR you can submit? We're planning for 2.6.0 GA, so we don't have a lot of time free.

Yeah, there needs to be a "flow of control" switch between Netty (server side) and Akka (user / app flow) internally. It's actually a sticking point as it impacts performance.

Also see https://github.com/playframework/playframework/issues/2581