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

   The Node SDK only supported classic binary framing, preventing it
   from connecting to VSR servers or safely forwarding custom command
   codes with an explicit replication classification.
   
   Add runtime-selectable VSR framing, registration, session recovery,
   request sequencing, bounded response decoding, retries, and
   consumer-group support.
   
   Replace the existing raw request API with the breaking
   sendBinaryRequest(kind, code, payload) signature. Keep standard
   command tables authoritative, forward unknown non-replicated codes,
   reject unknown replicated codes, and block session-control commands
   before I/O.


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