yet another micro kafka broker alternative
Go to file
Vasiliy Tolstov a9b13378f3 improve performance and correctness
* properly handle rebalances
* simplify code
* return on NewBroker instance and not interface

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2023-03-13 21:56:44 +03:00
.github Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#77) 2022-10-04 13:02:10 +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 Bump github.com/twmb/franz-go from 1.7.1 to 1.8.0 (#78) 2022-10-11 11:52:49 +03:00
go.sum Bump github.com/twmb/franz-go from 1.7.1 to 1.8.0 (#78) 2022-10-11 11:52:49 +03:00
kgo_test.go improve performance and correctness 2023-03-13 21:56:44 +03:00
kgo.go improve performance and correctness 2023-03-13 21:56:44 +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 improve performance and correctness 2023-03-13 21:56:44 +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)