spetz commented on code in PR #3061:
URL: https://github.com/apache/iggy/pull/3061#discussion_r3019953718


##########
core/connectors/runtime/src/sink.rs:
##########
@@ -592,5 +592,10 @@ async fn process_messages(
         messages.len(),
     );
 
+    if result != 0 {
+        error!("Sink consume failed for plugin {plugin_id} with return code: 
{result}");

Review Comment:
   Maybe let's include more details in the message such as stream, topic, 
offset, partition ID.



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