Skip to content

Commit

Permalink
Doc Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMeyers committed Jun 5, 2020
1 parent fe27a9d commit a7f0849
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ The [KinesisAggregator](KinesisAggregator) subproject contains Java classes that

## KinesisDeaggregator

The [KinesisDeaggregator](KinesisDeaggregator) subproject contains Java classes that allow you to deaggregate records that were transmitted using the [Kinesis Aggregated Record Format](https://github.com/awslabs/amazon-kinesis-producer/blob/master/aggregation-format.md), including those transmitted by the Kinesis Producer Library. This library will allow you to deaggregate aggregated records in any Java environment, including AWS Lambda.
The Deaggregation subprojects contain Java classes that allow you to deaggregate records that were transmitted using the [Kinesis Aggregated Record Format](https://github.com/awslabs/amazon-kinesis-producer/blob/master/aggregation-format.md), including those transmitted by the Kinesis Producer Library. This library will allow you to deaggregate aggregated records in any Java environment, including AWS Lambda.

There are 2 versions of Deaggregator modules, based upon the AWS SDK version you are using:

| SDK | Project |
| --- | ------- |
|Version 1 | [KinesisDeaggregator](KinesisDeaggregator) |
|Version 2 | [KinesisDeaggregatorV2](KinesisDeaggregatorV2) |

## KinesisTestConsumers

Expand Down

0 comments on commit a7f0849

Please sign in to comment.