Adding ITopicsRepository Interface
2 unresolved threads
Please provide link to gitlab issue or ADR(Architecture Decision Record) #14 (closed)
Currently there is no SPI to implement for TopicsRepository
Adding ITopicsRepository Interface, CSP's can implement this interface to override the logic for reading the topic names
If any CSP wish not to implement this interface then also things will continue to work since TopicRepository in register core is already implementing the same