spring-integration
spring-integration copied to clipboard
Add Cloud Events support to Spring Integration
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
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.