SERVER-112164: Propagate private networking failures as internal errors to all kafka operators (#44730)

GitOrigin-RevId: c2d98eb021015bcc57f4b38075fe2813fe005d42
This commit is contained in:
Sharan Singh 2025-12-09 17:11:10 -08:00 committed by MongoDB Bot
parent 1044486adf
commit fc6839b16c
1 changed files with 5 additions and 1 deletions

View File

@ -989,8 +989,12 @@ error_codes:
- {code: 474, name: ReshardCollectionQuiescing}
- {code: 475, name: ReshardCollectionInterruptedDueToFCVChange}
- {code: 476, name: ReshardCollectionMissingAbortReason}
- {code: 477, name: CollectionBecameView}
- {
code: 478,
name: StreamProcessorPrivateNetworkingError,
categories: [StreamProcessorRetryableError],
}
# Error codes 4000-8999 are reserved.