You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: consolidate encoding logic across request types
- Refactored Encode methods in ApiVersionsRequest, DescribeTopicPartitionsRequest, and FetchRequest to utilize a shared encodeRequest function, enhancing code reuse and readability.
- Introduced a new request.go file to centralize the encoding logic, streamlining the encoding process for various request types.
0 commit comments