You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: