Matias Fontanini

Results 196 comments of Matias Fontanini

Append add another option to the config with key "debug" and some valid debug value (e.g. "all").

I'll give this one a go. It will likely take me a while as I don't have too much time but I'll keep you posted.

I'm not having too much time but I'll try to get started on this soon. I've got #125 up that adds event support, which is the base of this whole...

I started actual work on this in branch [admin-api](https://github.com/mfontanini/cppkafka/tree/admin-api). If you see anything that doesn't look right, feel free to comment. I'll put up a PR once I'm done.

REST server? I'm not sure what you're talking about, would you mind expanding a bit?

That is really the simplest consumer code. Which exact line is blowing up? Which exception is being thrown?

Ah damn VC. Just fixed that issue, sorry about that.

Given this is quite the breaking change, it should be an optional feature that we can eventually enable by default in say version 1.0. Using `std::optional` is nice but it...

We shouldn't allow exceptions to propagate into librdkafka's stack. That is written in C and as a consequence isn't aware of what an exception is so throwing something into their...