We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f7d04 commit 92cd8d8Copy full SHA for 92cd8d8
src/backend/state_server/src/main/resources/application.yml
@@ -8,10 +8,10 @@ spring:
8
acks: 0
9
key-serializer: org.apache.kafka.common.serialization.StringSerializer
10
value-serializer: org.apache.kafka.common.serialization.StringSerializer
11
- batch-size: 65536 # 64KB
+ batch-size: 131072 # 128KB (기존 64KB의 2배)
12
properties:
13
- linger.ms: 20 # 20ms
14
- buffer.memory: 67108864 # 64MB로 버퍼 메모리도 증가
+ linger.ms: 50 # 50ms (기존 20ms보다 지연 시간 증가)
+ buffer.memory: 134217728 # 128MB (버퍼 메모리 증가)
15
compression.type: snappy
16
data:
17
redis:
0 commit comments