Bug 238562 - net/py-confluent-kafka: update to 1.0.1
Summary: net/py-confluent-kafka: update to 1.0.1
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: https://github.com/confluentinc/confl...
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-06-14 15:55 UTC by Sergey Akhmatov
Modified: 2019-06-30 20:05 UTC (History)
0 users

See Also:


Attachments
py-confluent-kafka-1.0.1 (978 bytes, patch)
2019-06-14 15:55 UTC, Sergey Akhmatov
sergey: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Akhmatov 2019-06-14 15:55:52 UTC
Created attachment 205060 [details]
py-confluent-kafka-1.0.1

Update net/py-confluent-kafka to 1.0.1

Changes: https://github.com/confluentinc/confluent-kafka-python/releases/tag/v1.0.1

- Fix consumer stall when broker connection goes down
- Fix AdminAPI memory leak when broker does not support request
- SR client: Don't disable cert verification if no ssl.ca.location set
- Treat ECONNRESET as standard Disconnects
- OpenSSL version bump to 1.0.2s
- Update/fix protocol error response codes
- Update Consumer get_watermark_offsets docstring
- Update Consumer subscribe docstring to include on_assign and on_revoke args
- Update delivery report string formatting
- Update logging configuration code example document
- Implement environment markers to fix poetry

QA: poudriere testport: OK on 11.2 & 12.0 with all flavors.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 20:05:22 UTC
A commit references this bug:

Author: swills
Date: Sun Jun 30 20:04:43 UTC 2019
New revision: 505467
URL: https://svnweb.freebsd.org/changeset/ports/505467

Log:
  net/py-confluent-kafka: update to 1.0.1

  PR:		238562
  Submitted by:	Sergey Akhmatov <sergey@akhmatov.ru> (maintainer)

Changes:
  head/net/py-confluent-kafka/Makefile
  head/net/py-confluent-kafka/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-06-30 20:05:52 UTC
Committed, thanks!