Merge pull request #1 from apache/trunk#32
Closed
copester wants to merge 1 commit intoapache:trunkfrom
Closed
Conversation
Fork sync
ymatsuda
referenced
this pull request
in confluentinc/kafka
Aug 5, 2015
blocking poll only when there is no buffered record at all
ymatsuda
added a commit
to ymatsuda/kafka
that referenced
this pull request
Sep 4, 2015
…mprovement TopologyBuilder methods return the builder to allow methods to be chained together.
resetius
added a commit
to resetius/kafka
that referenced
this pull request
Apr 22, 2016
Fix kafka test
hzxa21
pushed a commit
to hzxa21/kafka
that referenced
this pull request
Aug 21, 2019
…or nonexistent topics while auto.topic.create.enable is disabled (apache#32)
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
Fix MetricSampleAggregtor not evicting old snapshots.
ivanyu
pushed a commit
to ivanyu/kafka
that referenced
this pull request
Mar 7, 2020
Don't use Optional in RemoteStorageManager.fetchLogSegmentData
lianetm
pushed a commit
to lianetm/kafka
that referenced
this pull request
Aug 2, 2023
…resolve some conflicts (apache#32) * cherry-pick * KAFKA-14950: implement assign() and assignment() (apache#13797) We will explicitly send an assignment change event to the background thread to invoke auto-commit if the group.id is configured. After updating the subscription state, a NewTopicsMetadataUpdateRequestEvent will also be sent to the background thread to update the metadata. Co-authored-by: Kirk True <kirk@kirktrue.pro> Reviewers: Jun Rao <junrao@gmail.com> * cherry-pick conflict * Update CommitRequestManager.java Update ApplicationEventProcessor.java --------- Co-authored-by: Kirk True <kirk@kirktrue.pro>
patrik-marton
pushed a commit
to patrik-marton/kafka
that referenced
this pull request
Mar 11, 2025
CSMDS-219: Upgrade ZK (apache#26) becaue of CVE-2023-44981 Zk upgrade and version moved to properties for replacement (apache#32) CSMDS-483: Bump ZK version to 3.8.1.7.2.18.0-641 (apache#38) CSMDS-561: Update ZK to 3.8.1.7.2.18.200-37 (apache#77)
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Oct 6, 2025
Improve maybeDeleteTopic in RemoteClusterMetadataManager
blitzy Bot
pushed a commit
to blitzy-public-samples/blitzy-kafka
that referenced
this pull request
Apr 19, 2026
…apache#3) Remediates 3 MINOR QA findings — all broken anchor fragments in docs/security-audit/findings/07-external-function-callback-misuse.md. The previous anchor fragments used MkDocs-style semantic IDs that do not resolve against GitHub-flavored markdown auto-generated heading slugs. This commit aligns each fragment to the GitHub-computed slug for the target heading. Fixes: * Line 197: #oauth -> apache#32-security--oauth Target: ### 3.2 Security - OAuth (accepted-mitigations.md:201) (double-hyphen comes from the two spaces around the em-dash; the em-dash itself is stripped by the GitHub slug algorithm) * Line 227: #oauth -> apache#32-security--oauth (both visible text and URL) Target: same as Line 197 (second occurrence in the 'Cross-References' section) * Line 232: apache#62-restclient-forwarding -> apache#42-connect-restclient- forwards-the-inbound-authorization-header-to-outbound-worker- peer-calls-062 Target: ### 4.2 Connect RestClient forwards the inbound Authorization header to outbound worker-peer calls (06.2) (findings/06-network-subprocess-access.md:90) (URL fragment updated; visible short identifier retained for readability per QA suggested-fix guidance) Validation: * Runtime re-verification: all 88 anchor-bearing links across the 24 audit markdown files now resolve (0 broken anchors). * File inventory unchanged: 25 files, surgical 6-line diff (3 insertions, 3 deletions). * Visual Architecture Documentation rule preserved: all 7 diagrams still referenced by name across findings and supporting docs. * Audit Only rule preserved: zero source-code modifications; only the audit deliverable under docs/security-audit/ is touched. QA report: QA Final Checkpoint apache#3 - Link Integrity + Cross-References + License Headers (Issues 1-3, all MINOR, all in findings/07).
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.
Fork sync