yet another micro kafka broker alternative
4b4add52a6
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/twmb/franz-go/releases) - [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/twmb/franz-go/compare/v1.5.2...v1.6.0) --- updated-dependencies: - dependency-name: github.com/twmb/franz-go 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)