EventCatalog requires each domain to have a version even though in most known to me business cases the domain on its own is a set that doesn't evolve in a versioned way.
Proposed Solution
The domain should either have optional versioning or due to its architectural structure be disabled.
Implementation Notes
As the URL contains domain name + version. Having disabled domain versioning will probably make it simple. if the domain version if left as optional probably the version part should be a - i.e. /MyDomain/-/.
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.
Use Case
EventCatalog requires each domain to have a version even though in most known to me business cases the domain on its own is a set that doesn't evolve in a versioned way.
Proposed Solution
The domain should either have optional versioning or due to its architectural structure be disabled.
Implementation Notes
As the URL contains domain name + version. Having disabled domain versioning will probably make it simple. if the domain version if left as optional probably the version part should be a
-
i.e./MyDomain/-/
.Community Notes