yet another micro kafka broker alternative
Go to file
Vasiliy Tolstov 203266aaea fix noop codec usage and body only
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2022-08-28 16:06:52 +03:00
.github Bump actions/cache from 2 to 3 2022-03-22 20:08:24 +00:00
.gitignore Initial commit 2021-07-10 19:22:40 +03:00
go.mod update 2022-04-05 15:38:10 +03:00
go.sum update 2022-04-05 15:38:10 +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)