[ https://issues.apache.org/jira/browse/KAFKA-12168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Gustafson updated KAFKA-12168: ------------------------------------ Description: We initially implemented some of the envelope handling inside SocketServer because it seemed simpler, but this solution leaves a bit to be desired since it obscures some of the handling and adds more exceptional logic in `KafkaApis`. It would be nicer if we could handle envelope requests the same as other requests. (was: We initially implemented some of the envelope handling inside SocketServer because it seemed simpler, but this solution leaves a bit to be desired since it obscures some of the handling and adds more exceptional handling in `KafkaApis`. It would be nicer if we could handle envelope requests the same as other requests.) > Move envelope request parsing out of SocketServer > ------------------------------------------------- > > Key: KAFKA-12168 > URL: https://issues.apache.org/jira/browse/KAFKA-12168 > Project: Kafka > Issue Type: Improvement > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Priority: Major > > We initially implemented some of the envelope handling inside SocketServer > because it seemed simpler, but this solution leaves a bit to be desired since > it obscures some of the handling and adds more exceptional logic in > `KafkaApis`. It would be nicer if we could handle envelope requests the same > as other requests. -- This message was sent by Atlassian Jira (v8.3.4#803005)