-
Notifications
You must be signed in to change notification settings - Fork 10
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 #73 from SolaceProducts/stage-3.0.1
3.0.1 Release
- Loading branch information
Showing
5 changed files
with
67 additions
and
12 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": [ | ||
"sink" | ||
], | ||
"description": "The PubSub+ Kafka Sink Connector consumes Kafka topic records and streams them to the PubSub+ Event Mesh as topic and/or queue data events.", | ||
"documentation_url": "https://github.com/SolaceProducts/pubsubplus-connector-kafka-sink", | ||
"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-sink/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-sink", | ||
"support": { | ||
"provider_name": "Solace", | ||
"summary": "", | ||
"url": "https://github.com/SolaceProducts/pubsubplus-connector-kafka-sink/issues" | ||
}, | ||
"tags": [ | ||
"solace", | ||
"kafka", | ||
"sink", | ||
"connector" | ||
], | ||
"title": "Solace PubSub+ Connector for Kafka: Sink", | ||
"version": "${project.version}" | ||
} |