aws-samples / amazon-kinesis-learning

Learning Amazon Kinesis Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method processRecords() is not implemented, contradicting the docs

mk556 opened this issue · comments

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

The processRecords method is implemented for you, and performs the following steps: