yet another micro kafka broker alternative
947fca7cd5
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.8 to 3.10.9. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.10.8...v3.10.9) --- updated-dependencies: - dependency-name: go.unistack.org/micro/v3 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)