numinnex commented on issue #2198:
URL: https://github.com/apache/iggy/issues/2198#issuecomment-3342970017

   Yes, it is, the biggest offender is the `permissioner` as it accepts the old 
u32 id instead of usize -
   
   ```rs
      self.permissioner.borrow().create_consumer_group(
                   session.get_user_id(),
                   stream_id as u32,
                   topic_id as u32)
   ```
   
   You have to replace the u32/u64 with usize everywhere expect for the 
`Identifier`, `binary/mapper.rs`, `http/mapper.rs` and the within the 
`commands` module inside of `common` crate. 


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