You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE-32 Integration with Confluent Hub Release (#33)
* ISSUE-32 Integration with Confluent Hub Release
* build script change to create confluent release package
* docs folder rename to doc to be in sync with confluent release structue
* adobe logo added for release
* update github actions to include confluent release zip as release resources
* ISSUE-32 update owner name as "Adobe Inc."
Attached to this release is the adobe-streaming-connect-sink-${{ steps.tag_version.outputs.new_version }}.zip confluent archive - see the [confluent documentation](https://docs.confluent.io/home/connect/install.html) about installing a connector manually for more information.
45
+
46
+
## All-In-One Dependency JAR
47
+
All in one dependency JAR could be used in place of multiple jars.
48
+
Following all-in-one AEP sink connector JAR are attached in release :
49
+
1. streaming-connect-sink-${{ steps.tag_version.outputs.new_version }}-java-8.jar : Compiled with java 8
50
+
2. streaming-connect-sink-${{ steps.tag_version.outputs.new_version }}-java-11.jar : Compiled with java 11
51
+
52
+
For connector properties and sample connector configuration please refer : [Developer Guide](https://github.com/adobe/experience-platform-streaming-connect/blob/master/DEVELOPER_GUIDE.md)
description : 'Adobe Experience Platform Stream connector is based on Kafka Connect. Use this library to stream JSON events from Kafka topics in your datacenter directly into a Adobe Experience Platform in real-time.',
47
+
logo : 'doc/resources/adobe.png',
48
+
version : System.getenv("PROJECT_VERSION") ?:"${versionMain}${versionQualifier}",
supportSummary : 'Please file issues, suggest changes or feature requests and question at https://github.com/adobe/experience-platform-streaming-connect/issues'
58
+
]
59
+
41
60
subprojects {
42
61
apply plugin: 'project-report'
43
62
apply plugin: 'base'
@@ -48,7 +67,7 @@ subprojects {
48
67
apply plugin: 'idea'
49
68
apply plugin: 'jacoco'
50
69
51
-
version =System.getenv("PROJECT_VERSION") ?:"${versionMain}${versionQualifier}"
0 commit comments