mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-03 03:58:04 +00:00
Allow to pass-in via cmake all the kafka config options for testing: broker, partitions and topics
This commit is contained in:
@@ -15,8 +15,7 @@ using Catch::TestCaseStats;
|
||||
using Catch::Totals;
|
||||
using Catch::Session;
|
||||
|
||||
std::vector<std::string> KAFKA_TOPICS = {"cppkafka_test1", "cppkafka_test2"};
|
||||
int KAFKA_NUM_PARTITIONS = 3;
|
||||
std::vector<std::string> KAFKA_TOPICS = {KAFKA_TOPIC_NAMES};
|
||||
|
||||
namespace cppkafka {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user