frankframework/frankframework

FEATURE: Git Polling classloader

Opened this issue · 1 comments

Related Problem or Business Case

Getting your Frank!Configuration directly from git.
No artifact, xml directly from git.

Describe the Feature

Can we create a class loader that listens to a change in a git repo to obtain a new config version.

repo --> webhook or polling

Collaboration with External Companies

No, community resolution only

In what scenario would this be used? It is generally speaking good practice to use immutable artifacts. Even though the configuration is versioned, this would suggest a workflow where F!F + configurations combination is not versioned. This only works when configurations can work completely isolated from other configurations and have no requirements/dependencies on F!F instance level settings/components.