kafka/internal/middleware
Franz Kafka 7be03b4017 license: change from MIT to AGPLv3
Update LICENSE file and add AGPL header to all source files.

AGPLv3 ensures that if someone runs Kafka as a network service and
modifies it, they must release their source code under the same license.
2026-03-22 08:27:23 +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 license: change from MIT to AGPLv3 2026-03-22 08:27:23 +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