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

…aft mode when using AlterConfigOp.OpType.SUBTRACT Modified ZkAdminManager.scala so that on OpType.SUBTRACT the policy receives the modified configs, as happens in KRaft mode. This similarly fixes the OpType.APPEND differences. Note that...

Reopen https://github.com/apache/kafka/pull/14136 - Rebase with latest trunk and account for new changes - Replace `TopicPartition` with `TopicIdPartition` in `StopPartition` to handle a [case](https://github.com/apache/kafka/pull/20256#issuecomment-3205314494) where `MetadataCache` is updated first on removeTopic...

core
stale
storage
tiered-storage

Document auto join behaviour in upgrade.html

docs
core
kraft
small

### Background This PR addresses the limitation where `StreamsBuilder` throws a `TopologyException` when multiple source nodes subscribe to overlapping but not identical sets of topics. For example, the following code...

streams
triage
needs-attention

The test `testMonitorableSinkConnectorAndTask` is flaky due to a race condition between the task thread and the test thread. The `awaitRecords()` method uses a `CountDownLatch` that counts down in `TestableSinkTask.put()` for...

connect
tests
ci-approved
small

This PR improves the logging behavior in AbstractHeartbeatRequestManager when the heartbeat response is null due to an exception. Currently, TimeoutException / DisconnectException are logged at ERROR level with full stacktrace,...

consumer
clients
ci-approved
small