Skip to content

Commit

Permalink
Remove obsolete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Apr 30, 2023
1 parent 8133599 commit 35aafe4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/get/get_topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ func (cmd *command) fetchTopics(client sarama.Client, topicsNames []string, rege
return nil, err
}

// TODO: re-enable or remove regex feature
// To do this we should split the calls to first fetch really only
// topic names, then filter them with the regexp and only then make
// the more expensive calls to fetch meta data
var result []Topic
for topicName, topic := range topics {
t := Topic{
Expand Down

0 comments on commit 35aafe4

Please sign in to comment.