Brandon Bradley
Brandon Bradley
Hello! I think you should consider making a diagram in the style of Akka Streams blocks like the one in your code. It helped me think about the constructed flow...
Hello! Thanks for the library. I have been using this library to interface with the [GDAX websocket feed](https://docs.gdax.com/#websocket-feed). While upgrading to their new websocket protocol, the size of the subscription...
States execute, but service stops. I think this is due to a new check in 5.0.1. Relevant log: ``` [2016-11-27T18:15:38,231][WARN ][o.e.b.BootstrapCheck ] [I9Z5Rn8] max virtual memory areas vm.max_map_count [65530] is...
Fortunately, reconnection logic works great! ``` [2016-09-26 10:12:09,412] ERROR There was a problem connecting! (co.coinsmith.kafka.cryptocoin.streaming.BitstampPusherActor) [2016-09-26 10:12:09,445] INFO State changed from CONNECTED to DISCONNECTED (co.coinsmith.kafka.cryptocoin.streaming.BitstampPusherActor) [2016-09-26 10:12:09,450] INFO State changed...
Hello! I made some changes for the purposes of using this as a blog. I feel like these changes will help other people getting started for a multi-page site with...
Hello! This plugin doesn't have support for detecting a detached state. Can it be done?
Having this plugin and serverless-dynamodb-local installed results in the DynamoDB installation failing. I have tried various versions of serverless-dynamodb-local and serverless-appsync-plugin with the same result. ``` Serverless: Invoke dynamodb:install Started...