-
Notifications
You must be signed in to change notification settings - Fork 26
Add azure sink documentation #560
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
Merged
RyanSkraba
merged 19 commits into
Aiven-Open:feature/GH-514_Add_configuration_documentation
from
Claudenw:GH-516_add_Azure_sink_documentation
Nov 27, 2025
Merged
Add azure sink documentation #560
RyanSkraba
merged 19 commits into
Aiven-Open:feature/GH-514_Add_configuration_documentation
from
Claudenw:GH-516_add_Azure_sink_documentation
Nov 27, 2025
Conversation
This file contains hidden or 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
5ecedee to
3a0a9a6
Compare
# Conflicts: # commons/src/main/java/io/aiven/commons/collections/Scale.java # commons/src/main/java/io/aiven/kafka/connect/common/config/BackoffPolicyFragment.java # commons/src/main/java/io/aiven/kafka/connect/common/config/CommonConfig.java # commons/src/main/java/io/aiven/kafka/connect/common/config/FragmentDataAccess.java # commons/src/main/java/io/aiven/kafka/connect/common/config/OutputFormatFragment.java # commons/src/main/java/io/aiven/kafka/connect/common/config/SinkCommonConfig.java # commons/src/main/java/io/aiven/kafka/connect/common/config/SourceCommonConfig.java # commons/src/main/java/io/aiven/kafka/connect/common/config/validators/FilenameTemplateValidator.java # commons/src/main/java/io/aiven/kafka/connect/common/source/input/utils/FilePatternUtils.java # commons/src/test/java/io/aiven/kafka/connect/common/config/FileNameFragmentTest.java # commons/src/test/java/io/aiven/kafka/connect/common/config/validators/FilenameTemplateValidatorTest.java # commons/src/test/java/io/aiven/kafka/connect/common/source/input/ExampleSourceRecordIteratorTest.java # gcs-sink-connector/src/main/java/io/aiven/kafka/connect/gcs/GcsSinkConfig.java # s3-commons/src/main/java/io/aiven/kafka/connect/config/s3/S3ConfigFragment.java
# Conflicts: # commons/src/main/java/io/aiven/commons/collections/Scale.java # commons/src/main/java/io/aiven/kafka/connect/common/config/BackoffPolicyFragment.java # commons/src/main/java/io/aiven/kafka/connect/common/config/CommonConfig.java # commons/src/main/java/io/aiven/kafka/connect/common/config/FileNameFragment.java # commons/src/main/java/io/aiven/kafka/connect/common/config/FragmentDataAccess.java # commons/src/main/java/io/aiven/kafka/connect/common/config/OutputFormatFragment.java # commons/src/main/java/io/aiven/kafka/connect/common/config/SinkCommonConfig.java # commons/src/main/java/io/aiven/kafka/connect/common/config/SourceCommonConfig.java # commons/src/main/java/io/aiven/kafka/connect/common/config/validators/FilenameTemplateValidator.java # commons/src/main/java/io/aiven/kafka/connect/common/source/input/utils/FilePatternUtils.java # commons/src/test/java/io/aiven/kafka/connect/common/config/FileNameFragmentTest.java # commons/src/test/java/io/aiven/kafka/connect/common/config/validators/FilenameTemplateValidatorTest.java # commons/src/test/java/io/aiven/kafka/connect/common/source/input/ExampleSourceRecordIteratorTest.java # gcs-sink-connector/src/main/java/io/aiven/kafka/connect/gcs/GcsSinkConfig.java # s3-commons/src/main/java/io/aiven/kafka/connect/config/s3/S3ConfigFragment.java # s3-commons/src/main/java/io/aiven/kafka/connect/config/s3/S3SinkBaseConfig.java # s3-commons/src/test/java/io/aiven/kafka/connect/tools/AwsCredentialBaseConfig.java # s3-sink-connector/src/main/java/io/aiven/kafka/connect/s3/config/S3SinkConfig.java # s3-sink-connector/src/main/java/io/aiven/kafka/connect/s3/config/S3SinkConfigDef.java # s3-source-connector/src/main/java/io/aiven/kafka/connect/s3/source/config/S3SourceConfig.java # s3-source-connector/src/main/java/io/aiven/kafka/connect/s3/source/config/S3SourceConfigDef.java
3a0a9a6 to
ff67e8a
Compare
...nk-connector/src/test/java/io/aiven/kafka/connect/azure/sink/config/AzureSinkConfigTest.java
Outdated
Show resolved
Hide resolved
...nk-connector/src/test/java/io/aiven/kafka/connect/azure/sink/config/AzureSinkConfigTest.java
Outdated
Show resolved
Hide resolved
Contributor
aindriu-aiven
left a comment
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.
Looks like it is pretty much there some minor things to be addressed
aindriu-aiven
approved these changes
Nov 27, 2025
Contributor
aindriu-aiven
left a comment
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 thank you
41e35db
into
Aiven-Open:feature/GH-514_Add_configuration_documentation
10 of 22 checks passed
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.
Added documentation for Azure sink and cleaned up Azure source.