Skip to content

Commit b3d4761

Browse files
authored
Merge pull request #12 from Comcast/clean_up
Remove shadowjar plugin
2 parents f1c45b7 + 9e91444 commit b3d4761

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A Kafka Source Connector for [Kafka Connect](https://kafka.apache.org/documentation/#connect). Mirror topics from a source Kafka cluster into your destination Kafka cluster.
44

5+
## Downloads
6+
7+
You can grab a pre-built jar on the [Releases](https://github.com/Comcast/MirrorTool-for-Kafka-Connect/releases) page.
8+
59
## Why
610

711
The aim of this connector is to enable [MirrorMaker](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27846330)-like functionality within the Kafka Connect framework.
@@ -23,9 +27,9 @@ At Comcast, we have seen two key benefits to using MirrorTool over MirrorMaker:
2327

2428
## Build
2529

26-
Output a fat jar to `build/libs/MirrorTool-[version]-all.jar` by running:
30+
Build a plugin jar to `build/libs/MirrorTool-[version].jar` by running:
2731

28-
`gradle shadowJar`
32+
`./gradlew build`
2933

3034
Copy the resulting jar file into your Kafka Connect plugin directory.
3135

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
plugins {
1414
id 'java'
1515
id 'idea'
16-
id 'com.github.johnrengelman.shadow' version '2.0.4'
1716
}
1817

1918
version = '3.0.0'

0 commit comments

Comments
 (0)