- 6月 27, 2020
-
-
由 David Mao 创作于
CNKAF-918: Relax GoalUtils.eligibleBrokers criteria to allow leadership movements off observers. (#2075) * Adds integration test for interaction between AddBroker and Replica Placement * Relax leadership movement requirements when there are brokers in New state
-
由 Alex Cheng 创作于
* CIAM-109 Add authCache API to fetch role bindings for multiple scopes
-
由 Steve Rodrigues 创作于
Self-Balancing Kafka (the DataBalancer) used to base the RF of its internal topics on that of the (publicly configured) ConfluentMetricsReporter but has since switched to the TelemetryMetricsReporter, which is automatically configured. Instead, do not rely on the Telemetry Metrics RF [CNKAF-924]. This exposed a bug in how the SBK RF was read and propagated [CNKAF-926], so correct that. To prevent a repeat of CNKAF-926, rename the SBK *_BASE_CONFIG config variables to *_SBK_CONFIG. As these are the names of the config values as they should be accessed from within SBK, this name is hopefully less confusing. Uncomment the balancer replication factor=1 config in config/server.properties for better OOBE in development setups.
-
由 Alex Cheng 创作于
-
由 Jeff Huang 创作于
* SEC-1130-Inject ConfluentAdmin from ce-kafka (#2047) * Moved DynamicConfigurator from ce-auth-providers to metadata-service repo. * Directly injected instance of ConfluentAdmin instead of DynamicConfigurator. * Added TODO tasks for future cleaning up. * Removed two testing files accidentally added. Failed testing cases is not related to this PR.
- 6月 26, 2020
-
-
由 thomaskwscott 创作于
* KC-655 changed offset migration config to use racially neutral terms
-
由 Dhruvil Shah 创作于
-
由 Vikas Singh 创作于
This change updates SBK code to work when Zookeeper is set with both TLS and SASL based authentication. It does this by getting rid of simple zkClient usages and for more complicated case by passing appropriate zk configuration. Tested on a secure cluster to make sure SBK starts and can serve api requests. System test will be added for this as a separate PR.
-
由 Alex Cheng 创作于
* CIAM-96 Added cloud-cluster scope and describe access for higher levels. Added unit test with bindWithResource true and false
-
由 Brian Bushree 创作于
-
由 Nitesh Mor 创作于
Updates end of life log4j with confluent-log4j. The latter contains security patches for critical CVEs
- 6月 25, 2020
-
-
由 Sanjana Kaundinya 创作于
-
由 Bob Barrett 创作于
* CNKAF-909: Add direct dependency on opencensus for SBK * Update comment
-
由 Bob Barrett 创作于
* Add RackAwareGoal to goal list * Remove stray file * Make RackAwareGoal a hard goal and self-healing goal
-
由 Bob Barrett 创作于
* KAFKA-10149: Allow auto preferred leader election when partitions are reassigning * Add integration test * Update comment to reflect new logic * Remove uninformative comment
-
由 Ryan P 创作于
-
由 Harini Rajendran 创作于
-
由 Steve Rodrigues 创作于
When an addBroker operation results in no generated proposals (and thus no proposal execution), trigger the completion callback as "successful," which was not happening before.
-
由 David Mao 创作于
-
由 Ryan P 创作于
Migrate MDS to run on KafkaHttpServer implementation; SEC-1183 - Treat empty authority in CRN pattern as a wildcard & improve speed (#2058)
-
由 Stanislav Kozlovski 创作于
This patch changes the SBK disabling logic to persist a cancellation status for all on-going broker removals when SBK is disabled via the dynamic config. It makes sense to cancel them, as we're disabling SBK and essentially stopping the operations dead in their tracks indefinitely
-
由 Brian Byrne 创作于
-
由 Brian Byrne 创作于