You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144735: changefeedccl: support camelCase parameter names for Azure Event Hub sink configuration r=asg0451 a=massimo-ua
changefeedccl: support camelCase parameter names for Azure Event Hub sink configuration
Added support for camelCase parameter names (e.g., "SharedAccessKeyName") in Azure Event Hub Kafka sink configuration while maintaining backward compatibility with the existing snake_case format (e.g., "shared_access_key_name"). This change makes the parameter naming more flexible and aligned with Azure's documentation conventions.
Fixes: #123494
Epic: https://cockroachlabs.atlassian.net/browse/CRDB-38378
Release note (sql change): Added support for camelCase parameter names (e.g., "SharedAccessKeyName") in Azure Event Hub Kafka sink configuration
Co-authored-by: maksym.hryshkov <[email protected]>
// Unordered flag required for some options, disallowed for others.
7054
7064
sqlDB.ExpectErrWithTimeout(t, `resolved timestamps cannot be guaranteed to be correct in unordered mode`, `CREATE CHANGEFEED FOR foo WITH resolved, unordered`)
0 commit comments