- In streams_startStreamProcessor, add an optional<string> parameter for "instanceName".
- Add a new optional<string> instanceName in the stream processor context.
- Adjust dead_letter_cpp.cpp to include the "instanceName" in the DLQ message, when it is set in the context.
- Add a jstest that validates this.