yet another micro kafka broker alternative
90063ef841
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
.gitignore | ||
go.mod | ||
go.sum | ||
kgo_test.go | ||
kgo.go | ||
LICENSE | ||
metrics.go | ||
options.go | ||
README.md | ||
util.go |
micro-broker-kgo
yet another micro kafka broker alternative
TODO:
- dont always append options from context on Init and New
- add SubscriberOptions(...kgo.Opt)
- add ServerSubscribeOptions(...kgo.Opt)
- check PublisherOptions(...kgo.Opt)
- check ClientPublisherOptions(...kgo.Opt)