- 12月 05, 2022
-
-
由 Shaik Zakir Hussain 创作于
Deduplicating Connect log events by storing LogEventState object per task/connector instance which encounters a failure. There is a refresh logic and cleanup logic for these state objects.
- 10月 14, 2022
-
-
由 skaushikcflt 创作于
* Test PR builds tagging images * docker login * gradle properties * Try PR builds on semaphore instead * Empty push to trigger semaphore CI * Try with make build-docker * Re-add copying gradle properties * Use old make docker * Try removing extraneous secrets * nit * Return secrets * Push only on PR titles containing pr-image string * nit * Test commit to trigger image build * Point to PR title * Test no build when not in PR title Co-authored-by: Grace Chen <gchen@confluent.io>
- 10月 12, 2022
-
-
由 skaushikcflt 创作于
* Artifactory migration * chore: reset mk-include * Squashed 'mk-include/' content from commit a2f3b64502 git-subtree-dir: mk-include git-subtree-split: a2f3b64502bde388401f57ecb6fde543a7a321e2 * chore: add mk-include-git-hash
- 6月 23, 2022
-
-
由 Abhinav Agarwal 创作于
- 6月 21, 2022
-
-
由 Abhinav Agarwal 创作于
* change dp schema request key to config key * test fix
- 6月 20, 2022
-
-
由 Abhinav Agarwal 创作于
* Add capability to enable trace record schema through DataPreview request (#6441) * add capability to enable trace record schema in DP request * add constructor * change bool * cleanup * Checkstyle fix Co-authored-by: sajain <sajain@MacBook-Pro.local> * fix unknown symbol Co-authored-by: sajain <sajain@MacBook-Pro.local>
- 3月 23, 2022
-
-
由 Rishabh 创作于
-
由 Colin Patrick McCabe 创作于
k8sclientJava is a library which Trogdor uses to make changes to Kubernetes. This library transitively pulls in okio, a general-purpose utility library which has been causing dependency conflicts in the Confluent stack lately. This PR updates k8sclientJava to the current latest stable version, which is 14.0.0. This version of k8sclientJava attempts to pull in okio 2.8.0. Additionally, this PR also pins our version of okio to 3.0.0, to be consistent with the rest of the Confluent stack.
- 2月 17, 2022
-
-
由 Aakash Shah 创作于
Signed-off-by: Aakash Shah <ashah@confluent.io>
-
由 snehashisp 创作于
- 2月 16, 2022
-
-
由 snehashisp 创作于
- 2月 12, 2022
-
-
由 Rishabh Sharma 创作于
Disbaled bubbling errors from JsonSerializer and Deserializers for connect that print the message in stack trace (#5558) * RCCA-5821: Removed logging messages as a part of exception in connect data convertors Co-authored-by: Aakash Shah <ashah@confluent.io>
- 1月 25, 2022
-
-
由 Chris Egerton 创作于
* CCDB-4528: Prevent ClassCastException during preflight connector config validation
- 1月 07, 2022
-
-
由 Eftychia 创作于
-
由 Colin Patrick McCabe 创作于
Reviewers: José Armando García Sancio <jsancio@gmail.com>
-
由 Colin Patrick McCabe 创作于
Reviewers: José Armando García Sancio <jsancio@gmail.com>
-
由 Colin Patrick McCabe 创作于
Reviewers: Jason Gustafson <jason@confluent.io>, dengziming <dengziming1993@gmail.com> Note: this PR separates out tests of the Confluent-specific PartitionAssignor interface into testTenantPartitionAssignorValidation to avoid future conflicts.
-
由 Colin Patrick McCabe 创作于
Reviewers: David Arthur <mumrah@gmail.com>
-
由 Colin Patrick McCabe 创作于
The KRaft controller should validate that the clusterID matches before allowing a broker to register in the cluster. Reviewers: José Armando García Sancio <jsancio@gmail.com>
-
由 Colin P. Mccabe 创作于
-
由 Jeff Kim 创作于
Performance and memory benchmark: https://github.com/confluentinc/ce-kafka/pull/4296#issue-974909796
-
由 Aishwarya Gune 创作于
This PR adds plumbing and sbc internal implementation for trigger even cluster load. It takes into account priority of sbc operations (broker removal/addition) when serving this request. More details in one-pager - https://confluentinc.atlassian.net/wiki/spaces/CNKAF/pages/2664563313/SBC+Rebalance+Api
-
由 Eftychia 创作于