Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The common package introduced a better way of defining requests using a new protocol definition DSL and also includes wrapper objects for these.
We should switch KafkaApis over to use these request definitions and consider the scala classes deprecated (we probably need to retain some of them for a while for the scala clients).
This will be a big improvement because
1. We will have each request now defined in only one place (Protocol.java)
2. We will have built-in support for multi-version requests
3. We will have much better error messages (no more cryptic underflow errors)
Attachments
Attachments
Issue Links
- blocks
-
KAFKA-1694 KIP-4: Command line and centralized operations
- In Progress
- is blocked by
-
KAFKA-1634 Improve semantics of timestamp in OffsetCommitRequests and update documentation
- Resolved
- is depended upon by
-
KAFKA-1931 Refactor server to use code in org.apache.kafka.common
- Open
- is duplicated by
-
KAFKA-2006 switch the broker server over to the new java protocol definitions
- Resolved
-
KAFKA-1486 Move all request/responses to use schema-utils
- Resolved
- is related to
-
KAFKA-2929 Migrate server side error mapping functionality
- Resolved