kafka/clients
Jason Gustafson 474ad1eebd
KAFKA-12168; Move envelope request parsing out of SocketServer (#9850)
Prior to this patch, envelope handling was a shared responsibility between `SocketServer` and `KafkaApis`.  The former was responsible for parsing and validation, while the latter was responsible for authorization. This patch consolidates logic in `KafkaApis` so that envelope requests follow the normal request flow.

Reviewers: David Jacot <djacot@confluent.io>, Chia-Ping Tsai <chia7712@gmail.com>
2021-01-12 13:32:43 -08:00
..
src KAFKA-12168; Move envelope request parsing out of SocketServer (#9850) 2021-01-12 13:32:43 -08:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00