mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-10-31 18:47:48 +00:00 
			
		
		
		
	Merge pull request #246 from LesnyRumcajs/patch-2
fixed typo in example (log message)
This commit is contained in:
		| @@ -115,7 +115,7 @@ int main(int argc, char* argv[]) { | |||||||
|         }, |         }, | ||||||
|         // Whenever EOF is reached on a partition, print this |         // Whenever EOF is reached on a partition, print this | ||||||
|         [](ConsumerDispatcher::EndOfFile, const TopicPartition& topic_partition) { |         [](ConsumerDispatcher::EndOfFile, const TopicPartition& topic_partition) { | ||||||
|             cout << "Reched EOF on partition " << topic_partition << endl; |             cout << "Reached EOF on partition " << topic_partition << endl; | ||||||
|         } |         } | ||||||
|     ); |     ); | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matias Fontanini
					Matias Fontanini