atharvalade opened a new issue, #3127: URL: https://github.com/apache/iggy/issues/3127
## Problem `SendMessages` in TCP/binary protocol used to return an empty success response. Now it returns a payload (`base_offset`, `partition_id`) without a compatibility gate. ## Why this is critical Older clients and mixed-version deployments may mis-handle this wire change. This can cause unexpected failures or inconsistent behavior. ## Where - `core/server/src/binary/handlers/messages/send_messages_handler.rs` - `core/binary_protocol/src/responses/messages/send_messages.rs` ## Expected Either: 1. Keep old behavior for current protocol version, and add new response in a versioned way, or 2. Add explicit protocol negotiation/feature flag and update all SDKs together. @hubcio @spetz thoughts? -- 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]
