mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
added test case for polling strategy refactored the strategy class
This commit is contained in:
@@ -15,6 +15,9 @@ using Catch::TestCaseStats;
|
||||
using Catch::Totals;
|
||||
using Catch::Session;
|
||||
|
||||
std::vector<std::string> KAFKA_TOPICS = {"cppkafka_test1", "cppkafka_test2"};
|
||||
int KAFKA_NUM_PARTITIONS = 3;
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
class InstantTestReporter : public ConsoleReporter {
|
||||
|
||||
Reference in New Issue
Block a user