MukundaKatta opened a new pull request, #3178: URL: https://github.com/apache/iggy/pull/3178
Closes #3168. The `sink_connector!` macro accepted a second `iggy_sink_open` call without surfacing an error, silently discarding any data buffered against the first session. Reject the duplicate so callers see the failure and can drain explicitly before re-opening. The same guard is applied to `source_connector!` since it has the same overwrite shape. Test: `core/connectors/sdk/src/sink.rs::tests::guard_duplicate_open_allows_first_call_and_rejects_second` (and the matching one in `source.rs`). -- 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]
