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

   Closes #3168.
   
   The `sink_connector!` and `source_connector!` macros silently overwrote an 
existing `INSTANCES` entry when `iggy_sink_open` or `iggy_source_open` was 
called twice with the same id. Any in-flight buffered data and the prior task 
were lost without any signal to the caller. Returning -1 on a duplicate id 
surfaces the mistake so callers drain or close explicitly first.
   
   Verified `cargo test` cannot run locally in this sandbox. CI will validate.


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