Skip to content

Commit

Permalink
Increase worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneagan committed Jun 4, 2024
1 parent 06f8cdf commit f0fa6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func StartConsumers(providedServer *server.Server, logger *zerolog.Logger) error

reader := newConsumer(topics, adsConsumerGroupV1, logger)

batchPipeline := make(chan *MessageContext, 200)
batchPipeline := make(chan *MessageContext, 300)
ctx := context.Background()
go processMessagesIntoBatchPipeline(ctx, topicMappings, reader, batchPipeline, logger)
for {
Expand Down

0 comments on commit f0fa6ff

Please sign in to comment.