streamthoughts/azkarra-streams

Configurable topology name with auto component scan

ebrard opened this issue · 2 comments

When using the AzkarraStreamsApplication annotation, is there a way to override the name of a topology for example with a @name annotation? Or somehow extended the existing annotation TopologyInfo ?

Hi @ebrard, you should be able to annotate you Topology with @Named to override its name.

Thx