awslabs / amazon-kinesis-client-python

Amazon Kinesis Client Library for Python
Apache License 2.0
368 stars 223 forks source link

KCL example with multi-threading for python #55

Open ghost opened 7 years ago

ghost commented 7 years ago

Looking at RecordProcessor::process_records I am a newbie with Python and Kinesis. Could you provide a sample with multi-threading for RecordProcessor::process_records

ricoms commented 6 years ago

Hello @longit644, it's not your request but this might help: https://aws.amazon.com/pt/blogs/aws/speak-to-kinesis-in-python/

It's the only thing I was capable to find close to a code example for the KCL in python.

Although "initialize() and shutdown() are self-explanatory; " well... they are not.