mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-25 14:14:50 +00:00
Use tags on EOF and timeout callbacks on ConsumerDispatcher
This commit is contained in:
@@ -44,11 +44,11 @@ void ConsumerDispatcher::handle_error(Error error) {
|
||||
throw ConsumerException(error);
|
||||
}
|
||||
|
||||
void ConsumerDispatcher::handle_eof(const TopicPartition& /*topic_partition*/) {
|
||||
void ConsumerDispatcher::handle_eof(EndOfFile, const TopicPartition& /*topic_partition*/) {
|
||||
|
||||
}
|
||||
|
||||
void ConsumerDispatcher::ignore() {
|
||||
void ConsumerDispatcher::handle_timeout(Timeout) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user