File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
chat_server/src/main/resources
state_server/src/main/resources Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ spring:
1515 acks : all # 멱등성 프로듀서를 위해 all로 설정, 0 또는 1이면 enable.idempotence=true 불가
1616 key-serializer : org.apache.kafka.common.serialization.StringSerializer
1717 value-serializer : org.apache.kafka.common.serialization.StringSerializer
18- batch-size : 65536 # 64KB
19- properties :
20- linger.ms : 20 # 20ms
21- buffer.memory : 67108864 # 64MB로 버퍼 메모리도 증가
22- compression.type : snappy
2318 bootstrap-servers : ${KAFKA_SERVER}
2419 datasource :
2520 driver-class-name : org.postgresql.Driver
Original file line number Diff line number Diff line change 88 acks : all # 멱등성 프로듀서를 위해 all로 설정, 0 또는 1이면 enable.idempotence=true 불가
99 key-serializer : org.apache.kafka.common.serialization.StringSerializer
1010 value-serializer : org.apache.kafka.common.serialization.StringSerializer
11- batch-size : 65536 # 64KB
12- properties :
13- linger.ms : 20 # 20ms
14- buffer.memory : 67108864 # 64MB로 버퍼 메모리도 증가
15- compression.type : snappy
1611 data :
1712 redis :
1813 host : ${REDIS_HOST}
You can’t perform that action at this time.
0 commit comments