yet another micro kafka broker alternative
Go to file
dependabot[bot] 7ad74ea1fc
Bump github.com/twmb/franz-go from 1.7.0 to 1.7.1 (#76)
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.7.0 to 1.7.1.
- [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.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/twmb/franz-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 16:40:28 +03:00
.github Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 2022-07-11 11:46:47 +00:00
.gitignore Initial commit 2021-07-10 19:22:40 +03:00
go.mod Bump github.com/twmb/franz-go from 1.7.0 to 1.7.1 (#76) 2022-09-17 16:40:28 +03:00
go.sum Bump github.com/twmb/franz-go from 1.7.0 to 1.7.1 (#76) 2022-09-17 16:40:28 +03:00
kgo_test.go use own domain 2021-10-03 18:30:56 +03:00
kgo.go fix noop codec usage and body only 2022-08-28 16:06:52 +03:00
LICENSE Initial commit 2021-07-10 19:22:40 +03:00
metrics.go use own domain 2021-10-03 18:30:56 +03:00
options.go Merge pull request #25 from unistack-org/options 2021-12-20 08:47:34 +03:00
README.md Merge pull request #25 from unistack-org/options 2021-12-20 08:47:34 +03:00
util.go Merge pull request #25 from unistack-org/options 2021-12-20 08:47:34 +03:00

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)