ShadowySpirits opened a new issue, #526:
URL: https://github.com/apache/rocketmq-clients/issues/526

   ### Programming Language of the Client
   
   Rust
   
   ### Is Your Feature Request Related to a Problem?
   
   No.
   
   ### Describe the Solution You'd Like
   
   Like Java SDK, which provides an authorization header containing credentials 
and signature information.
   
   Header `authorization` format:
   MQv2-HMAC-SHA1 Credential={}, SignedHeaders=x-mq-date-time, Signature={}
   
   ### Describe Alternatives You've Considered
   
   SHA1 is not recommended due to security reasons, we could consider using 
SHA2 instead.
   
   ### Additional Context
   
   _No response_


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