vmware-go-kcl-v2/examples/basic/sample.json
Caleb Stewart 0c630b3628 Add basic example implementation
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>
2023-04-21 16:04:58 -04:00

8 lines
181 B
JSON

{
"stream": "kclgosample",
"application": "GolangKCLSample",
"region": "us-east-1",
"checkpoint_interval": 60,
"checkpoint_retries": 5,
"checkpoint_retry_interval": 5
}