Bug 237053 - net/kafka: update to 2.2.0
Summary: net/kafka: update to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-05 19:30 UTC by Pavel Timofeev
Modified: 2019-04-08 18:34 UTC (History)
0 users

See Also:


Attachments
port patch (3.52 KB, patch)
2019-04-05 19:30 UTC, Pavel Timofeev
timp87: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2019-04-05 19:30:37 UTC
Created attachment 203415 [details]
port patch

Update net/kafka to 2.2.0

Here is a summary of some notable changes:
- Added SSL support for custom principal name
- Allow SASL connections to periodically re-authenticate
- Command line tool bin/kafka-topics.sh adds AdminClient support
- Improved consumer group management: default group.id is null instead of empty string
- API improvement:
-- Producer: introduce close(Duration)
-- AdminClient: introduce close(Duration)
-- Kafka Streams: new flatTransform() operator in Streams DSL
-- KafkaStreams (and other classed) now implement AutoClosable to support try-with-resource
-- New Serdes and default method implementations
- Kafka Streams exposed internal client.id via ThreadMetadata
- Metric improvements: All -min, -avg and -max metrics will now output NaN as default value

Full release notes https://www.apache.org/dist/kafka/2.2.0/RELEASE_NOTES.html
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-08 18:34:07 UTC
A commit references this bug:

Author: swills
Date: Mon Apr  8 18:33:42 UTC 2019
New revision: 498407
URL: https://svnweb.freebsd.org/changeset/ports/498407

Log:
  net/kafka: update to 2.2.0

  PR:		237053
  Submitted by:	timp87@gmail.com (maintainer)

Changes:
  head/net/kafka/Makefile
  head/net/kafka/distinfo
  head/net/kafka/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-04-08 18:34:52 UTC
Committed, thanks!