yet another micro kafka broker alternative
Go to file
Василий Толстов 28c9865121
Some checks are pending
build / test (push) Waiting to run
build / lint (push) Waiting to run
codeql / analyze (go) (push) Waiting to run
Merge pull request 'logger fix' (#128) from logger_fix into v3
Reviewed-on: #128
2024-02-15 10:21:06 +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 logger fix 2024-02-15 10:20:15 +03:00
go.sum logger fix 2024-02-15 10:20:15 +03:00
kgo_test.go improve performance and correctness 2023-03-13 21:56:44 +03:00
kgo.go logger fix 2024-02-15 10:20:15 +03:00
LICENSE Initial commit 2021-07-10 19:22:40 +03:00
logger.go logger fix 2024-02-15 10:20:15 +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)