Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Bailey committed Apr 4, 2017
1 parent f71c67e commit fcf9846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/outputhost/kafkaAddresser.go
Expand Up @@ -115,7 +115,7 @@ func (k *kafkaTopicPartitionAddresser) GetStoreAddress(tp *topicPartition, offse
`topic`: tp.Topic,
`partition`: tp.Partition,
`offset`: offset,
`tpInt`: k.nextTp,
`tpInt`: k.nextTP,
}).Info(`New assignment`)

return calc(k.nextTP, offset)
Expand Down

0 comments on commit fcf9846

Please sign in to comment.