The basic example was created by directly translating the official AWS KCL Python sample found at https://github.com/awslabs/amazon-kinesis-client-python. Signed-off-by: Caleb Stewart <caleb.stewart94@gmail.com>
8 lines
181 B
JSON
8 lines
181 B
JSON
{
|
|
"stream": "kclgosample",
|
|
"application": "GolangKCLSample",
|
|
"region": "us-east-1",
|
|
"checkpoint_interval": 60,
|
|
"checkpoint_retries": 5,
|
|
"checkpoint_retry_interval": 5
|
|
}
|