yet another micro kafka broker alternative
Go to file
Vasiliy Tolstov 8a64e8c5cc
Some checks failed
build / test (push) Failing after 1m27s
build / lint (push) Failing after 2m41s
codeql / analyze (go) (push) Failing after 2m44s
Merge pull request 'fixup panic' (#126) from rwfix into v3
Reviewed-on: #126
2023-12-20 22:54: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
event.go improve performance and correctness 2023-03-13 21:56:44 +03:00
go.mod fixup panic 2023-12-20 22:54:10 +03:00
go.sum fixup panic 2023-12-20 22:54:10 +03:00
kgo_test.go improve performance and correctness 2023-03-13 21:56:44 +03:00
kgo.go fixup panic 2023-12-20 22:54:10 +03:00
LICENSE Initial commit 2021-07-10 19:22:40 +03:00
logger.go improve performance and correctness 2023-03-13 21:56:44 +03:00
metrics.go use own domain 2021-10-03 18:30:56 +03:00
options.go improve performance and correctness 2023-03-13 21:56:44 +03:00
README.md Merge pull request #25 from unistack-org/options 2021-12-20 08:47:34 +03:00
subscriber.go allow rebalance on unsubscribe 2023-05-25 15:11:53 +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)