Search Criteria
Package Details: kafka 2.12_2.7.0-2
Git Clone URL: | https://aur.archlinux.org/kafka.git (read-only, click to copy) |
---|---|
Package Base: | kafka |
Description: | A high-throughput distributed messaging system |
Upstream URL: | https://kafka.apache.org/ |
Licenses: | |
Submitter: | nekinie |
Maintainer: | thor77 |
Last Packager: | thor77 |
Votes: | 25 |
Popularity: | 1.33 |
First Submitted: | 2014-06-25 11:05 |
Last Updated: | 2021-02-21 10:40 |
Dependencies (2)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, 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, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- zookeeper
Required by (4)
- python-aiokafka
- python-pqdict
- vflow-bin
- zipkin (optional)
Latest Comments
1 2 3 Next › Last »
thor77 commented on 2021-02-21 10:41
@servitkar it looks like they're not included in the start-script of the official distribution either. Therefore I removed them from the service file as well...
servitkar commented on 2021-02-12 18:27
with jdk-openjdk=15:
works, when omitted from
systemd_kafka.service
(or from installed/usr/lib/systemd/system/kafka.service
)keeyan commented on 2019-07-19 17:24
@cramaker Fixed! Thank you. Just updated and restarted Kafka and it all works fine now :)
@dxeoane Yeah that would probably work too. I was looking for where the JARs are located but couldn't find them.
dxeoane commented on 2019-07-19 17:15
@keeyan I have the same problem. In my case, i solved it by creating two symbolic links in the folder /usr/share/java/kafka to the files /usr/share/java/zookeeper/zookeeper-3.5.5.jar and /usr/share/java/zookeeper/zookeeper -jute-3.5.5.jar
cramaker commented on 2019-07-19 17:13
@keenyan Great info - that let me track down the issue. I just pushed out a new pkgrel: give Kafka an update and let me know if that fixes things. Thanks!
keeyan commented on 2019-07-19 15:55
@cramaker yeah I use
yay
so everything got updated together. Zookeeper is at 3.5.5-1. That said there is no file/usr/share/java/kafka/zookeeper*.jar
although zookeeper is running fine. I have tried uninstalling both and reinstalling them again but there is no differencecramaker commented on 2019-07-19 14:37
@keenyan Did you install the recent Zookeeper update as well? I had to make a change to the Zookeeper client library included with the Kafka package:
/usr/share/java/kafka/zookeeper-3.4.14.jar
That used to be a symbolic link over to /usr/share/java/zookeeper/zookeeper-3.5.5.jar but that is now incompatible.
Let me know a.) what you're /usr/share/java/kafka & /usr/share/java/zookeeper directories look like - I suspect the issue may stem from the change of that symbolic link.
keeyan commented on 2019-07-18 23:59
I installed an update today and now the Kafka service fails. Here is the relevant part of my
var/log/kafka/server.log
The Zookeeper service is up and running fine. Although for some reason it was dead earlier and I had to re enable it though.
Everything was working well before the update today so I think it's the update that broke it.
cramaker commented on 2019-03-26 14:50
@Gedweb Please only mark the package as out-of-date if there is a new version available.
The reason you're getting the unrecognized option error is because you're using a JDK release prior to version 11. I couldn't maintain backwards compatibility when I chose these options. If you update to JDK 11 (which is now the default
jdk-openjdk
package), these options should work fine.cramaker commented on 2019-01-18 17:25
@fatalcoder Unfortunately, that's one of the options that I had to update in order to make it compatible with JDK 11