Kevin Lewis
Kevin Lewis
I was wondering about this as well but, at least for sending SMS, this seems to be supported just by passing the `:Authorization` value as an option. Something like: ```elixir...
There were some issues with continual rebalancing in a "recent" version of Kafka ... but I don't recall which version. The rebalancing could definitely cause messages to be continually reprocessed...
I think the rebalancing is the issue to solve first. That should not be happening with such a high and consistent frequency. I wonder if you'd experience the same thing...
@Shoowa The README should be correct for `Kaffe.GroupMemberSupervisor`. `Kaffe.Producer` doesn't utilize a process so there's no need to include it in the `children` list. We haven't yet updated the supervisors...
@dtykocki I'm not sure why I didn't merge this in. I don't think there are any compatibility issues because it's additive. I do think the extra changes should be removed.
@rom8726 Kaffe doesn't currently support a single consumer with different connection settings. I think we have an older issue related to separating out those settings. The only way I can...
@madshargreave That's unfortunate that the umbrella approach doesn't work. I think multiple consumers would have the same problem. We're interested in supporting multiple consumers but just haven't had time. Would...
👍 I recently refactored a project into an umbrella. I needed a separate configuration (not for Kaffe) for one of the projects. I was surprised how much umbrella projects want...
@sdball https://metrics.librato.com/s/spaces/356792?duration=604800
I don't know when that app was restarted (is that midnight to Heroku?), but it looks like all those errors consumed at that time are old. So the theory is...