Cees de Groot
Cees de Groot
Tests pass.
(Couldn't find it in the issue list, I think it's useful to have an issue for it :-)). My quick'n'dirty suggestion: make Level, Entity, ... implement Serializable and use Java...
The idea behind this is that we can use the standard `import` and `export` features of JS, plus - eventually - are able to define something like Erlang-level synthetic modules...
I want to call BPF functions through Rust, but as soon as I have an invocation of its loader class in my code, I get an error: ``` = note:...
DynamoDB events have milliseconds, not seconds, in their timestamps which crashes deserialization
## Description I'm creating a lambda to process DynamoDB events streamed through Kinesis, which means they're wrapped in base64, etcetera. During processing I pull them out and then deserialize them...
```22:19:06.717 [error] Receiving data from broker "stg-bitpipe-kafka03.pd-internal.com":9092 failed with :timeout =CRASH REPORT==== 2-Feb-2017::22:19:06 === crasher: initial call: Elixir.KafkaEx.Server0P9P0:init/1 pid: registered_name: 'cw:kafkanary:41' exception exit: {function_clause, [{'Elixir.KafkaEx.Protocol.Fetch',parse_response, [nil], [{file,"lib/kafka_ex/protocol/fetch.ex"}, {line,49}]},``` Fetch errors...
Make the batch size tweakable and set the default to the same default as in event_store.ex for consistency.
Scheduler currently doesn't work well with IntelliJ. See https://youtrack.jetbrains.com/issue/SCL-10768 We should see whether this is due to our sbt setup, maybe simplify it, check whether there are restrictions in multi-module...
We use the "three-step" auth method as documented: env var, ~/.aws profile, ecs/instance profile. This allows our code to run on a variety of platforms with a single configuration and...