spring-integration icon indicating copy to clipboard operation
spring-integration copied to clipboard

Add Cloud Events support to Spring Integration

Open cppwfs opened this issue 3 months ago • 1 comments

Introduces Cloud Events v1.0 specification support including message converters, transformers, and utilities.

Key components added:

  • CloudEventMessageConverter for message format conversion
  • ToCloudEventTransformer for transforming messages to Cloud Events
  • MessageBinaryMessageReader/Writer for binary format handling
  • CloudEventProperties for configuration management
  • Header pattern matching utilities for flexible event mapping
  • Add reference docs and what's-new paragraph

cppwfs avatar Sep 26 '25 20:09 cppwfs

For now hold off on a review. I'm writing up some questions for some guidance on some of the issues you raised in the last 2 reviews.

cppwfs avatar Oct 06 '25 19:10 cppwfs