mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
589 stars 207 forks source link

Added RdKafkaException base class #231

Open accelerated opened 4 years ago

accelerated commented 4 years ago
accelerated commented 4 years ago

Hi @mfontanini, can you please take a look at this? ~thanks

mfontanini commented 4 years ago

While I'm okay with these changes and this should probably have been done this way from the start, this change breaks the ABI and API. This:

Having said that, I don't think it's worth bumping the major version for such a simple change.

accelerated commented 4 years ago

Agreed with you. I think it's a worthwhile change with small breakage risk.

accelerated commented 4 years ago

@mfontanini are you ok going forward with this? Can we merge it? Otherwise I'll close it.

accelerated commented 4 years ago

@mfontanini please check my last comment.