hubcio opened a new pull request, #3014:
URL: https://github.com/apache/iggy/pull/3014

   Consensus wire types were duplicated between iggy_common and
   iggy_binary_protocol with identical layouts. All six consumer
   crates (consensus, metadata, shard, partitions, message_bus,
   simulator) imported from iggy_common, while the binary_protocol
   copy sat unused.
   
   Make iggy_binary_protocol the single source of truth. Port the
   three missing items (ConsensusMessage trait, MessageBag enum,
   Message::try_as_typed), migrate all consumer imports, delete
   the iggy_common consensus module, and remove its now-unused
   bytemuck and enumset dependencies.
   


-- 
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]

Reply via email to