mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-01 11:07:56 +00:00
Fix comment typo
This commit is contained in:
@@ -96,7 +96,7 @@ int main(int argc, char* argv[]) {
|
||||
signal(SIGINT, signal_handler);
|
||||
|
||||
// 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(
|
||||
// Callback executed whenever a new message is consumed
|
||||
[&](Message msg) {
|
||||
|
||||
Reference in New Issue
Block a user