文件名称:kcl:适用于 Go 的 Amazon Kinesis 客户端库
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-20 20:25:04
Go
适用于 Go 的 Amazon Kinesis 客户端库 该库为 KCL MultiLangDaemon 提供了一个接口,它是。 该接口管理与 MultiLangDaemon 的交互,以便开发人员可以专注于实现他们的记录处理器可执行文件。 记录处理器可执行文件通常类似于: package main import ( "github.com/marcy-go/kcl" ) type Sample struct {} func ( s * Sample ) Init ( str string ) error { return nil } func ( s * Sample ) ProcessRecords ( rs [] * kcl. Record , cp * kcl. CheckPointer ) error { return nil } func ( s * Sample )
【文件预览】:
kcl-master
----.gitignore(22B)
----README.md(2KB)
----build.sh(1KB)
----CHANGELOG.md(28B)
----action.go(526B)
----record_processor.go(158B)
----process.go(2KB)
----check_pointer.go(697B)
----LICENSE.txt(1KB)
----io_handler.go(868B)
----response.go(107B)