Daniil Fedotov

Results 15 comments of Daniil Fedotov

The idea was about simplifying the machine code, and keeping the map in the state would be the opposite for my opinion.

The identifier would not be unique. It would be from a predefined set. I should have explained it better. Let's say you monitor two kinds of processes. Then you will...

Ra already maintains a map of pids and monitor refs. So complexity here is when machine tries to issue monitors for different types but the same pid. Technically it should...

So I found this: https://github.com/odo/quantile_estimator It's rather old but seems to build, at least on OTP-21. I'll take a look if it's possible to integrate to the summary metric.

@squaremo this is a simpler approach to connection recovery. This approach provides a developer with examples and some helper functions to gracefully handle connection recovery without changing much code and...

The callback will be called with the actual channel in the arguments, the channel which is processing the consumed message. This will make consume function reusable because the channel argument...

@squaremo can you please update if you need any changes to that?

@hardcodet I didn't update this code and don't know if it's still up-to-date with the rest of the project. In theory it should be relatively easily rebasable.

@Taure looks reasonable, can you make a PR out for this? Also maybe we can remove `send_message` function because it doesn't do anything now.