Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ private[kafka010] class InternalKafkaConsumer(
}
}

// TODO: consider changing this to normal class, as having mutable variables in
// case class sounds weird.
/**
* The internal object to store the fetched data from Kafka consumer and the next offset to poll.
*
Expand Down Expand Up @@ -192,8 +190,6 @@ private[kafka010] case class FetchedData(
def offsetAfterPoll: Long = _offsetAfterPoll
}

// TODO: consider changing this to normal class, as having mutable variables in
// case class sounds weird.
/**
* The internal object returned by the `fetchRecord` method. If `record` is empty, it means it is
* invisible (either a transaction message, or an aborted message when the consumer's
Expand Down