WxStreamSets is a webMethods Integration Server package designed to simplify the integration with StreamSets.
- webMethods Integration Server
- StreamSets
- Ready to use flow-services to call StreamSets APIs.
- Start StreamSets Job synchronously.
- Download the latest release of WxStreamSets.zip from Releases section.
- Copy WxStreamSets.zip to /${SAG_HOME}/IntegrationServer/instances/${INSTANCE}/replicate/inbound directory.
- Login to Integration Server Admin Console http://${HOST_NAME}:${PORT}.
- Go to Packages > Management in the left side menu and click Install Inbound Releases.
- Choose WxStreamSets.zip from dropdown and click Install.
- Login to StreamSets Control Hub.
- Expand Manage option in the left-hand side naviagtion and choose API Credentials.
- Click on Add button.
- Provide the Name for credentials and click Save & Generate.
- Copy the Credential ID and Token.
Following APIs in terms of flow-services are supported:
- wx.streamsets.v1.jobRunner.services.startJobById - To start a specific job.
- wx.streamsets.v1.jobRunner.services.getJobCurrentStatusById - To get the status of a specific job.
- wx.streamsets.v1.jobRunner.services.stopJobById - To stop a specific job.
- wx.streamsets.v1.jobRunner.services.forceStopJobById - To force stop a specific job.
- wx.streamsets.v1.jobRunner.services.custom.startJobByIdSync - To start a specific job and wait for it to finish.
All services require three inputs for authentication:
- auth.baseUrl - Hostname of StreamSets Control Hub. Example: https://test.hub.streamsets.com
- auth.componentId - Credential ID generated as part of API Credentials
- auth.token - Token generated as part of API Credentials
📘 Explore the Knowledge Base
Dive into a wealth of webMethods tutorials and articles in our Tech Community Knowledge Base.
💡 Get Expert Answers
Stuck or just curious? Ask the webMethods experts directly on our Forum.
🚀 Try webMethods
See webMethods in action with a Free Trial.
✍️ Share Your Feedback
Your input drives our innovation. If you find a bug, please create an issue in the repository. If you’d like to share your ideas or feedback, please post them here.
More to discover
These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.