-
Notifications
You must be signed in to change notification settings - Fork 100
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
[CONFLUENT] Add configuration to disable reprocess files cleanup by v1Cleaner #1045
[CONFLUENT] Add configuration to disable reprocess files cleanup by v1Cleaner #1045
Conversation
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.
As a general rule I would prefer to name the param SNOWPIPE_ENABLE_REPROCESS_FILES_CLEANUP
so in the code we would not use double negation. Otherwise LGTM
Fixed |
src/main/java/com/snowflake/kafka/connector/internal/SnowflakeSinkServiceV1.java
Outdated
Show resolved
Hide resolved
…SinkServiceV1.java Co-authored-by: Dariusz Seweryn <[email protected]>
src/test/java/com/snowflake/kafka/connector/internal/SinkServiceIT.java
Outdated
Show resolved
Hide resolved
…ceIT.java Co-authored-by: Dariusz Seweryn <[email protected]>
src/main/java/com/snowflake/kafka/connector/internal/SnowflakeSinkServiceV1.java
Outdated
Show resolved
Hide resolved
src/test/java/com/snowflake/kafka/connector/ConnectorConfigValidatorTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/snowflake/kafka/connector/ConnectorConfigValidatorTest.java
Outdated
Show resolved
Hide resolved
…SinkServiceV1.java Co-authored-by: Dariusz Seweryn <[email protected]>
…idatorTest.java Co-authored-by: Dariusz Seweryn <[email protected]>
…idatorTest.java Co-authored-by: Dariusz Seweryn <[email protected]>
This is the exact copy of #1041