feat: setup a docker environment for the connector #30
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.
This pull request introduces improved TLS configuration options for the Kafka Connect Elasticsearch Sink Connector, and adds a comprehensive Docker-based test environment to validate these changes. The documentation (
README.md) is updated to reflect the new configuration options and provide detailed instructions for building, running, and testing the connector.TLS and Security Configuration Enhancements
es.tls.keystore.type,es.tls.truststore.type) and the option to skip SSL verification (es.tls.skip.verification) in both documentation and example configuration (README.md,config/elastic-sink.properties). [1] [2]Test Environment and Validation
docker-test-environmentdirectory containing aDockerfile,docker-compose.yml, test configurations, and scripts to automate building, deploying, and validating the connector with the new TLS options. [1] [2] [3] [4]README.mdwith a new section detailing how to use the Docker-based test environment, including prerequisites, test steps, and manual testing instructions.Documentation and Usability Improvements
README.mdwith explicit shell command blocks and clarified steps for Maven build, repository cloning, and connector execution. [1] [2]General Updates
These changes make it easier to securely configure the connector for TLS, validate new options in a controlled environment, and follow improved documentation for setup and testing.