-
Notifications
You must be signed in to change notification settings - Fork 0
Update module github.com/confluentinc/confluent-kafka-go to v2 #14
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-confluentinc-confluent-kafka-go-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update module github.com/confluentinc/confluent-kafka-go to v2 #14
renovate
wants to merge
1
commit into
main
from
renovate/github.com-confluentinc-confluent-kafka-go-2.x
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52bad84 to
c88d409
Compare
c88d409 to
43ff4e7
Compare
43ff4e7 to
9bb88eb
Compare
9bb88eb to
379036a
Compare
379036a to
fa0fecc
Compare
fa0fecc to
684634b
Compare
e698a92 to
26bd846
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
26bd846 to
d7f33e9
Compare
d7f33e9 to
1d0d06b
Compare
1d0d06b to
047e9d9
Compare
047e9d9 to
e74acfa
Compare
e74acfa to
c0b059e
Compare
c0b059e to
a8fe227
Compare
454d0fb to
25a6a3f
Compare
25a6a3f to
92a7728
Compare
92a7728 to
2a64966
Compare
2a64966 to
c2d3654
Compare
c2d3654 to
8fb38b3
Compare
8fb38b3 to
dfa2d90
Compare
dfa2d90 to
ff38757
Compare
ff38757 to
5a3ed27
Compare
5a3ed27 to
bf99e86
Compare
bf99e86 to
9198d2c
Compare
9198d2c to
f4b9b16
Compare
f4b9b16 to
589b6b4
Compare
589b6b4 to
269ecf8
Compare
269ecf8 to
33229fe
Compare
33229fe to
8bf9de9
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.9.2->v2.12.0Release Notes
confluentinc/confluent-kafka-go (github.com/confluentinc/confluent-kafka-go)
v2.12.0Compare Source
This is a feature release:
KIP-848 – General Availability
Starting with confluent-kafka-go 2.12.0, the next generation consumer group rebalance protocol defined in KIP-848 is production-ready. Please refer to the following migration guide for moving from
classictoconsumerprotocol.Note: The new consumer group protocol defined in KIP-848 is not enabled by default. There are few contract change associated with the new protocol and might cause breaking changes.
group.protocolconfiguration property dictates whether to use the newconsumerprotocol or olderclassicprotocol. It defaults toclassicif not provided.Enhancements
an Azure IMDS endpoint using an attached managed identity as principal (#1477).
confluent-kafka-go is based on librdkafka v2.12.0, see the
librdkafka v2.12.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.11.1Compare Source
This is a maintenance release:
confluent-kafka-go is based on librdkafka v2.11.1, see the
librdkafka v2.11.1 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.11.0Compare Source
This is a feature release:
confluent-kafka-go is based on librdkafka v2.11.0, see the
librdkafka v2.11.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.10.1Compare Source
This is a maintenance release:
confluent-kafka-go is based on librdkafka v2.10.1, see the
librdkafka v2.10.1 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
Enhancements
Fixes
v2.10.0Compare Source
This is a feature release:
confluent-kafka-go is based on librdkafka v2.10.0, see the
librdkafka v2.10.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
There was no v2.9.0 release.
Enhancements
DescribeConsumerGroups()now supports KIP-848 introducedconsumergroups. Two new fields for consumer group type and target assignment have also been added. Type defines whether this group is aclassicorconsumergroup. Target assignment is only valid for theconsumerprotocol and its defaults to NULL. (#1418).v2.8.0Compare Source
This is a feature release:
confluent-kafka-go is based on librdkafka v2.8.0, see the
librdkafka v2.8.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
There was no v2.7.0 release.
Enhancements
Fixes
v2.6.1Compare Source
This is a maintenance release:
confluent-kafka-go is based on librdkafka v2.6.1, see the
librdkafka v2.6.1 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
Fixes
v2.6.0Compare Source
This is a feature release:
confluent-kafka-go is based on librdkafka v2.6.0, see the
librdkafka v2.6.0 release notes
for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.5.4Compare Source
v2.5.4 is a maintenance release with the following fixes and enhancements:
confluent-kafka-go is based on librdkafka v2.5.3, see the librdkafka v2.5.3 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.5.3Compare Source
v2.5.3 is a maintenance release with the following fixes and enhancements:
confluent-kafka-go is based on librdkafka v2.5.3, see the librdkafka v2.5.3 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
There were no v2.5.1 or v2.5.2 releases.
v2.5.0Compare Source
This is a feature release.
DeleteRecords()(#1141, @PratRanj07).contracts.
Avro libraries which are no longer maintained and should not be used in new code.
and the DEK Registry client.
Vault. See the encryption examples in the examples directory.
Fixes
Windows builds are linked to
libsspin addition to other libraries, sincethe bundled zstd and zlib are built with
-fstack-protector, and not linkingcauses build failures.
Happening since 2.0.0 (#1184).
confluent-kafka-go is based on librdkafka v2.5.0, see the librdkafka v2.5.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.4.0Compare Source
This is a feature release.
UseLatestVersion=true(#1100)CacheLatestTtlSecsto allow expiration of latest schemas (#1106)CacheSchemasoption to Protobuf serializer (#1151)tagsfield to Confluent metadata (#1131)Fixes
confluent-kafka-go is based on librdkafka v2.4.0, see the librdkafka v2.4.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.3.0Compare Source
This is a feature release.
DescribeCluster()andDescribeTopics()(#964, @jainruchir).Rackto theNodetype, so AdminAPI calls can expose racks for brokers (currently, all Describe Responses) (#964, @jainruchir).GetSchemaMetadata(#1042).CreateTopicmethod to the MockCluster. (#1047, @mimikwang).HTTPS_PROXYenvironment variable, if set, for the Schema Registry client (#1065, @finncolman).DescribeTopicsfunction (#1068).Fixes
testingwas being imported by a non-test file, testhelpers.go. (#1049, @dmlambea).Coordinatorfield inConsumerGroupDescriptionin case it's not known. It now contains aNodewith ID -1 in that case. Avoids a C segmentation fault.Producer.Flush. It was waiting forqueue.buffering.max.mswhile flushing (#1013).confluent-kafka-go is based on librdkafka v2.3.0, see the librdkafka v2.3.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.2.0Compare Source
This is a feature release.
Fixes
Serializer.Serialize(), caused due to an unchecked error (#997, @baganokodo2022).nilslice inAdminClient.ListConsumerGroupOffsets, when earlier it was not processing that correctly (#985, @alexandredantas).confluent-kafka-go is based on librdkafka v2.2.0, see the librdkafka v2.2.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.1.1Compare Source
This is a maintenance release.
It is strongly recommended to update to v2.1.1 if v2.1.0 is being used, as it fixes a critical issue in the consumer (#980).
confluent-kafka-go is based on librdkafka v2.1.1, see the librdkafka v2.1.1 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.1.0Compare Source
This is a feature release.
SeekPartitions()method to seek multiple partitions at once and deprecatedSeek()(#940).Offset.Set()(#962, @jdockerty).confluent-kafka-go is based on librdkafka v2.1.0, see the librdkafka v2.1.0 release notes and later ones for a complete list of changes, enhancements, fixes and upgrade considerations.
v2.0.2Compare Source
This is a feature release:
SetSaslCredentials. This new method (on the Producer, Consumer, and AdminClient) allows modifying the stored SASL PLAIN/SCRAM credentials that will be used for subsequent (new) connections to a broker (#879).ProduceChannel()) and channel based consumer (ConsumerEvents()) are deprecated (#894).IsTimeout()on Error type. This is a convenience method that checks if the error is due to a timeout (#903).Seek()is now ignored and an infinite timeout is used, the method will block until the fetcher state is updated (typically within microseconds) (#906)ListConsumerGroupsAdmin operation. Supports listing by state.DescribeConsumerGroupsAdmin operation. Supports multiple groups.DeleteConsumerGroupsAdmin operation. Supports multiple groups (@vsantwana).ListConsumerGroupOffsetsAdmin operation. Currently, only supports 1 group with multiple partitions. Supports the requireStable option.AlterConsumerGroupOffsetsAdmin operation. Currently, only supports 1 group with multiple offsets.SetRoundtripDurationto the mock broker for setting RTT delay for a given mock broker (@kkoehler, #892).Fixes
SpecificDeserializer.Deserializemethod was not returning its result correctly, and was hence unusable. The return has been fixed (#849).SerializerConfig, was ignored. It is now used as expected (@perdue, #870).nilpointer, fixed with proper initialization (@HansK-p, @ju-popov, #878).Upgrade Considerations
confluent-kafka-go is based on librdkafka v2.0.2, see the librdkafka v2.0.0 release notes and later ones for a complete list of changes, enhancements, fixes and upgrade considerations.
Note: There were no confluent-kafka-go v2.0.0 or v2.0.1 releases.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.