Allow a spring based bean network to federate accross an openshift cluster in order to scale beans (services) adhoc thru pods. This is a PoC implementation :)
Pretty simple, use of standard spring features, namely BeanPostProcessor and FieldCallback- to create "client" and
"serverside" proxies - that are kicked into the initial context.
See com.bix_digital.platform.federate.DemoApplicationTests for how the two new annotations
@ContainerAwareAutoWiredand @ContainerAwareService are used.
- Openshift integration (dynamically spinning up pods)