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

   Raw binary commands could not declare how custom codes execute.
   VSR therefore rejected custom codes before they reached the server,
   and the Python binding could not opt into clustered framing.
   
   Add BinaryRequestKind and an additive send_binary_request_with_kind
   API. Keep standard command tables authoritative, forward unknown
   non-replicated codes, reject unknown replicated codes until an
   extension registry exists, and block session-control codes before
   I/O. Classic framing remains byte-identical.
   
   Expose the same API and VSR feature through Python, add transport and
   request-sequencing coverage, and run Python VSR tests in CI.


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