vmware-go-kcl is a vmware originated open-source project for AWS Kinesis Client Library in Go. It has been widely used by many external companies and internally by Carbon Black. vmware-go-kcl-v2 is its companion project by utilizing AWS Go SDK V2 which introduces lots of breaking changes. To keep the repo clean, it is better to have a separated repo vmware-go-kcl-v2 with better golang project structure improvement.
Find a file
Tao Jiang e1071abc80 KCL: Fix cloudwatch metrics
This changes fixed cloudwatch metrics publishing by adding long
running go routine to periodically publish cloudwatch metrics.
Also, shutdown metrics publishing when KCL is shutdown.

Test:
Run hmake test and verified cloudwatch metrics has been
published via AWS cloudwatch console.

Jira CNA-702

Change-Id: I78b347cd12939447b0daf93f51acf620d18e2f49
2021-12-20 21:13:21 -06:00
src KCL: Fix cloudwatch metrics 2021-12-20 21:13:21 -06:00
support KCL: Ignore Lint error on const 2021-12-20 21:13:21 -06:00
.gitignore CKL: Initial version for starting repository 2021-12-20 21:13:11 -06:00
.gitreview CKL: Initial version for starting repository 2021-12-20 21:13:11 -06:00
CODE_OF_CONDUCT.md Add Code of Conduct template 2021-11-30 23:05:17 +08:00
CONTRIBUTING.md Add CONTRIBUTING template 2021-12-20 21:11:09 -06:00
HyperMake CKL: Initial version for starting repository 2021-12-20 21:13:11 -06:00
README.md CKL: Initial version for starting repository 2021-12-20 21:13:11 -06:00

vmware-go-kcl-v2

Overview

Try it out

Prerequisites

  • Prereq 1
  • Prereq 2
  • Prereq 3

Build & Run

  1. Step 1
  2. Step 2
  3. Step 3

Documentation

Contributing

The vmware-go-kcl-v2 project team welcomes contributions from the community. Before you start working with vmware-go-kcl-v2, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.

License

=======

Cascade Kinesis Client Library for GO

The Cascade Kinesis Client Library for GO (Cascade KCL) enables Go developers to easily consume and process data from [Amazon Kinesis][kinesis].

It is a re-implementation on Amazon's Kinesis Client Library in pure Go without using KCL's multi-language support.