Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Bump github.com/confluentinc/confluent-kafka-go from 1.5.2 to 1.6.1 - #15

Open
dependabot-preview[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/confluentinc/confluent-kafka-go-1.6.1
Open

Bump github.com/confluentinc/confluent-kafka-go from 1.5.2 to 1.6.1#15
dependabot-preview[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/confluentinc/confluent-kafka-go-1.6.1

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps github.com/confluentinc/confluent-kafka-go from 1.5.2 to 1.6.1.

Release notes

Sourced from github.com/confluentinc/confluent-kafka-go's releases.

v1.6.1

v1.6.1 is a feature release:

  • KIP-429: Incremental consumer rebalancing - see cooperative_consumer_example.go for an example how to use the new incremental rebalancing consumer.
  • KIP-480: Sticky producer partitioner - increase throughput and decrease latency by sticking to a single random partition for some time.
  • KIP-447: Scalable transactional producer - a single transaction producer can now be used for multiple input partitions.
  • Add support for go.delivery.report.fields by @kevinconaway

Fixes

  • For dynamically linked builds (-tags dynamic) there was previously a possible conflict between the bundled librdkafka headers and the system installed ones. This is now fixed. (@KJTsanaktsidis)

confluent-kafka-go is based on and bundles librdkafka v1.6.1, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from github.com/confluentinc/confluent-kafka-go's changelog.

v1.6.1

v1.6.1 is a feature release:

  • KIP-429: Incremental consumer rebalancing - see cooperative_consumer_example.go for an example how to use the new incremental rebalancing consumer.
  • KIP-480: Sticky producer partitioner - increase throughput and decrease latency by sticking to a single random partition for some time.
  • KIP-447: Scalable transactional producer - a single transaction producer can now be used for multiple input partitions.

confluent-kafka-go is based on and bundles librdkafka v1.6.1, see the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Enhancements

  • go.delivery.report.fields=all,key,value,none can now be used to avoid copying message key and/or value to the delivery report, improving performance in high-throughput applications (by @kevinconaway).

Fixes

  • Consumer.Close() previously did not trigger the final RevokePartitions callback, this is now fixed.
Commits
  • ef84d2e Merge pull request #600 from confluentinc/import_v1.6.1
  • 95dc02e Documentation and error code update for librdkafka v1.6.1
  • b1a9f1f librdkafka static bundle v1.6.1
  • a6e35f9 Txn integration tests: rely on KIP-447
  • 00156ec Changelog update
  • d5b3a82 Add support for KIP-429 Incremental Rebalancing
  • f6bbbb8 Bump librdkafka requirement to v1.6.0
  • a54196d Travis: Go 1.11 is EOL, use 1.14 and 1.16 instead
  • 972d108 Add support for go.delivery.report.fields
  • b6d25be Merge pull request #590 from mhowlett/lnote
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Mar 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants