yet another micro kafka broker alternative
Go to file
dependabot[bot] 5a80d798c6
Bump go.unistack.org/micro/v3 from 3.10.4 to 3.10.5
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.4 to 3.10.5.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.4...v3.10.5)

---
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>
2023-01-30 11:08:07 +00:00
.github Bump hmarr/auto-approve-action from 2 to 3 (#87) 2022-11-28 16:24:59 +03:00
.gitignore Initial commit 2021-07-10 19:22:40 +03:00
go.mod Bump go.unistack.org/micro/v3 from 3.10.4 to 3.10.5 2023-01-30 11:08:07 +00:00
go.sum Bump go.unistack.org/micro/v3 from 3.10.4 to 3.10.5 2023-01-30 11:08:07 +00:00
kgo_test.go use own domain 2021-10-03 18:30:56 +03:00
kgo.go propogate context to kgo record 2022-10-11 11:55:12 +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)