Skip to content

Use buffer writer api with json reader#37

Merged
afprtclr merged 21 commits intomove-envelope-handlerfrom
use-buffer-writer-api-json-reader
Jan 23, 2026
Merged

Use buffer writer api with json reader#37
afprtclr merged 21 commits intomove-envelope-handlerfrom
use-buffer-writer-api-json-reader

Conversation

@mauroservienti
Copy link
Member

No description provided.

@afprtclr afprtclr marked this pull request as ready for review January 20, 2026 07:37
{
var cloudEventType = receivedCloudEvent[CloudEventJsonStructuredConstants.TypeProperty].Value.GetString()!;
var cloudEventType = receivedCloudEvent[CloudEventJsonStructuredConstants.TypeProperty].GetString();
return config.TypeMappings.TryGetValue(cloudEventType, out var typeMapping)
Copy link
Member Author

@mauroservienti mauroservienti Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the TryGetValue case sensitive? If yes, should we try to make this extraction more permissive?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

@afprtclr afprtclr merged commit 9c2b977 into move-envelope-handler Jan 23, 2026
4 checks passed
@afprtclr afprtclr deleted the use-buffer-writer-api-json-reader branch January 23, 2026 14:56
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.

3 participants