Search Criteria
Package Details: kafka-manager 3.0.0.4-1
Git Clone URL: | https://aur.archlinux.org/kafka-manager.git (read-only, click to copy) |
---|---|
Package Base: | kafka-manager |
Description: | A tool for managing Apache Kafka. Also known as CMAK. |
Upstream URL: | https://github.com/yahoo/CMAK |
Licenses: | |
Submitter: | cmeury |
Maintainer: | cmeury (bnu) |
Last Packager: | cmeury |
Votes: | 2 |
Popularity: | 0.000015 |
First Submitted: | 2016-05-09 09:40 |
Last Updated: | 2020-06-04 08:29 |
Dependencies (4)
- bash (bash-devel-git, bash-devel-static-git)
- java-environment>=11 (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk-arm, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk-jetbrains, jdk8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- sbt (sbt-extras-git) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
Latest Comments
1 2 Next › Last »
cmeury commented on 2019-04-16 19:47
I'm on vacation, added you as co-maintainer, bhu.
mithaler commented on 2019-04-16 16:04
Ah, I haven't used this in awhile. Disowning, you're welcome to it.
bnu commented on 2019-04-16 15:40
There is now v2.0.0.x which supports kafkas v2+, no changes needed in PKGBUILD other than to bring in the new version. Patch here: https://hastebin.com/ulerogixef.diff
I have this patched version running, no issues.
cmeury commented on 2018-04-05 22:21
Some PF stuff in your Github profile (by username). Thanks for the patch!
mithaler commented on 2018-04-05 19:15
Hah. I dunno how you found that out, I haven't googled myself in awhile. But sure. I pushed an update.
I also removed some extra env variables you had in there; they didn't work if you don't have OpenJDK installed, and in theory they shouldn't be necessary because of archlinux-java.
cmeury commented on 2018-04-05 19:04
mithaler, as a fellow pathfinder player I trust you and will add you as a co-maintainer :D
mithaler commented on 2018-04-05 14:21
I have a working updated package, I can take this over if you want to abandon this.
cmeury commented on 2017-08-21 05:51
Don't have time to update this one at the moment. Anyone else?
cmeury commented on 2016-07-11 08:47
Hey Talus, thanks for the feedback. Of course you're right, I have accidentally commented out the build command, my bad! Try the -4 version?
Talus commented on 2016-07-09 17:11
Hello,
Nice initiative, but I'm afraid it's not working (at least on my machine). It can't build, here is the error (just did a `yaourt -S kafka-manager`) :
`unzip: cannot find or open /tmp/yaourt-tmp-talus/aur-kafka-manager/src/kafka-manager-1.3.0.8/target/universal/kafka-manager-1.3.0.8.zip, /tmp/yaourt-tmp-talus/aur-kafka-manager/src/kafka-manager-1.3.0.8/target/universal/kafka-manager-1.3.0.8.zip.zip or /tmp/yaourt-tmp-talus/aur-kafka-manager/src/kafka-manager-1.3.0.8/target/universal/kafka-manager-1.3.0.8.zip.ZIP`
If I'm looking in directory `/tmp/yaourt-tmp-talus/aur-kafka-manager/src/kafka-manager-1.3.0.8/`, there is no `target` directory ? Is is maybe due to the fact that you commented out the java thingy in the build() ?
Cheers.