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