awslabs / amazon-kinesis-client

Client library for Amazon Kinesis
Apache License 2.0
635 stars 461 forks source link

Change to PollingConfig maxRecords breaks compat #1274

Closed etspaceman closed 4 months ago

etspaceman commented 4 months ago

https://github.com/awslabs/amazon-kinesis-client/pull/1270/files#r1518162015

This particular change caused the return type for maxRecords to be void instead of PollingConfig, which breaks backwards compatibility.