Skip to content

Commit

Permalink
[hotfix][doc] Mention AggregationEnabled setting in kinesis docs
Browse files Browse the repository at this point in the history
This closes apache#6072.
  • Loading branch information
pnowojski authored and tzulitai committed May 25, 2018
1 parent 33aee80 commit cb48019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/connectors/kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ producerConfig.put("RecordTtl", "30000");
producerConfig.put("RequestTimeout", "6000");
producerConfig.put("ThreadPoolSize", "15");

// Disable Aggregation if it's not supported by a consumer
// producerConfig.put("AggregationEnabled", "false");
// Switch KinesisProducer's threading model
// producerConfig.put("ThreadingModel", "PER_REQUEST");

Expand All @@ -312,6 +314,8 @@ producerConfig.put("RecordTtl", "30000")
producerConfig.put("RequestTimeout", "6000")
producerConfig.put("ThreadPoolSize", "15")

// Disable Aggregation if it's not supported by a consumer
// producerConfig.put("AggregationEnabled", "false")
// Switch KinesisProducer's threading model
// producerConfig.put("ThreadingModel", "PER_REQUEST")

Expand Down

0 comments on commit cb48019

Please sign in to comment.