Skip to content

Commit

Permalink
Remove unused PartitionReader.Topic() method
Browse files Browse the repository at this point in the history
  • Loading branch information
leizor committed Dec 20, 2024
1 parent 1606525 commit d3c9d1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/storage/ingest/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ func newPartitionReader(kafkaCfg KafkaConfig, partitionID int32, instanceID stri
return r, nil
}

func (r *PartitionReader) Topic() string {
return r.kafkaCfg.Topic
}

// Stop implements fetcher
func (r *PartitionReader) Stop() {
// Given the partition reader has no concurrency it doesn't support stopping anything.
Expand Down

0 comments on commit d3c9d1d

Please sign in to comment.