bryanck commented on code in PR #8701:
URL: https://github.com/apache/iceberg/pull/8701#discussion_r1349335413


##########
settings.gradle:
##########
@@ -200,3 +202,6 @@ if (JavaVersion.current() == JavaVersion.VERSION_1_8) {
   }
 }
 
+include ":iceberg-kafka-connect:kafka-connect-events"

Review Comment:
   The main reason I have events as separate module is so that it can be used 
independently from the sink to read and deserialize events from the control 
topic. This can be used, for example, to trigger workflows from the control 
topic rather than having to poll the table metadata. With that, the plan was to 
have 2 modules (events, core) plus a runtime module.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to