Update dependency karafka to v2.5.0.beta2 #658
Merged
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:
2.5.0.beta1
->2.5.0.beta2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
karafka/karafka (karafka)
v2.5.0.beta2
Compare Source
source_
instead oforiginal_
to align with naming convention of Kafka Streams and Apache Flink for future usage.#counts
that contains per-error class specific counters for granular flow handling.Karafka::Admin.copy_consumer_group
API.Karafka::Admin.copy_consumer_group
andKarafka::Admin.rename_consumer_group
APIs.#topic
and#partition
for context aware dispatches.client.pause
event with timeout value (if provided).#marking_cursor
API (defaults to#cursor
) in the filtering API (Pro).LoggerListener
more descriptive by logging also the error class.#seek
reset offset flag default totrue
asfalse
is almost never used and seek by default should move the internal consumer offset position as well.librdkafka
code prior to forking in the Swarm mode to save memory.errors_tracker_class
config option (Pro).topic.metadata.refresh.interval.ms
for default producer in dev to 5s to align with consumer setup.-2
and-1
withlatest
andearliest
for seeking.latest
andearliest
in theKarafka::Pro::Iterator
.topics migrate
(and other subcommands) don't show what topic failed, and why it's invalid.karafka topics help
sub-help due to nesting of Declarative Topics actions.bin/verify_kafka_warnings
script to clean Kafka from temporary test-suite topics.bin/verify_topics_naming
script to ensure proper test topics naming convention.it-
prefix in their name.Karafka::Admin
poll_timeout
to 50 ms to improve responsiveness of admin operations.karafka-rdkafka
>=
0.19.2
due to usage of#rd_kafka_global_init
, KIP-82 and the new producer caching engine.7.0
specs due to upcoming EOL.unknown_topic_or_part
error could leak out of the consumer on consumer shutdown.virtual_partitions.partitioner.error
custom error logging in theLoggerListener
.#timeout
from potentially interacting with user filters.Admin#seek_consumer_group
for long ago.Karafka::Server
originating logs would not have server id reference.karafka
cannot be required without Bundler.latest
on inheritance of initial offset when0
offset is compacted.:latest
withouttopic_partition_position
(-1) will not seek at all.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.