Skip to content

Commit

Permalink
Merge pull request #243 from seungsoo-lee/dev
Browse files Browse the repository at this point in the history
Updated consumers
  • Loading branch information
seungsoo-lee committed Jul 27, 2021
2 parents ffab2df + b59f014 commit 9413035
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/feedconsumer/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ func StartConsumer() {
n := 0
for n < numOfConsumers {
c := &KnoxFeedConsumer{
id: n + 1,
netLogEvents: []types.NetworkLogEvent{},
syslogEvents: []types.SystemLogEvent{},
id: n + 1,
}

c.setupKafkaConfig()
Expand Down

0 comments on commit 9413035

Please sign in to comment.