Alex Damian

Results 6 issues of Alex Damian

* Added `RdKafkaException` base class for exceptions which take an `Error` as parameter. This allows for easier catching and processing of kafka-specific errors. * In cases where the error message...

Hi @mfontanini, would you consider moving the `Producer::poll()` overloads into `KafkaHandleBase::poll()` instead? This can actually be used by consumers as well and there are cases when you want to poll...

Hi @mfontanini, is there any reason why the offset is not part of the [comparison](https://github.com/mfontanini/cppkafka/blob/master/src/topic_partition.cpp#L88)?

Testing for windows platform is needed.

help wanted

### Version of Boost 1.75 ### Steps necessary to reproduce the problem Seems that any stl pmr resources are incompatible with the boost ones. This is quite undesirable as now...

Because of this issue in Node which changed rejectUnauthorized from default false to true (see joyent/node#3949), the TLS negotiation fails for self-signed certificates. This is very important when testing and...