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
We're still experiencing intermittend hanging requests.
To approach this in a structured kind of way, I suggest writing a dedicated negative test suite for
@wwerner A lot of this can be avoided by projecting a CQRS query model to eliminate navigational queries. Instead we can simple take all the path parameters and make a single composite key that resolves to the schema version (or whatever level the user wants).
We can create projections even though we are currently not event sourced. All of the events are already there, or you can use full-entity state-based projections.
We're still experiencing intermittend hanging requests.
To approach this in a structured kind of way, I suggest writing a dedicated negative test suite for
/organization
and/version/<reference>
)POST
,PATCH
,PUT
) -> 400POST
,PATCH
,PUT
) -> 400/organization
and/version/<reference>
)The text was updated successfully, but these errors were encountered: