I'm using event grid in our current project. I have created multiple topic endpoints for each event type and we ran out for space. Now I would like to reuse the existing topics so I am planning for below two options.
- One topic for few event types (Or)
- Only one topic for all event types.
I have below questions/confirmation.
- Performance affect If I go with the second approach so Should I go and have one topic for few events or Should I keep only one topic.