streamthoughts/azkarra-streams

Generalize the @DefaultStreamsConfig to any component as a new @ConfValue annotation

fhussonnois opened this issue · 0 comments

Currently, TopologyProvider classes that implement the Configurable interface can be annotated with @DefaultStreamsConfig to specifiy default configuration to pass .

This annotation should be renamed to @ConfValue and generalize to any component that implement the Configurable interface.