Skip to content

fix(KafkaClientExtensions): Fix uppercase characters not being allowed in CloudEvents#1716

Open
GermanCoding wants to merge 1 commit into
masterfrom
fix-casing-issue
Open

fix(KafkaClientExtensions): Fix uppercase characters not being allowed in CloudEvents#1716
GermanCoding wants to merge 1 commit into
masterfrom
fix-casing-issue

Conversation

@GermanCoding

Copy link
Copy Markdown
Contributor

We encountered an issue where our Kafka sends events in PascalCase, but the CloudEvents attribute validator (https://github.com/cloudevents/sdk-csharp/blob/main/src/CloudNative.CloudEvents/CloudEventAttribute.cs#L105) only allows alphanumeric lowercase characters, leading to those header names being ignored when converting from Kafka header to CloudEvent attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant