Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to latest #1

Open
wants to merge 1,295 commits into
base: master
Choose a base branch
from
Open

update to latest #1

wants to merge 1,295 commits into from

Conversation

uananth
Copy link

@uananth uananth commented Jan 30, 2024

No description provided.

Schm1tz1 and others added 30 commits May 23, 2022 10:30
in rd_kafka_CreateAclsResponse_parse rd_list
Not resetting the signalled event caused the next call(s) to
WSAWaitForMultipleEvents() to wake-up immediately, causing increased CPU usage.
…osed()

This is mainly for the Go client, but can be used by applications as well.
On m1 MacOS homebrew is located in a different place, so configure
script is not able to locate libssl and libcrypto. This change
makes it possible to use those libraries during build on M1.
* Tests for Ssl PKCS#12 keystore or
PEM key and certificate.

* Fix for using PKCS#12 keystores on Windows

* Automatic SSL keystore generation
for future upgrades.

* Addressed remaining comments

* Addressed second round of comments
pranavrth and others added 30 commits April 18, 2024 13:03
…ch (#4681)

- Added new errors to manual commit.
- improvements to OffsetCommit and OffsetFetch error code handling.
A partition migration could happen,
using stale metadata, when the partition
was undergoing a validation and
being retried because of an error.
Solved by doing a partition migration
only with a non-stale leader epoch.
Happening since 2.1.0
While using the cooperative assignor, given an assignment is received while closing the consumer
it's possible that it gets stuck in state WAIT_ASSIGN_CALL, while the method is converted to
a full unassign. Solved by changing state from WAIT_ASSIGN_CALL to WAIT_UNASSIGN_CALL
while doing this conversion.

Closes #4527
* Change retry.backoff.* to apply to both producer and consumer

* Style fixes
* Metadata handler upgrade to
  version 12 and offset leader epoch fix
  in ListOffsets
* Fixed tag for alpine and manylinux images
* Update msys2 installer
  and fix for missing CURL_LIBRARIES
* Fix request by topic name when topic id
  is available
* Add files for lz4 1.9.4

* Update changelog.md

* rdxxhash should not be in clang-format list

* Add instructions and update memory alloc/free

* Update instructions for lz4
Remove kafka-eng as it's too wide.
Fixes a segfault when a segment is erased and more data is written to the buffer.
`resolve_canonical_bootstrap_servers_only` must only be used with
Kerberos
…tructed identically when retried (#4750)

Issues: #4736
Fix for an idempotent producer error, with a message batch not reconstructed identically when retried. Caused the error message "Local: Inconsistent state: Unable to reconstruct MessageSet".
Happening on large batches. Solved by using the same backoff baseline for all messages in the batch.
Happens since 2.2.0
- Style fix
- RPC version update
- Fix uninitialized value
  and topic name from rkt
- Revert newline changes
- Remove duplicate declaration
- Rename rd_kafka_buf_write_tags
  to rd_kafka_buf_write_tags_empty
  before implementing the define
  that allows to write tags
- Upgrade fetch mock handler to v15
- devel assertion and logging improvements

Co-authored-by: Emanuele Sabellico <[email protected]>
client mock cluster implementation

---------

Co-authored-by: Emanuele Sabellico <[email protected]>
and for tags common to Fetch and Produce in KIP-951

---------

Co-authored-by: mahajanadhitya <[email protected]>
Co-authored-by: Emanuele Sabellico <[email protected]>
* update third party dependencies
* update lz4 version in the header file
* update libraries for the windows build
* reverting the version bump in the headers
* use the latest version of curl
* Update OpenSSL and add CHANGELOG.md
* downgade curl version to one available via vcpkg
* downgrade zlib to last available version in vcpkg
* downgrade zstd to the latest available
* Include CPPFLAGS within make for libcurl
* Update mklove/modules/configure.libcurl
* Update CHANGELOG.md

---------

Co-authored-by: Milind L <[email protected]>
Co-authored-by: Emanuele Sabellico <[email protected]>
contains the code changes to trigger a metadata update when the corresponding tags are received by the broker for partitions that have changed leadership, during Fetch or Produce requests.
Version 2.5.0-RC1
* Add test and mock files
* Remove unnecessary semicolons
* Review comments:
* Fix to reduce flakyness of test 0146/do_test_stale_metadata_doesnt_migrate_partition
* CHANGELOG and INTRODUCTION documentation

---------

Co-authored-by: Anchit Jain <[email protected]>
Later versions of zstd fail without -lrt, see facebook/zstd#3558 .
*Remove CentOS 6 and 7 support as discontinued, keeps
  using manylinux_2_28 based on AlmaLinux 8 (CentOS 8)
* Remove fix for CentOS 6
* Add CHANGELOG entry
* Upgrade test and verify package creation or installation
   using clients repository
KIP 714 with compression support (#4721)

implemented GetTelemetrySubscriptions and PushTelemetry to send client telemetry to the requesting broker.
Available metrics:

* producer.connection.creation.rate
* producer.connection.creation.total
* producer.node.request.latency.avg
* producer.node.request.latency.max
* producer.produce.throttle.time.avg
* producer.produce.throttle.time.max
* producer.record.queue.time.avg
* producer.record.queue.time.max
* consumer.connection.creation.rate
* consumer.connection.creation.total
* consumer.node.request.latency.avg
* consumer.node.request.latency.max
* consumer.coordinator.assigned.partitions

Compression is supported with zstd, zlib, lz4, or snappy.

---------

Co-authored-by: Milind L <[email protected]>
and add build checks with different configurations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.