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
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
// Unordered flag required for some options, disallowed for others.
7051
7061
sqlDB.ExpectErrWithTimeout(t, `resolved timestamps cannot be guaranteed to be correct in unordered mode`, `CREATE CHANGEFEED FOR foo WITH resolved, unordered`)
0 commit comments