Skip to content

Commit

Permalink
fix make lint
Browse files Browse the repository at this point in the history
Co-Authored-By: Dimitar Dimitrov <[email protected]>
  • Loading branch information
gotjosh and dimitarvdimitrov committed Sep 30, 2024
1 parent 4b7b4c9 commit cf5a0a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/storage/ingest/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ type PusherCloser interface {
Close() []error
}


// pusherConsumer receives records from Kafka and pushes them to the storage.
// Each time a batch of records is received from Kafka, we instantiate a new pusherConsumer, this is to ensure we can retry if necessary and know whether we have completed that batch or not.
type pusherConsumer struct {
Expand Down

0 comments on commit cf5a0a6

Please sign in to comment.