1.1.1.5 Release 19.1.0.0.7 - March 2022
This section lists the new features added in the GGSA 19.1.0.0.7.
1.1.1.5.1 Public REST APIs
The following Public REST APIs are added for pipeline management and user management:
Pipeline Management
- Export
- Import
- List
- Publish
- Unpublish
User Management
- Create
- List
- Retrieve
- Update
See REST API for GoldenGate Stream Analytics.
1.1.1.5.2 Custom Stage Pass-through Input
Custom Stage Pass-through Input
A custom stage pass-through input is supported to pass through all the attributes from previous stages in a pipeline, in addition to the ones that are defined in the outputspec of the custom stage class. You can enable this feature by adding an optional parameter canPassThroughInput=true.
If you do not set this parameter, it is defaulted to false, and only the attributes defined in the outputspec will be output in the custom stage. To implement PassThroughInput, it is also required to implement EventSpecAccessor and set outputspec from setoutputspec, and get indexesToCopy to set the values for attributes from previous stages.