We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb09f91 + 46b9524 commit 791b72aCopy full SHA for 791b72a
1 file changed
src/framework/KafkaManager.cpp
@@ -123,6 +123,7 @@ namespace OpenWifi {
123
}
124
Note = Queue_.waitDequeueNotification();
125
126
+ Producer.flush();
127
poco_information(Logger_, "Stopped...");
128
129
@@ -328,4 +329,4 @@ namespace OpenWifi {
328
329
partitions.front().get_partition()));
330
331
-} // namespace OpenWifi
332
+} // namespace OpenWifi
0 commit comments