Initial Release Notes for Release 1.7.5
Added the initial release notes for 1.7.5, but will update the AWS SDK before finalizing them.
This commit is contained in:
parent
105c4f2a6b
commit
22773b2a44
1 changed files with 6 additions and 0 deletions
|
|
@ -29,6 +29,12 @@ For producer-side developers using the **[Kinesis Producer Library (KPL)][kinesi
|
|||
To make it easier for developers to write record processors in other languages, we have implemented a Java based daemon, called MultiLangDaemon that does all the heavy lifting. Our approach has the daemon spawn a sub-process, which in turn runs the record processor, which can be written in any language. The MultiLangDaemon process and the record processor sub-process communicate with each other over [STDIN and STDOUT using a defined protocol][multi-lang-protocol]. There will be a one to one correspondence amongst record processors, child processes, and shards. For Python developers specifically, we have abstracted these implementation details away and [expose an interface][kclpy] that enables you to focus on writing record processing logic in Python. This approach enables KCL to be language agnostic, while providing identical features and similar parallel processing model across all languages.
|
||||
|
||||
## Release Notes
|
||||
### Release 1.7.5 (April 7, 2017)
|
||||
* Correctly handle throttling for DescribeStream, and save accumulated progress from individual calls.
|
||||
* [PR #152](https://github.com/awslabs/amazon-kinesis-client/pull/152)
|
||||
* Upgrade to version 1.11.115 of the AWS Java SDK
|
||||
* [PR #]()
|
||||
|
||||
### Release 1.7.4 (February 27, 2017)
|
||||
* Fixed an issue building JavaDoc for Java 8.
|
||||
* [Issue #18](https://github.com/awslabs/amazon-kinesis-client/issues/18)
|
||||
|
|
|
|||
Loading…
Reference in a new issue