Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for batch in Message<List<Message<?>>> structure #1202

Open
artembilan opened this issue Nov 12, 2024 · 1 comment
Open

Add support for batch in Message<List<Message<?>>> structure #1202

artembilan opened this issue Nov 12, 2024 · 1 comment
Assignees
Milestone

Comments

@artembilan
Copy link
Contributor

Right now batch support is present as a message of list of payloads and individual headers are stored as an item of list in some specific header.
The structure as Message<List<Message<?>>> makes it easier to navigate individual items in the batch with their specific header and so on.

The example is a result of Kinesis Binder on the consumer side:

image

@olegz
Copy link
Contributor

olegz commented Nov 18, 2024

From the s-c-function perspective this should be fairly easy to implement since it is really about message conversion and expectation of the converter.

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

No branches or pull requests

2 participants