NSAmelchev commented on code in PR #9948:
URL: https://github.com/apache/ignite/pull/9948#discussion_r911959241


##########
modules/core/src/main/java/org/apache/ignite/cdc/CdcConsumer.java:
##########
@@ -50,6 +52,13 @@
  *
  * Note, consumption of the {@link CdcEvent} will be started from the last 
saved offset.
  * The offset of consumptions is saved on the disk every time {@link 
#onEvents(Iterator)} returns {@code true}.
+ * Note, order of notifications are following:
+ * <ul>
+ *     <li>{@link #onMappings(Iterator)}</li>
+ *     <li>{@link #onTypes(Iterator)}</li>
+ *     <li>{@link #onCacheChange(Iterator)}</li>
+ *     <li>{@link #onCacheDestroy(Iterator)}</li>
+ * </ul>

Review Comment:
   Lets add that these notifications are triggered on each node/cdc app.



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