mirror of https://github.com/apache/kafka.git
obsessive compulsive tag team: Replace tabs with spaces
patch by jkreps; reviewed by cburroughs for KAFKA-114 git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1178670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c2d121b26
commit
a7b4731947
|
@ -67,7 +67,7 @@ class ConsumerIterator[T](private val topic: String,
|
||||||
if(logger.isDebugEnabled)
|
if(logger.isDebugEnabled)
|
||||||
logger.debug("Received the shutdown command")
|
logger.debug("Received the shutdown command")
|
||||||
channel.offer(currentDataChunk)
|
channel.offer(currentDataChunk)
|
||||||
return allDone()
|
return allDone
|
||||||
} else {
|
} else {
|
||||||
currentTopicInfo = currentDataChunk.topicInfo
|
currentTopicInfo = currentDataChunk.topicInfo
|
||||||
if (currentTopicInfo.getConsumeOffset != currentDataChunk.fetchOffset) {
|
if (currentTopicInfo.getConsumeOffset != currentDataChunk.fetchOffset) {
|
||||||
|
|
Loading…
Reference in New Issue