Created attachment 197018 [details] Patch to upgrade existing kafka v1 port to v2 Hello, Kafka v2.0.0 has recently been released. I'm submitting this bug report to request that we either upgrade the existing port to use version 2.0.0, or probably create a kafka2 package until v1 reaches EOL. I've attached a diff against the current kafka port to support version 2.0.0. I will be running this version in development and eventually production scenarios, so there will be at least one user of this version out there :)
Hello. Thanks a lot, sir! I'll take care of it in a couple of days. It's nice to hear someone is using this port!
(In reply to timp87 from comment #1) oh awesome thanks! i haven't tested upgrading a running system from v1 to v2 fwiw, so i'm not sure if that's a concern. hence me mentioning that maybe a kafka2 port would need to be created. regardless of the direction you want to take i'll be more than happy to have this upstream so i can deprecate another pkg from my in-house repository :)
Taggin Wen since there was a bug#227186 to regarding an update(older, than this one)
Created attachment 197376 [details] port patch - update net/kafka to 2.0.0 - use kafka binary build based on scala-2.11 as it's recommended officially - rework rc script - remove useless patch
testbuilds at work, after gnome update.
A commit references this bug: Author: pi Date: Sun Sep 30 14:37:05 UTC 2018 New revision: 480956 URL: https://svnweb.freebsd.org/changeset/ports/480956 Log: net/kafka: update 1.0.0 -> 2.0.0 PR: 231295 Submitted by: pete@nomadlogic.org, timp87@gmail.com (maintainer) Relnotes: https://www.apache.org/dist/kafka/2.0.0/RELEASE_NOTES.html Changes: head/net/kafka/Makefile head/net/kafka/distinfo head/net/kafka/files/kafka.in head/net/kafka/files/patch-bin_kafka-run-class.sh head/net/kafka/pkg-plist
Committed, thanks!