Theo M. Bulut
Theo M. Bulut
I think examples have some problems with allocation, currently, arc_rwlock_std example fails with the message below: ``` memory allocation of 1879048192 bytes failedAborted (core dumped) ```
Implements #14
This one is little bit tricky. You need to inject custom partition assignor as raw pointer allocated on heap by using the implementaion of this trait: https://docs.rs/rdkafka/latest/rdkafka/consumer/trait.ConsumerContext.html need to make...
- [ ] `group_by` - [ ] `items`: iterate over both key and value at the same time - [ ] `events`: access raw events - [ ] `take`: buffer...
@ExpLog told me to have a book for Callysto. Referenced Fastapi book as example: https://fastapi.tiangolo.com/ Other books in Rust: https://book.async.rs/
We need to implement sensors for Datadog. To send metrics to Datadog agent. In `callysto/src/sensors` and put sensible sensors across the code.
We need to implement sensors for Statsd. To send metrics to Statsd agent. In callysto/src/sensors and put sensible sensors across the code.