Ryan Daigle
Ryan Daigle
It would be convenient to have a single entry point into QC that processes all jobs, then exits (i.e. a non-daemon based worker). Something resembling: ``` session $ QC_EXIT_ON_COMPLETION=true rake...
In an umbrella app, if metrix is initialized individually for each app, the config gets overwritten (last write wins?). Even in umbrella apps, metrix configs should be isolated to that...
Depending on the use-case and application, there might be a significant number of metrics being output. Unless there's a reason not to, we should use strings for each metric, [not...
There is currently a `start_with_earliest_message` option, but you can't specify it on a per-topic basis. Kaffe should allow per topic configurations vs. the current configuration approach. I'm thinking this will...
We're experiencing a recurring issue with low-volume consumers (like for error topics) where the partition offset isn't being regularly ack'd back to the brokers causing the same messages to be...
This spreedly gem is of dubious value (being a thing wrapper around a simple API and only supporting one specific client language). As an organization, Spreedly hasn't yet prioritized a...