Skip to content

Updated topics.json

An Ngo requested to merge RegisterTopics into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
#38 (closed)

Does this introduce a change in the core logic?

  • [YES/NO] NO

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO] NO

What is the current behavior?

Get All Topics API returns a response that does not reflect the current topics.

What is the new/expected behavior?

Updated the topic response: Replaced "common" with "osdu" as "common" data partition is not a concept in OSDU; removed "recordUpdated" flag; Update record now returns an "update" event instead of "create"; add "previousKind" flag. Add example for "soft" and "hard" delete.

Have you added/updated Unit Tests and Integration Tests?

N/A

Any other useful information

Edited by An Ngo

Merge request reports