spetz commented on code in PR #2348:
URL: https://github.com/apache/iggy/pull/2348#discussion_r2535065768
##########
core/connectors/runtime/src/configs/connectors.rs:
##########
@@ -59,30 +59,84 @@ impl Default for ConnectorConfig {
}
}
+#[derive(Debug, Default, Clone, Serialize, Deserialize)]
+pub struct CreateSinkConfigCommand {
Review Comment:
Maybe let's just call it `CreateSinkConfig` (the name is already an intent),
same for the source one.
--
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]