I'm working on a data streaming system where users will publish to different new topics and subscribe to different new topics without restarting the system. A large number of topics will be created over time. Uer will choose different new topics to publish and subscribe dynamically at runtime. Can someone share good design or practice to implement such dynamic topic handling? Links to sample code will be very helpful.
Thanks, aj