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

Deprecated Variable StreamsConfig#TOPOLOGY_OPTIMIZATION is removed ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status -...

streams

*What* Added `ShareConsumerTest.java` for KafkaShareConsumers. We are using `KafkaClusterTestKit` for the integration tests.

related to https://issues.apache.org/jira/browse/KAFKA-12829 remove: org.apache.kafka.streams.Topology#addGlobalStore ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status -...

streams

*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing...

stale

Per [KIP-289](https://cwiki.apache.org/confluence/display/KAFKA/KIP-289%3A+Improve+the+default+group+id+behavior+in+KafkaConsumer), the use of an empty value for group.id configuration was deprecated back in 2.2.0. In 3.7, the AsyncKafkaConsumer implementation will throw an error (see [KAFKA-14438](https://issues.apache.org/jira/browse/KAFKA-14438)). This task is...

With the new async consumer, the subscriptionState object is shared between the app thread and the background thread, but in principle all updates to the assignment should happen in the...

consumer
KIP-848
ctr

*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing...

Add ReconfigurableQuorumIntegrationTest to test creating a cluster with KIP-853 enabled, to verify that the feature flag is set. Also test removing a voter. In order to make this test work,...

kraft
KIP-853

Testing out leaving a comment on a PR

*More detailed description of your change, Only document *Summary of testing strategy (including rationale) ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [...

docs
consumer