hubcio opened a new pull request, #3027: URL: https://github.com/apache/iggy/pull/3027
Server binary handlers duplicated wire format logic from iggy_binary_protocol. Replace request decoding (ServerCommand enum + enum_dispatch + BytesSerializable) with direct WireDecode dispatch, and response encoding (mapper.rs) with WireEncode on wire response types. Handlers become standalone async functions. Fix CreateUserRequest/UpdatePermissionsRequest wire format: perm_len was written unconditionally but iggy_common only writes it when has_permissions == 1. Deleted: command.rs, macros.rs, mapper.rs, handlers/utils.rs, enum_dispatch dependency. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
