aws-samples / aws-samples/amazon-kinesis-learning
Method processRecords() is not implemented, contradicting the docs
Open
- Dominant language
- Java
- Stars
- 112
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
The method `processRecords()` in `src/main/java/com/amazonaws/services/kinesis/samples/stocktrades/processor/StockTradeRecordProcessor.java` is not implemented already contradicting the tutorial in AWS docs - [link](https://docs.aws.amazon.com/streams/latest/dev/tutorial-stock-data-kplkcl2-consumer.html)
```
The processRecords method is implemented for you, and performs the following steps:
```
Contributor guide
Assessment
This issue has not been assessed yet.