yet another micro kafka broker alternative
Go to file
Василий Толстов cbab0b5cb6
build / test (push) Failing after 1m31s Details
build / lint (push) Successful in 9m19s Details
codeql / analyze (go) (push) Failing after 11m42s Details
fix double init
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-03-07 09:05:47 +03:00
.github Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#103) 2023-01-30 21:22:17 +03:00
.gitignore Initial commit 2021-07-10 19:22:40 +03:00
LICENSE Initial commit 2021-07-10 19:22:40 +03:00
README.md Merge pull request #25 from unistack-org/options 2021-12-20 08:47:34 +03:00
event.go move to micro v4 2023-04-28 22:49:29 +03:00
go.mod update deps 2024-03-07 00:58:23 +03:00
go.sum update deps 2024-03-07 00:58:23 +03:00
kgo.go fix double init 2024-03-07 09:05:47 +03:00
kgo_test.go move to micro v4 2023-04-28 22:49:29 +03:00
logger.go update deps 2024-03-07 00:58:23 +03:00
metrics.go move to micro v4 2023-04-28 22:49:29 +03:00
options.go move to micro v4 2023-04-28 22:49:29 +03:00
subscriber.go fix graceful shutdown 2023-05-13 15:15:58 +03:00

README.md

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)