KAFKA-1370 Added Gradle startup script for Windows#22
Closed
sslavic wants to merge 1 commit intoapache:0.8.1from
Closed
KAFKA-1370 Added Gradle startup script for Windows#22sslavic wants to merge 1 commit intoapache:0.8.1from
sslavic wants to merge 1 commit intoapache:0.8.1from
Conversation
Member
Author
|
This was merged in de6066e |
guozhangwang
referenced
this pull request
in confluentinc/kafka
Aug 5, 2015
Small changes on the ProcessorKStreamJob
ymatsuda
added a commit
to ymatsuda/kafka
that referenced
this pull request
Aug 31, 2015
Simplified join processor
resetius
pushed a commit
to resetius/kafka
that referenced
this pull request
Jun 7, 2016
[LOGBROKER-231] Fix changelog
ambroff
pushed a commit
to ambroff/kafka
that referenced
this pull request
May 2, 2019
KAFKA-7280; Synchronize consumer fetch request/response handling (apache#5495) This patch fixes unsafe concurrent access in the consumer by the heartbeat thread and the thread calling `poll()` to the fetch session state in `FetchSessionHandler`. Reviewers: Viktor Somogyi <viktorsomogyi@gmail.com>, Jason Gustafson <jason@confluent.io>
ivanyu
pushed a commit
to ivanyu/kafka
that referenced
this pull request
Nov 6, 2019
RemoteStorageManager.listRemoteSegments() filters remote segments by endOffset instead of baseOffset
ying-zheng
added a commit
to ying-zheng/kafka
that referenced
this pull request
Jan 29, 2020
RemoteStorageManager.listRemoteSegments() filters remote segments by endOffset instead of baseOffset
lianetm
pushed a commit
to lianetm/kafka
that referenced
this pull request
Jul 20, 2023
…PIs (apache#22) KAFKA-15188: Implement more of the remaining PrototypeAsyncConsumer APIs Implementation of more Consumer APIs in PrototypeAsyncConsumer to bring it on par with KafkaConsumer.
mjsax
pushed a commit
to mjsax/kafka
that referenced
this pull request
Jul 21, 2024
…_together KSTREAMS-6461: Get SmokeTestDriverIntegrationTest working
patrik-marton
pushed a commit
to patrik-marton/kafka
that referenced
this pull request
Mar 11, 2025
Contains the following commits: [CSP-515] AuthenticateCallbackHandler for LDAP authentication Change-Id: I0bd74daca7b0805480b8959933eecbb78977b1d5 [CLOUDERA-BUILD] [CDPD-5221] PAM AuthenticateCallbackHandler [CDPD-7289] Fixing issue with PAM Authentication. Releasing resource right after authentication. Change-Id: Ia9f07d04d84736e2d51dfe5bc8128d1e4deb5c9c CDPD-15002 Move custom plain callback handler plugins to broker side module Custom LdapPlainServerCallbackHandler and PamPlainServerCallbackHandler classes were originally part of the 'clients' module of Kafka introducing undesired dependencies for users of the kafka-client library. To address this, custom Cloudera plugins were moved to a new module in Kafka that is only used on broker side. Change-Id: I1612b72178402f06c8e61215af27738dd27f48fc CDPD-28870: Migrate tests in the plugins module to jUnit5 Change-Id: I8c9ed195c7930d34938f9e74050ea148efffb596 CDPD-40348: Log username for failed PAM and PLAIN authentication This change would help administrators to more quickly isolate applications that are failing. Change-Id: I37a020c183ccfa2c4a4114ca6043d0dd778cb8c2 CDPD-45322 Implement Ldaps connection ignore_commit_convention_check Change-Id: Ibf9541a316fbccb580aa3b8a3f717ee168cfd99b CDPD-53949: Fix flaky LdapAuthenticationSSLTest ignore_commit_convention_check Reason: Some security features have been added to the plugins module under org.apache.kafka. For these reasons we have to ignore the commit check. Cherry-picked from commit 7be1e54bc0877e7770bcce988a3b42f9a8e52264. Change-Id: I97fc27b58b0ba5731e2c3ae4e3e6d8553ec4066e Co-authored-by: In Park <inpark@cloudera.com> CSMDS-205: Upgrade JNA to version 5.13.0 to fix UnsatisfiedLinkError for PAM on arm64 CSMDS-207: Upgrade shiro in Kafka CSMDS-111 LDAP for Kafka Operator (apache#22) SSL properties for LdapPlainServerCallbackHandler can be provided by both properties file and jaas config entries. Jaas config entries will override properties. Change-Id: I57f11d4c9a42675e337a71c3cdb862f5250fe7b4
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Sep 20, 2025
add cluster link name to createTopicRequest
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.
This patch adds Gradle startup script for Windows