KAFKA-2892: Consumer Docs Use Wrong Method#81
KAFKA-2892: Consumer Docs Use Wrong Method#81Jesse Anderson (eljefe6a) wants to merge 2 commits into
Conversation
|
Good catch. It'd need to be |
|
Ewen Cheslack-Postava (@ewencp) Updated. |
|
LGTM |
|
LGTM, but I'm wondering if Jesse Anderson (@eljefe6a) didn't mean to submit this PR to Apache Kafka and not the Confluent copy? |
|
Gwen Shapira (@gwenshap) That's correct. I just found out that you can't fork repos with different sources. |
|
ah, so because you already forked confluent's fork you can't fork apache? |
|
so, afaik, all of us here do "apache first" flow - we have a fork of apache kafka, we do PRs there and we update confluent kafka from apache. That said, if you don't want to go to the trouble of creating a new fork and re-doing your work, we can probably merge it here and do a PR to apache Kafka from here. |
|
This was submitted to the Apache repo and merged some time ago. |
Jenkins does not use ducker to run system tests, so include the public key file creation as part of the test itself rather than in the Docker image.
List of commits from kafka-broker-plugins: * Include all transitive dependencies in assembly (#71) * Add OAuth LoginCallbackHandler for the Kafka server (#72) * CPKAFKA-1593: Multi-tenant authorizer for CCloud (#66) * CPKAFKA-1593: Integration tests for multi-tenant authorizer for CCloud (#67) * CAAS-1960: Implement Phase 3.1 Metrics (#76) * CAAS-1960: Add authenticated connections and authentication rate metrics per tenant (#77) * Bump Confluent to 5.2.0-SNAPSHOT, Kafka to 2.2.0-SNAPSHOT * Topic config constraints (#70) * Remove redundant import in MultiTenantRequestContext (#79) * 4.1.x to 5.0.x (#78) * 5.0.x to 5.1.x (#82) * CPKAFKA-1408: Add tenant throughput and request quota plugin (#68) * Improve topic policy checks (#81) * CPKAFKA-1410: Partition assignor to balance partitions at tenant level (#73) * CPKAFKA-1694: Add partition throughput percentiles for monitoring (#84)
The KafkaConsumer docs use a non-existent method for assigning partitions (
consumer.assign).The JavaDocs show as:
Should be: