Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instaclustr/kafka-connect-connectors
Open Source Kafka Connect Connector plugin repository built and maintained by Instaclustr
https://github.com/instaclustr/kafka-connect-connectors
netapp-public
Last synced: 4 days ago
JSON representation
Open Source Kafka Connect Connector plugin repository built and maintained by Instaclustr
- Host: GitHub
- URL: https://github.com/instaclustr/kafka-connect-connectors
- Owner: instaclustr
- License: apache-2.0
- Created: 2020-06-04T09:36:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T17:19:57.000Z (11 months ago)
- Last Synced: 2024-03-26T20:25:55.191Z (8 months ago)
- Topics: netapp-public
- Language: Java
- Homepage:
- Size: 43.9 KB
- Stars: 9
- Watchers: 8
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# Instaclustr Kafka Connect Connectors
## How to build
Executing
```
mvn clean package
```at the top level will build all connectors within the project and output separate jars in their respective target folders.
It will also generate an uber jar at the top level target directory which will contain all connectors and their dependencies.
If you want to just build one connector, run the same command from within the sub module.
## Versioning
#### Connector Version
Each individual connector (sub module) version is defined in accordance to it's pom.
#### Distribution Version
This defines the version of the uber jar that consolidates all selected connectors in to one self contained jar.
A tag is used to mark a distribution and it should be in sync with the distribution.xml version.
## Further information and Documentation
For connector documentation please see https://www.instaclustr.com/support/documentation/kafka-connect/pre-built-kafka-connect-plugins/
For Instaclustr support status of this project please see https://www.instaclustr.com/support/documentation/announcements/instaclustr-open-source-project-status/
## License
Apache2 - See the included License file for more details.