Closed
Conversation
rhauch
pushed a commit
to rhauch/kafka
that referenced
this pull request
Sep 25, 2015
flush records and state changelog before local state
resetius
added a commit
to resetius/kafka
that referenced
this pull request
Dec 5, 2016
Sync 0.10.1-stbx with recent upstream
allenxwang
pushed a commit
to allenxwang/kafka
that referenced
this pull request
Aug 24, 2018
…:1.1-nflx to 1.1-nflx * commit '84eeea7fe4b3a64b84b87d231969acfee4fb7544': Fix a bug where the ReqeustPerSec API version hash map is not updated. KAFKA-6772: Load credentials from ZK before accepting connections (apache#4867) KAFKA-6742: TopologyTestDriver error when dealing with stores from GlobalKTable MINOR: Mention that -1 disables retention by time (apache#4881) KAFKA-6790: Fix Streams processor node broken link (apache#4874) MINOR: Java 10 fixes so that the build passes (apache#4839) MINOR: Update Jackson to 2.9.5 (apache#4776) MINOR: Downgrade to Gradle 4.5.1 (apache#4791) MINOR: Java 9/10 fixes, gradle and minor deps update (apache#4725) KAFKA-6752: Enable unclean leader election metric (apache#4838) KAFKA-6054: Fix upgrade path from Kafka Streams v0.10.0 (apache#4773) KAFKA-6747 Check whether there is in-flight transaction before aborting transaction (apache#4826) KAFKA-6748: double check before scheduling a new task after the punctuate call (apache#4827)
jsancio
pushed a commit
to jsancio/kafka
that referenced
this pull request
Aug 6, 2019
* CONFLUENT: Add Aegis * Address review comments, add tests * Add testAegisWithoutBrokers
kamalcph
added a commit
to kamalcph/kafka
that referenced
this pull request
Mar 24, 2021
* Fix all the failing tests. * Changed the config name for unity with other configs. * Updated the README file. * Typo error corrected.
rustd
pushed a commit
to rustd/pranavfinaldemokafka
that referenced
this pull request
Feb 9, 2024
…2672) (apache#76) Adds skeleton of the background thread. 1-pager: https://cwiki.apache.org/confluence/display/KAFKA/Proposal%3A+Consumer+Threading+Model+Refactor Continuation of apache#12663 Reviewers: Guozhang Wang <guozhang@apache.org>, Kirk True <kirk@mustardgrain.com>, John Roesler <vvcephei@apache.org> Co-authored-by: Philip Nee <pnee@confluent.io>
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
* fix(inkless:produce): Move upload waiting time outside of commit measured duration Upload time future get was inside metered commit job execution, causing commit latencies to include upload time. * fix(inkless:consume): Move futures out of fetch-planner Avoid including future get latency into fetch-planner job * fix(inkless:consume): Move futures out of fetch-completer Avoid counting future get latency as part of fetch-completing job
fvaleri
added a commit
to fvaleri/kafka
that referenced
this pull request
Feb 4, 2026
Fix spotbugs issue
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
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.
Trying to test the CI build created via KAFKA-2320.