jamesyfshao commented on a change in pull request #3869: add config to control
kafka fetcher size and increase default
URL: https://github.com/apache/incubator-pinot/pull/3869#discussion_r264555196
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/realtime/impl/kafka/KafkaStreamConfigProperties.java
##########
@@ -43,9 +43,12 @@
public static class LowLevelConsumer {
public static final String KAFKA_BROKER_LIST = "kafka.broker.list";
public static final String KAFKA_BUFFER_SIZE = "kafka.buffer.size";
- public static final int KAFKA_BUFFER_SIZE_DEFAULT = 512000;
+ public static final int KAFKA_BUFFER_SIZE_DEFAULT = 5120000;
Review comment:
@mcvsubbu I have reverted the default back to the old value.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]