awslabs / awslabs/amazon-kinesis-client-python

KCL not doing what I'm expecting it to do

Open
#12 7 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
377
Forks
228
PR merge metrics
No merged PRs in 30d

Description

I'm running the sample code.

I'm running

``` bash
sample_kinesis_wordputter.py --stream words -w cat -w dog -w bird -w lobster
```

and I get some words pushed

``` log
Connecting to stream: words in us-east-1
Put word: cat into stream: words
Put word: dog into stream: words
Put word: bird into stream: words
Put word: lobster into stream: words
```

but when I run python sample_kclpy_app.py, I don't have any output.

I'm expecting python sample_kclpy_app.py to ouput "getting word: cat..." or something along those lines.

Am I missing something? It looks like the stream is not being listened to.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.