Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config refresh thread #7608

Merged
merged 2 commits into from
Apr 5, 2023
Merged

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR adds the configuration refresh thread to the integration daemon so that it proactively retrieves its configuration from the metadata server rather than waiting for an event.

Also added ".json" to the file names of audit log files and expanded the REST API calls for controling the connectors running in the integration daemon.

Related Issue(s)

None

Testing

Extensive revision to the Automated Curation lab to include both static and dynamic configuration of the integration daemon.

Release Notes & Documentation

This function is already documented.

Additional notes

The client for the integration daemon does not include the new methods - will add that in a subsequent PR.

Signed-off-by: Mandy Chessell <[email protected]>
* @return list of integration service handlers.
* @throws PropertyServerException there are no integration groups in this integration daemon
*/
synchronized List<IntegrationGroupHandler> getAllIntegrationGroupHandlers(String serviceOperationName) throws PropertyServerException

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'serviceOperationName' is never used.
@mandy-chessell mandy-chessell merged commit 9c99789 into odpi:main Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant