Description
The public documentation for the Transformation interface does not mention whether an SMT should or should not mutate records or their members (such as their values or headers), but there's some logic in the Connect framework that relies on SMTs not doing this, such as the invocation of `SourceTask::commitRecord` with a pre-transformation record in some cases.
We should consider adding a note about not modifying records or their members to the public-facing documentation for the Transformation interface.
Attachments
Issue Links
- links to