FundingCircle / topology-grapher

Library to build a directed graph from a Kafka Streams topology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Application-name must be unique

AndreaCrotti opened this issue · comments

At the moment if application-name is not unique across different topologies, it will simply drop the duplicates without any warnings.

We should just enforce the uniqueness and fail if multiple topologies have the same name.

Still relevant even if probably it almost never happens.