-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from SolaceProducts/stage-3.0.1
3.0.1 Release
- Loading branch information
Showing
5 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
group=com.solace.connector.kafka.connect | ||
version=3.0.0 | ||
version=3.0.1 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"component_types": [ | ||
"source" | ||
], | ||
"description": "The PubSub+ Kafka Source Connector consumes PubSub+ event broker real-time queue or topic data events and streams them to a Kafka topic as Source Records.", | ||
"documentation_url": "https://github.com/SolaceProducts/pubsubplus-connector-kafka-source", | ||
"features": { | ||
"confluent_control_center_integration": false, | ||
"kafka_connect_api": true, | ||
"single_message_transforms": true, | ||
"supported_encodings": [ | ||
"any" | ||
] | ||
}, | ||
"license": [ | ||
{ | ||
"name": "Apache License, Version 2.0", | ||
"url": "https://github.com/SolaceProducts/pubsubplus-connector-kafka-source/blob/master/LICENSE" | ||
} | ||
], | ||
"name": "${project.name}", | ||
"owner": { | ||
"name": "Solace", | ||
"type": "organization", | ||
"url": "https://solace.community", | ||
"username": "solace" | ||
}, | ||
"release_date": "${new Date().format('yyyy-MM-dd')}", | ||
"source_url": "https://github.com/SolaceProducts/pubsubplus-connector-kafka-source", | ||
"support": { | ||
"provider_name": "Solace", | ||
"summary": "", | ||
"url": "https://github.com/SolaceProducts/pubsubplus-connector-kafka-source/issues" | ||
}, | ||
"tags": [ | ||
"solace", | ||
"kafka", | ||
"source", | ||
"connector" | ||
], | ||
"title": "Solace PubSub+ Connector for Kafka: Source", | ||
"version": "${project.version}" | ||
} |