StreamsExecutionEnvironment instances should be able to be registered as component #75
Labels
good first issue
Good for newcomers
in:runtime
This issue should impact the azkarra-runtime module
type:enhancement
New feature or request
Currenlty a
StreamsExecutionEnvironment
instance can be registed directly through theAzkarraContext#addExecutionEnvironment
method and from the configuration.The following example shows how to define an environment using configuration :
But, this is not possible to declare an environement as a component, i.e :
Example:
or
This issue is an improvement to update the
DefaultAzkarraContext
and more specifically the private methodpreStart
to automatically register all components of typeStreamsExecutionEnvironment
on context startup.The text was updated successfully, but these errors were encountered: