Tim Evdokimov
Tim Evdokimov
Could this be a solution: https://github.com/wal-e/wal-e/pull/407?
I wonder if any of maintainers can comment something on that. It may be a downright wrong approach altogether, this is also a valuable feedback I'd definitely appreciate.
workaround: use master branch, not pip version see also: #403
I also may share similar experience. Using Burrow with Prometheus exporter. sum(kafka_burrow_total_lag)by group doesn't match sum(kafka_burrow_partition_lag)by group. Not for all topics/consumers, though.
Recipe instances are independent and run along each other. Interaction instances are just stateless functions and could indeed be used by any recipe instance. Each recipe instance performs its own...
Thank you for your suggestion @kpavlov. I think I'll stick with prometheus collectors, as they are extremely low-overhead. Nothing prevents however adding an exporter to extract the data from prometheus...