yet another micro kafka broker alternative
03d78ef2ff
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.5 to 1.3.6. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... 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)