queue.kafka.max.request.size:1048576 default to tolerate inconsistent or outdated yml
This commit is contained in:
parent
a5ff95b0f4
commit
1d7e0b9851
@ -63,7 +63,7 @@ public class TbKafkaSettings {
|
|||||||
@Value("${queue.kafka.linger.ms}")
|
@Value("${queue.kafka.linger.ms}")
|
||||||
private long lingerMs;
|
private long lingerMs;
|
||||||
|
|
||||||
@Value("${queue.kafka.max.request.size}")
|
@Value("${queue.kafka.max.request.size:1048576}")
|
||||||
private int maxRequestSize;
|
private int maxRequestSize;
|
||||||
|
|
||||||
@Value("${queue.kafka.max.in.flight.requests.per.connection:5}")
|
@Value("${queue.kafka.max.in.flight.requests.per.connection:5}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user