You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: