mfontanini / cppkafka

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

Automate Compilation of "examples" in Build Process #312

Open endersuu opened 8 months ago

endersuu commented 8 months ago

I've recently been working with cppkafka master branch and noticed that the examples provided in the project are not compiled automatically as part of the default build process. I had to run make examples explicitly to compile them.

I believe it could be beneficial for new users if these examples were compiled automatically, as it would streamline the process of testing and exploring the library's functionality.

I understand there might be reasons for the current setup, and I am open to discussion. If this enhancement aligns with the project's goals, I am also willing to contribute by implementing this feature.