You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the UI view http://localhost:3000/docs under topic Events() the number of events is now a large list of all events produced by all In In my test situation it are already 101 events/commands
We use EventCatalog to get overview of all the events in the system, so i want to propose some kind of organization to the generated events/commands.
Proposed Solution
Would it be an option to generate the events/command in a sub directory?
A way of organization could be:
Place the events in a directory by service name.
And maybe secondly a sub-directory of the producing channel name.
So we end up with something like: events\{service_a}\{channel X}\ events\{service_a}\{channel Y}\ events\{service_b}\{channel Z}\
Implementation Notes
No response
Community Notes
Please vote by adding a 👍 reaction to the issue to help us prioritize.
If you are interested to work on this issue, please leave a comment.
If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out in the EventCatalog Discord.
The text was updated successfully, but these errors were encountered:
hartmanjan1970
changed the title
Group the generated events from the AsyncAPI in some neatly organizated manner.
Group the generated events from the AsyncAPI in some neatly organized manner.
Nov 25, 2024
Is there any movement in this issue?
For us it would resolve a lot of overlapping GET request between the services.
We have multiple services which implement the same GET / PUT pattern and because the pattern is identical the rest queries are named the same and so in EventCatlog overwriting each other at the moment
Use Case
In the UI view http://localhost:3000/docs under topic Events() the number of events is now a large list of all events produced by all In In my test situation it are already 101 events/commands
We use EventCatalog to get overview of all the events in the system, so i want to propose some kind of organization to the generated events/commands.
![image](https://private-user-images.githubusercontent.com/23295800/389513875-ceac5954-5139-48ad-b5fc-228ab93b219b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDY1ODcsIm5iZiI6MTczOTMwNjI4NywicGF0aCI6Ii8yMzI5NTgwMC8zODk1MTM4NzUtY2VhYzU5NTQtNTEzOS00OGFkLWI1ZmMtMjI4YWI5M2IyMTliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIwMzgwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFhMDYwYWM4NGI2ZGQ1MTA3MTIwZDE0ZWI1ZDFmODI5NzU1MzIzNGQzNDBmMjhhOWRjOTU4NzhlZWYwZDI0N2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.PBX6y4YMoLznQFvNGcabc6NUBWhitzajSEEr5W9jC38)
Proposed Solution
Would it be an option to generate the events/command in a sub directory?
A way of organization could be:
Place the events in a directory by service name.
And maybe secondly a sub-directory of the producing channel name.
So we end up with something like:
events\{service_a}\{channel X}\
events\{service_a}\{channel Y}\
events\{service_b}\{channel Z}\
Implementation Notes
No response
Community Notes
The text was updated successfully, but these errors were encountered: