jsun98 commented on a change in pull request #6431: Add Kinesis Indexing
Service to core Druid
URL: https://github.com/apache/incubator-druid/pull/6431#discussion_r238008112
##########
File path:
extensions-core/kinesis-indexing-service/src/main/java/org/apache/druid/indexing/kinesis/KinesisTuningConfig.java
##########
@@ -34,23 +34,26 @@
public class KinesisTuningConfig extends SeekableStreamTuningConfig
{
- private static final int DEFAULT_RECORD_BUFFER_SIZE = 10000;
+ private static final int DEFAULT_RECORD_BUFFER_SIZE = 100000;
Review comment:
this might be a accidental change, will revert back to 10000
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]