Skip to content
Snippets Groups Projects
topics.json 1.6 KiB
Newer Older
Bhushan Rade's avatar
Bhushan Rade committed
[
  {
  "name": "records-changed",
    "description": "This notification is sent whenever a new record or record version is created, updated or deleted, and when a new schema is created in storage.",
  "state": "ACTIVE",
  "example": [
    {
      "id": "common:abc:123",
      "kind": "common:petrel:regularheightfieldsurface:1.0.0",
      "op" : "create",
      "recordUpdated": "false"
    },
    {
      "id": "common:abc:124",
      "kind": "common:petrel:regularheightfieldsurface:1.0.0",
      "op" : "create",
      "recordUpdated": "true"
    },
    {
      "kind": "common:petrel:regularheightfieldsurface:1.0.0",
      "op" : "create_schema"
    },
    {
      "id": "common:ghi:345",
      "kind": "common:petrel:regularheightfieldsurface:1.0.0",
      "op" : "delete"
    }
  ]
},
  {
  "name": "opendes-status-update-event-topic",
    "description": "pubsub.",
  "state": "ACTIVE",
  "example": [
    {
	  "kind": "status",
	  "properties": {
	    "correlationId": "3fb4b4ba-524b-490b-8c47-432c03130ada",
	    "stage": "TESTING_QUARKUS",
	    "status": "FAILED",
	    "message": "Testing message publishing through quarkus listener component",
	    "errorCode": 400,
	    "userEmail": "osdu-qa@osdu.opengroup.org",
	    "timestamp": 1633607749441
  		}
	},
    {
	  "kind": "status",
	  "properties": {
	    "correlationId": "3fb4b4ba-524b-490b-8c47-432c03130ada",
	    "stage": "TESTING_QUARKUS",
	    "status": "FAILED",
	    "message": "Testing message publishing through quarkus listener component",
	    "errorCode": 401,
	    "userEmail": "osdu-qa@osdu.opengroup.org",
	    "timestamp": 1633607749441
  		}
	}
  ]
}
]