mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-03 20:18:06 +00:00 
			
		
		
		
	Fix comment typo
This commit is contained in:
		@@ -96,7 +96,7 @@ int main(int argc, char* argv[]) {
 | 
				
			|||||||
    signal(SIGINT, signal_handler);
 | 
					    signal(SIGINT, signal_handler);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Now run the dispatcher, providing a callback to handle messages, one to handle
 | 
					    // Now run the dispatcher, providing a callback to handle messages, one to handle
 | 
				
			||||||
    // errors and another one to handle EOF on a partitioin
 | 
					    // errors and another one to handle EOF on a partition
 | 
				
			||||||
    dispatcher.run(
 | 
					    dispatcher.run(
 | 
				
			||||||
        // Callback executed whenever a new message is consumed
 | 
					        // Callback executed whenever a new message is consumed
 | 
				
			||||||
        [&](Message msg) {
 | 
					        [&](Message msg) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user