Skip to content

Commit

Permalink
Updated consumers
Browse files Browse the repository at this point in the history
  • Loading branch information
seungsoo-lee committed Jul 27, 2021
1 parent ea814be commit b59f014
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 b59f014

Please sign in to comment.