-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IGNITE-23333 СDC is no longer experimental #11567
base: master
Are you sure you want to change the base?
Conversation
Please also change org.apache.ignite.cdc.TypeMapping |
@@ -65,7 +64,6 @@ | |||
* @see CdcEvent | |||
* @see CacheEntryVersion | |||
*/ | |||
@IgniteExperimental |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Class should not have references to internal packages (CdcMain).
|
||
import static org.apache.ignite.internal.IgniteComponentType.SPRING; | ||
|
||
/** | ||
* Utility class to load {@link CdcMain} from Spring XML configuration. | ||
*/ | ||
@IgniteExperimental | ||
public class CdcLoader { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whether this class should be in internal package?
@@ -62,7 +61,6 @@ | |||
* @see CdcConsumer#onEvents(Iterator) | |||
* @see CdcConsumerState#saveCdcMode(CdcMode) | |||
*/ | |||
@IgniteExperimental |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CdcManager is still experimental API. This class is responsible for Online CDC, that is experimtenal
@@ -450,14 +450,12 @@ If the file name isn't specified the output file name is: '<typeId>.bin': | |||
Finalize partitions update counters: | |||
control.(sh|bat) --consistency finalize | |||
|
|||
[EXPERIMENTAL] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move non-experimental commands before experimental
388326d
to
8a7b527
Compare
8a7b527
to
93b8b17
Compare
!!! Online CDC still experimental
The Contribution Checklist
The description explains WHAT and WHY was made instead of HOW.
The following pattern must be used:
IGNITE-XXXX Change summary
whereXXXX
- number of JIRA issue.(see the Maintainers list)
the
green visa
attached to the JIRA ticket (see TC.Bot: Check PR)Notes
If you need any help, please email [email protected] or ask anу advice on http://asf.slack.com #ignite channel.