Closed
Conversation
ymatsuda
added a commit
to ymatsuda/kafka
that referenced
this pull request
Sep 14, 2015
remove processor arg from schedule call
Member
|
@rekhajoshm, can you please rebase and target the trunk branch? |
Contributor
Author
|
Sorry missed this earlier @ijuma , closing this. thanks. |
resetius
added a commit
to resetius/kafka
that referenced
this pull request
Jun 7, 2016
update yandex log4j.properties
jsancio
pushed a commit
to jsancio/kafka
that referenced
this pull request
Aug 6, 2019
Conflicts: GroupCoordinatorIntegrationTest.scala - line 50 SocketServerTest.scala - TestableSocketServer class, removed verifyAcceptorIdlePercent() method, apache#1301 removed pollBlockMs var used in apache#1344 poll() method; testConnectionRateLimit() method changed SocketServer.scala - apache#82, removed SocketServerMetricsGroup var, apache#455 removed idlePercentMeter KafkaApis.scala - apache#50 imports RequestQuotaTest.scala - apache#28 imports
xiowu0
pushed a commit
to xiowu0/kafka
that referenced
this pull request
Oct 10, 2019
efeg
pushed a commit
to efeg/kafka
that referenced
this pull request
Jan 29, 2020
Hangleton
pushed a commit
to Hangleton/kafka
that referenced
this pull request
Apr 15, 2020
Fix build error
smccauliff
pushed a commit
to smccauliff/kafka
that referenced
this pull request
Oct 8, 2020
…hich is 16) (apache#50) LI_DESCRIPTION = EXIT_CRITERIA =
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 4, 2022
…hich is 16) (apache#50) (apache#270) LI_DESCRIPTION = EXIT_CRITERIA = (cherry picked from commit d2f66fa) Co-authored-by: Virupaksha Swamy Uttanur Matada <viswamy@linkedin.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
…hich is 16) (apache#50) (apache#270) LI_DESCRIPTION = EXIT_CRITERIA = (cherry picked from commit d2f66fa) Co-authored-by: Virupaksha Swamy Uttanur Matada <viswamy@linkedin.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
…hich is 16) (apache#50) (apache#270) LI_DESCRIPTION = EXIT_CRITERIA = (cherry picked from commit d2f66fa) Co-authored-by: Virupaksha Swamy Uttanur Matada <viswamy@linkedin.com>
rustd
pushed a commit
to rustd/pranavfinaldemokafka
that referenced
this pull request
Feb 9, 2024
…pache#50) Reviewers: Chris Egerton <chrise@aiven.io> Co-authored-by: Ramesh <ramesh.154089@gmail.com>
fvaleri
pushed a commit
to fvaleri/kafka
that referenced
this pull request
Dec 19, 2025
use `mirrorName` as indicator to identify readonly or not
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.
KAFKA-724: Allow automatic socket.send.buffer from operating system
If socket.receive.buffer.bytes/socket.send.buffer.bytes set to non-zero/-1, the OS defaults work.Do not explicitly set buffers.