Question on batch splitting if anyone knows answer: If my batch messages are like `{ task_id, subta

Question on batch splitting if anyone knows answer:

If my batch messages are like { task_id, subtask_data }, and when I call sendBatch all messages in the batch have the same task_id, then can I guarantee that all messages in the consumer have the same task_id? Or will retries or max batch sizes mess with this?
Was this page helpful?