yet another micro kafka broker alternative
d0dbb58f4b
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.3) --- 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> |
||
---|---|---|
.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)