-
Notifications
You must be signed in to change notification settings - Fork 222
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
CDC Support for MI #2928
Merged
Merged
CDC Support for MI #2928
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arunans23
reviewed
Jul 25, 2023
...endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCEndpointManager.java
Outdated
Show resolved
Hide resolved
arunans23
reviewed
Jul 25, 2023
...int/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/InboundCDCEventExecutor.java
Outdated
Show resolved
Hide resolved
RusJaI
force-pushed
the
cdc-mi
branch
4 times, most recently
from
July 25, 2023 11:44
afe6906
to
353c14f
Compare
senthuran16
previously requested changes
Jul 25, 2023
...ndpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdcPolling/CDCProcessor.java
Outdated
Show resolved
Hide resolved
...und.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdcPolling/CDCTask.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdcPolling/InboundCDCConstants.java
Outdated
Show resolved
Hide resolved
arunans23
reviewed
Jul 26, 2023
...und-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/resources/log4j.properties
Outdated
Show resolved
Hide resolved
arunans23
reviewed
Jul 26, 2023
...so2.micro.integrator.inbound.endpoint/src/test/resources/CDCInbound/cdc-inbound-endpoint.xml
Outdated
Show resolved
Hide resolved
arunans23
reviewed
Jul 26, 2023
...endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCPollingConsumer.java
Outdated
Show resolved
Hide resolved
senthuran16
reviewed
Aug 1, 2023
...bound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCProcessor.java
Outdated
Show resolved
Hide resolved
senthuran16
reviewed
Aug 1, 2023
...bound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCProcessor.java
Show resolved
Hide resolved
RusJaI
force-pushed
the
cdc-mi
branch
4 times, most recently
from
August 3, 2023 07:29
ef5eac9
to
bed0205
Compare
...und.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCEventOutput.java
Outdated
Show resolved
Hide resolved
...d.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCInjectHandler.java
Outdated
Show resolved
Hide resolved
RusJaI
force-pushed
the
cdc-mi
branch
10 times, most recently
from
August 10, 2023 06:36
9362944
to
7e35286
Compare
...d.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCInjectHandler.java
Outdated
Show resolved
Hide resolved
...bound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCProcessor.java
Outdated
Show resolved
Hide resolved
RusJaI
force-pushed
the
cdc-mi
branch
2 times, most recently
from
September 7, 2023 11:42
437a4e5
to
9ed8a03
Compare
RusJaI
requested review from
senthuran16,
SanojPunchihewa,
arunans23 and
lasanthaS
September 7, 2023 11:43
RusJaI
force-pushed
the
cdc-mi
branch
3 times, most recently
from
September 11, 2023 07:52
621d5ba
to
c6e46b9
Compare
lasanthaS
requested changes
Sep 15, 2023
...und.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCEventOutput.java
Outdated
Show resolved
Hide resolved
...und.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCEventOutput.java
Show resolved
Hide resolved
arunans23
reviewed
Sep 16, 2023
...bound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCProcessor.java
Outdated
Show resolved
Hide resolved
arunans23
reviewed
Sep 18, 2023
...bound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/cdc/CDCProcessor.java
Outdated
Show resolved
Hide resolved
Modify the payload removing unwanted information Add Securevault support for password encryption
Add dependencies for MSSQL, Oracle and Postgres
Get the param as allowed.operations instead of skipped.operations Change the property names of the sequence Add isDebugEnable check where string concaterntions are done. Change Json library to Gson and resolve the project snapshot version Directly throw the exceptions without using fault sequence Add bundled dependencies
arunans23
approved these changes
Sep 20, 2023
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.
LGTM
lasanthaS
approved these changes
Sep 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Approach