mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-04 04:27:48 +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