Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
10 stars 10 forks source link

EventStream config issues with PUT (create/update eventstream) #673

Closed Tomvbe closed 1 year ago

Tomvbe commented 1 year ago

There are a couple of issues with this flow:

  1. We should support a POST endpoint for creation as suggested on the sprint DEMO
  2. When 'saving' an evenstream we check if 'defaultView' is enabled and create a default view when present. However we never check if it should be deleted in case an update would disable the default view.
Tomvbe commented 1 year ago

Fixed with https://github.com/Informatievlaanderen/VSDS-LDESServer4J/pull/694