- 11月 07, 2022
-
-
由 Sarat Kakarla 创作于
* Added partition availability metric and tenant partition availability metric
- 11月 06, 2022
-
-
由 Sushant Mahajan 创作于
* We maintain a cache as DefaultAuthCache to store mapping between issuer name and JWTKeysSets (public key). * Currently, we use the issuer name to fetch the pub key to verify JWT token signature. However, using only the issuer name might result in collisions as customers can use 3rd party providers which have the same name. * To remedy this we can use the providerId as the key in the cache. The providerId will be unique and will no longer cause collisions. * We have added a new callback class `PreTokenValidationExtensionsValidatorCallback` which is called before invoking `OAuthBearerValidatorCallback` and it sets up the providerId in the context. When OAuthBearerValidatorCallback is called it can see the providerId and pass it along to token processing methods (details below). We added a new class `PreTokenValidationExtensionsValidatorCallback` because it needs to be invoked before `OAuthBearerValidatorCallback` and it does not deal with the token at all. If the customer is using some other callback handler which does not recognize `PreTokenValidationExtensionsValidatorCallback`, the appropriate error handling for compatibility has been added to `OAuthBearerSaslServer`.
- 11月 05, 2022
-
-
由 Honshu Priyadarshi 创作于
Fix the unit test failure due to a8bcbbb9 (#8004)
-
由 k-raina 创作于
-
由 Steve Rodrigues 创作于
SBC metrics windows invalidation after a rebalance
-
由 Justine Olshan 创作于
KPLATFORM-1238: Network Health Manager incoming traffic should only consider requests that use the broker bootstrap lb (#7785) During a recent zonal outage, we saw when a specific broker’s lb was down, it was unable to receive produce traffic. However, since the overall cluster bootstrap lb was operational, some external traffic reached the broker and it was never marked as unhealthy. We should narrow the requests that count towards the incoming traffic metric so that we don’t miss demoting brokers that we should demote. We decided to only count requests towards incoming traffic if they are routed directly to the broker. See more discussion on this topic here: https://confluent.slack.com/archives/C02Q0K3LR2A/p1665772894064709
-
由 Honshu Priyadarshi 创作于
This change modifies the file IO pattern on the disk by reading and writing in a buffered way for offset map read, write and merge. Also, it introduces the throttle on processing of records(currently hard coded) and some minor log changes helpful in debugging. * Add the request rate configurable.
-
由 Yang Yu 创作于
This PR changed the assert to wait until in stray partition integration test to allow some time for metric count to be updated.
-
- 11月 04, 2022
-
-
由 Vincent Jiang 创作于
-
由 Sushant Mahajan 创作于
* This PR relates to populating the field `identity` in the authentication audit_log. * The changes comprise modifications to Audit Log Utils and OAuth validator/handler classes to set the appropriate information in the DTOs. * There are changes in ConfluentAuditLogProvider to create the actual events.
-
由 Feng Min 创作于
When the tenant quota is unlimited, we currently processed them in a random order. If we have multiple quota entities with UNLIMITED quota, the one with more usage will be punished unfairly during auto-tuning. The fix is to order them based on the usage size. The smaller usage go first. This is also consistent with how we process quota entities with defined quotas.
-
由 pberton 创作于
Includes https://github.com/confluentinc/cc-docker-base/pull/146
-
由 Ritika Reddy 创作于
* Added metrics and test - truncation one passes * Shifted truncation metrics to Replica Manager * Fixed NewLeaderLEOLessThannHWM Test * chore: reset mk-include * Squashed 'mk-include/' content from commit 8f64f67c04 git-subtree-dir: mk-include git-subtree-split: 8f64f67c04911a121158de46d213455f70824141 * chore: add mk-include-git-hash * Addressed comments on PR * Addressed Jenkins Errors * Addressed Comments on PR and reverted mk file changes * Change reverted * Change reverted * Addressed comments * remove remaining mk-files Co-authored-by: Justine <jolshan@confluent.io>
-
由 Vincent Jiang 创作于
-
由 Eftychia 创作于
-
- 11月 03, 2022
-
-
由 Manikumar Reddy 创作于
-
由 LucasLyld 创作于
Co-authored-by: Manikumar Reddy <manikumar.reddy@gmail.com>
-
由 Lingnan Liu 创作于
* Add TableGenerator pretty printer * Use system line separator
-
由 Panagiotis Garefalakis 创作于
* AUTHN-1353: KsqlAdmin user should be able to manage its ApiKey
-
由 Vincent Jiang 创作于