Skip to content

Commit e5f8e1d

Browse files
committed
feat: choose the number of workers wisely
1 parent 120b7f7 commit e5f8e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/infra/consumer/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"go.uber.org/zap"
1616
)
1717

18-
const numberOfProcessors = 10
18+
const numberOfProcessors = 20
1919

2020
type Consumer struct {
2121
client *kgo.Client

0 commit comments

Comments
 (0)