mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
				synced 2025-11-04 04:27:48 +00:00 
			
		
		
		
	Merge pull request #18 from arvidn/consumer-typo
fix typo in consumer documentation
This commit is contained in:
		@@ -67,7 +67,7 @@ class TopicConfiguration;
 | 
			
		||||
 * consumer.set_assignment_callback([&](vector<TopicPartition>& topic_partitions) {
 | 
			
		||||
 *     // Here you could fetch offsets and do something, altering the offsets on the
 | 
			
		||||
 *     // topic_partitions vector if needed
 | 
			
		||||
 *     cout << "Got assigned " << topic_partitions.count() << " partitions!" << endl;
 | 
			
		||||
 *     cout << "Got assigned " << topic_partitions.size() << " partitions!" << endl;
 | 
			
		||||
 * });
 | 
			
		||||
 *
 | 
			
		||||
 * // Set the revocation callback
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user