-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add sync bulk support #485
Conversation
xinlian12
commented
Sep 26, 2022
- Added bulk sync support - which will be the default behavior
- Added resiliency support in point write as well
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.
Great work @xinlian12 , awesome to see this feature finally landing.
src/main/java/com/azure/cosmos/kafka/connect/CosmosDBConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/CosmosDBConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/CosmosDBConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/CosmosDBConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/CosmosDBConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/sink/ExceptionsHelper.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/sink/SinkWriterBase.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/sink/SinkWriterBase.java
Outdated
Show resolved
Hide resolved
src/main/java/com/azure/cosmos/kafka/connect/sink/SinkWriterBase.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Kushagra Thapar <kushuthapar@gmail.com>
src/main/java/com/azure/cosmos/kafka/connect/CosmosDBConfig.java
Outdated
Show resolved
Hide resolved
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.
Nice!
…ka-connect-cosmosdb into addSyncBulkSupport
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