Releases: zerodha/kaf-relay
Releases · zerodha/kaf-relay
v1.2.1
v1.2.0
v1.1.4
v1.1.3
v1.1.2
v1.1.1
Changelog
- 87710cc Merge pull request #28 from kalbhor/main
- b31e40b fix: handle http server initialisation and runtime
- 0ac496c chore: upgrade franz-go version with compression optimisations
- 05fce61 Merge pull request #27 from kalbhor/main
- 9167e66 feat: add error metrics to target and source
- 5fac087 Merge pull request #26 from zerodha/randomize-initial
- 0febbc4 Remove multiple servers in
single
relay mode. - 8d77fab Add
randomize_initial
for randomizing the initial connection in source pool.
v1.1.0
Changelog
- 43e191d Merge pull request #24 from zerodha/perf
- e5c601e chore: Comment aesthetics
- 0f15bfa fix: Fix the exit control flow
- 0348f71 fix: Stop backoff timer
- d5fbef7 perf: Reduce map alloc during recording offsets
- 528b6fe perf: Repurpose kgo.Record for producer to reduce allocs
- 954428c chore: Upgrade franz-go to v1.17.0
- 3e082b8 Add minor fixes to README.
v1.0.0
Changelog
- c0e47b7 Merge pull request #22 from zerodha/refactor
- 6156bde fix: candidate weight must be strictly greater than current
- 422bf44 chore: add debug log for consumer fetches
- 311a680 fix: batch channel should be buffered
- f3cca64 fix: pass topics inside target struct
- e6514f4 chore: add debug logs to healthcheck
- 7bf29b9 fix: update filters config check
- 5ccccee Add an
enabled
flag to filter config for better control. - c0967d1 Fix goreleaser asset path.
- 620fd55 Fix filter initialization.
- a0f9070 Remove redundant key from sample config.
- 7ed0717 Fix mixed reqTimeout/sessionTimeout usage.
- 587c83a Add a
Topics
type to abstract and simplify topics map in multiple places. - 31dc1e0 fix: config file and parsing bugfixes (#23)
- 631f6a8 Fully refactor the entire codebase.
- 132af4a Refactor config structure.
- 5940843 Fix Makefile to watch source files for build.
v0.2.6-beta
Changelog
- 422bf44 chore: add debug log for consumer fetches
v0.2.5-beta
Changelog
- 311a680 fix: batch channel should be buffered