kafka/internal/middleware
Franz Kafka 5b942a5fd6
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 7s
Mirror to GitHub / mirror (push) Failing after 3s
Tests / test (push) Successful in 25s
refactor: clean up verbose and redundant comments
Trim or remove comments that:
- State the obvious (function names already convey purpose)
- Repeat what the code clearly shows
- Are excessively long without adding value

Keep comments that explain *why*, not *what*.
2026-03-22 11:10:50 +00:00
..
cors.go license: change from MIT to AGPLv3 2026-03-22 08:27:23 +00:00
cors_test.go feat: add CORS and rate limiting middleware 2026-03-21 15:54:52 +00:00
ratelimit.go refactor: clean up verbose and redundant comments 2026-03-22 11:10:50 +00:00
ratelimit_burst_test.go feat: add global and burst rate limiters 2026-03-21 18:35:31 +00:00
ratelimit_global.go license: change from MIT to AGPLv3 2026-03-22 08:27:23 +00:00
ratelimit_global_test.go feat: add global and burst rate limiters 2026-03-21 18:35:31 +00:00
ratelimit_test.go feat: add CORS and rate limiting middleware 2026-03-21 15:54:52 +00:00