KPL supported platforms
The Kinesis Producer Library (KPL) is written in C++ and runs as a child process to the main user process. Precompiled 64-bit native binaries are bundled with the Java release and are managed by the Java wrapper.
The Java package runs without the need to install any additional libraries on the following operating systems:
-
Linux distributions with kernel 2.6.18 (September 2006) and later
-
Apple iOS X 10.9 and later
-
Windows Server 2008 and later
Important
Windows Server 2008 and later is supported for all KPL versions up to version 0.14.0.
The Windows platform is NOT supported starting with KPL version 0.14.0 or higher.
Note that the KPL is 64-bit only.
Source code
If the binaries provided in the KPL installation are not sufficient for your
environment, the core of the KPL is written as a C++ module. The source code for the C++
module and the Java interface are released under the Amazon Public License and are available
on GitHub at Kinesis Producer Library