You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Currently the KPL requires you to pass it as an argument, whereas the KCL requires it as config.
The KCL uses a different (more sophisticated) method for parsing the properties compared to the KPL, see below for an example of how it parses the
CredentialsProvider
:https://github.com/awslabs/amazon-kinesis-client/blob/master/src/main/java/com/amazonaws/services/kinesis/clientlibrary/config/KinesisClientLibConfigurator.java#L112
The KPL only supports setting of Strings, Ints and Booleans:
https://github.com/awslabs/amazon-kinesis-producer/blob/master/java/amazon-kinesis-producer/src/main/java/com/amazonaws/services/kinesis/producer/KinesisProducerConfiguration.java#L197
The text was updated successfully, but these errors were encountered: