Port details |
- kafka Distributed streaming platform
- 3.7.1 net =3 3.7.1Version of this port present on the latest quarterly branch.
- Maintainer: timp87@gmail.com
- Port Added: 2017-09-07 15:31:13
- Last Update: 2024-07-02 21:38:53
- Commit Hash: 6e79628
- People watching this port, also watch:: cronic, fusefs-unionfs, monit, isc-cron, node
- Also Listed In: java
- License: APACHE20
- WWW:
- https://kafka.apache.org/
- Description:
- Kafka is used for building real-time data pipelines and streaming apps.
It is horizontally scalable, fault-tolerant, wicked fast,
and runs in production in thousands of companies.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/kafka/ && make install clean
- To add the package, run one of these commands:
- pkg install net/kafka
- pkg install kafka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kafka
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719715557
SHA256 (kafka_2.13-3.7.1.tgz) = 62acae4a143dd983dc7eb4804d5744ba0c50b199b508f599ef001020e2558fc9
SIZE (kafka_2.13-3.7.1.tgz) = 120235344
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk17
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kafka-3.7.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_kafka
- USES:
- cpe shebangfix tar:tgz
- pkg-message:
- For install:
- Kafka KRaft mode is marked as production ready since v3.3.1.
If you want to start using KRaft mode be aware that there are
separate configs in /usr/local/etc/kafka/kraft directory.
The data logs will be stored in /var/db/kafka/kraft directory by default.
So set kafka_config="/usr/local/etc/kafka/kraft/server.properties" in /etc/rc.conf
to get started with KRaft mode.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.7.1 02 Jul 2024 21:38:53 |
Vladimir Druzenko (vvd) Author: Pavel Timofeev |
net/kafka: update 3.7.0 → 3.7.1
Release announcement:
https://kafka.apache.org/blog#apache_kafka_371_release_announcement
Changelog:
https://downloads.apache.org/kafka/3.7.1/RELEASE_NOTES.html
PR: 280093 |
3.7.0 24 Apr 2024 13:48:12 |
Vanilla I. Shu (vanilla) |
net/kafka: update to 3.7.0.
PR: 278374
Reported by: Dmitry Wagin <dmitry.wagin at ya dot ru>
Approved by: maintainer |
3.6.1 10 Dec 2023 17:24:24 |
Fernando Apesteguía (fernape) Author: Pavel Timofeev |
net/kafka: update to v3.6.1
ChangeLog: https://downloads.apache.org/kafka/3.6.1/RELEASE_NOTES.html
Improvement
* In Java-client, backoff should be skipped for retried producer-batch to a new
leader
* Upgrade ZooKeeper to 3.8.3
Bug
* block-cache-capacity metrics worth twice as much as normal
* Gradle build fails with missing commitId after git gc
* Concurrency bug in RemoteIndexCache leads to IOException
* RackId doesn't exist error while running WordCountDemo (Only the first 15 lines of the commit message are shown above ) |
3.6.0 19 Oct 2023 07:07:27 |
Robert Clausecker (fuz) Author: Pavel Timofeev |
net/kafka: update to v3.6.0
Changelog: https://downloads.apache.org/kafka/3.6.0/RELEASE_NOTES.html
PR: 274508 |
3.5.1 10 Sep 2023 16:12:58 |
Robert Clausecker (fuz) Author: Dmitry Wagin |
net/kafka: update to 3.5.1
Changelog: https://downloads.apache.org/kafka/3.5.1/RELEASE_NOTES.html
PR: 273368
Approved by: timp87@gmail.com (maintainer) |
3.5.0 24 Jun 2023 16:53:19 |
Fernando Apesteguía (fernape) Author: Pavel Timofeev |
net/kafka: update to 3.5.0
ChangeLog: https://kafka.apache.org/blog#apache_kafka_350_release_announcement
PR: 272150
Reported by: timp87@gmail.com (maintainer) |
3.4.1 09 Jun 2023 19:52:11 |
Matthew Seaman (matthew) Author: Pavel Timofeev |
net/kafka: update to v3.4.1
Changes: https://downloads.apache.org/kafka/3.4.1/RELEASE_NOTES.html
PR: 271921 |
3.4.0 30 May 2023 06:06:32 |
Fernando Apesteguía (fernape) Author: Pavel Timofeev |
net/kafka: update to 3.4.0
ChangeLog: https://downloads.apache.org/kafka/3.4.0/RELEASE_NOTES.html
PR: 271685
Reported by: timp87@gmail.com (maintainer) |
3.3.2 04 Feb 2023 19:25:11 |
Fernando Apesteguía (fernape) Author: Pavel Timofeev |
net/kafka: update to 3.3.2
ChangeLog: https://downloads.apache.org/kafka/3.3.2/RELEASE_NOTES.html
PR: 269270
Reported by: 0x1eef@protonmail.com (maintainer)
MFH: 2023Q1 (security fixes)
Security: CVE-2018-25032 |
3.3.1_1 18 Dec 2022 19:21:55 |
Ronald Klop (ronald) Author: Pavel Timofeev |
net/kafka: fix regression in non-Kraft mode after update to 3.3.1
"There's a regression after update to 3.3.1 in non-Kraft mode
The port always creates /var/db/kafka/kraft dir. But it brokes the Kafka
environment."
PR: 267309
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D37731 |
3.3.1 12 Oct 2022 11:55:44 |
Fernando Apesteguía (fernape) Author: Pavel Timofeev |
net/kafka: Use Java 11 or 17.
Java 8 is deprecated in 3.0.0.
PR: 266616
Reported by: yonas.yanfa@gmail.com (maintainer)
Approved by: timp87@gmail.com (maintainer) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.0 25 Jan 2022 07:53:43 |
Guangyuan Yang (ygy) Author: Pavel Timofeev |
net/kafka: Update to 3.1.0
Changelog: https://downloads.apache.org/kafka/3.1.0/RELEASE_NOTES.html
PR: 261443 |
3.0.0 06 Jan 2022 19:41:15 |
Guangyuan Yang (ygy) Author: Pavel Timofeev |
net/kafka: Update to 3.0.0
Changelog: https://downloads.apache.org/kafka/3.0.0/RELEASE_NOTES.html
PR: 260933 |
2.8.0 20 Oct 2021 16:13:20 |
Stefan Eßer (se) |
net/kafka: Add CPE information
Approved by: portmgr (blanket) |
2.8.0 12 Oct 2021 08:39:20 |
Daniel Engberg (diizzy) |
net/kafka: Update MASTER_SITES
Use a direct URL to Apache's release archive site as it's not mirrored
by upstream mirror sites
Approved by: rene (portmgr blanket), arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D32430 |
2.8.0 29 Apr 2021 17:43:15 |
Neel Chauhan (nc) |
net/kafka: update to 2.8.0
PR: 255494
Submitted by: timp87 AT gmail DOT com (maintainer) |
2.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.7.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.0 07 Feb 2021 19:42:44 |
nc |
net/kafka: update to 2.7.0
PR: 253301
Submitted by: timp87 AT gmail DOT com |
2.6.0_1 15 Aug 2020 07:16:10 |
tcberner |
net/kafka: change Scala to 2.13
- minor rc_script changes
PR: 248638
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: timp87@gmail.com (maintainer) |
2.6.0 05 Aug 2020 09:03:17 |
lwhsu |
Update to 2.6.0
PR: 248480
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) |
2.5.0 05 May 2020 09:19:16 |
pi |
net/kafka: update 2.4.1 -> 2.5.0
PR: 245780
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
Relnotes: https://downloads.apache.org/kafka/2.5.0/RELEASE_NOTES.html |
2.4.1 18 Mar 2020 20:11:04 |
pi |
net/kafka: update 2.4.0 -> 2.4.1
PR: 244748
Submitted by: timp87@gmail.com (maintainer)
Relnotes: https://downloads.apache.org/kafka/2.4.1/RELEASE_NOTES.html |
2.4.0 21 Feb 2020 19:29:33 |
tcberner |
net/kafka: Update to 2.4.0
PR: 242782
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: timp87@gmail.com (maintainer) |
2.3.0 15 Jul 2019 15:52:48 |
swills |
net/kafka: update to 2.3.0
While here, improve rc script and formatting
PR: 239000
Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
Approved by: timp87@gmail.com (maintainer) |
2.2.0 08 Apr 2019 18:33:42 |
swills |
net/kafka: update to 2.2.0
PR: 237053
Submitted by: timp87@gmail.com (maintainer) |
2.1.1 22 Feb 2019 19:09:33 |
swills |
net/kafka: update to 2.1.1
PR: 235928
Submitted by: timp87@gmail.com (maintainer) |
2.1.0 09 Dec 2018 00:45:14 |
swills |
net/kafka: update to 2.1.0
While here, switch to scala 2.12 and redirect output to syslog
PR: 233844
Submitted by: timp87@gmail.com (maintainer) |
2.0.0 30 Sep 2018 14:37:04 |
pi |
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 |
1.0.0 15 Jan 2018 18:14:38 |
swills |
net/kafka: update to 1.0.0
PR: 225186
Submitted by: timp87@gmail.com (maintainer) |
0.11.0.1 18 Oct 2017 16:08:27 |
swills |
net/kafka: Update to 0.11.0.1
PR: 222487
Submitted by: timp87@gmail.com (maintainer) |
0.11.0.0 07 Sep 2017 15:29:35 |
swills |
net/kafka: create port
Kafka is used for building real-time data pipelines and streaming apps.
It is horizontally scalable, fault-tolerant, wicked fast,
and runs in production in thousands of companies.
WWW: https://kafka.apache.org/
PR: 220793
Submitted by: timp87@gmail.com |