kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Mirror of Apache Kafka

Results 736 kafka issues
Sort by recently updated
recently updated
newest added

The PR adds capability to restrict the messages in Share Fetch. The max fetch records will be an additional way to limit the number of records sent from broker to...

core
KIP-932

Client applications use SSL/TLS to connect with Kafka brokers in order to implement secured communication. The clients initiate SSL communication with Kafka brokers using the SSL Engine constructed from the...

clients

Client applications use SSL/TLS to connect with Kafka brokers in order to implement secured communication. The clients initiate SSL communication with Kafka brokers using the SSL Engine constructed from the...

clients
small

Refer to [KAFKA-17339](https://issues.apache.org/jira/browse/KAFKA-17339) for more information. Enable the `LocalLogManager` class to really support prepared batches, improving the test implementation to more closely mimic the behavior of a real log manager(KafkaRaftClient)....

tests
kraft
ci-approved
small

This removes the Scala procedure syntax from the codebase as this is deprecated since Scala 2.11: https://github.com/scala/scala/pull/3076 Let me know your thoughts. ### Committer Checklist (excluded from commit message) -...

stale

This PR resolves the issue that controller can spend a long time (more than 60s) in processing BrokerChange event when there are dead brokers, by throwing InterruptedException in the right...

stale

In response to KAFKA-1194 issue, it now forces buffer to unmap if running on Windows OS. Invdividual Unit Test 'testChangeFileSuffixes' on LogSegmentTest.scala passes. but other file IO related unit tests...

stale

The comment seems not correct when I try to figure out how TimingWheel works *More detailed description of your change, if necessary. The PR title and PR message become the...

stale

Change the method name "readTo" to "lesser". The method is named as "readTo", but the method will return the variable with lesses value. Thus, the name "readTo" is inconsistent with...

stale

Sometimes while running Kafka server inside tests of an upstream application it can happen that the server cannot start due to a bad runtime error, like a missing jar on...

stale