aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-08-20 18:59:25 -0400
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-08-25 06:37:49 -0400
commite36f8e376dbdb8cf10d40e67a89a712bca688601 (patch)
tree95f7a5a01e3f9f7f6ac4bf98e7bd52a637e128a7 /README.md
parent976fe54b0782023ab496904481dc0cc9f4eaf4d4 (diff)
Prepare for next event schema version
Issue-ID: CPS-584, CPS-459 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I02ce027a4222fe3178d854628a52626c8184d987
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6e6ce22..bf2210f 100755
--- a/README.md
+++ b/README.md
@@ -55,9 +55,9 @@ docker-compose up
Then, use `kafkacat` tool to produce a data updated event into the Kafka topic:
```bash
-docker run -i --rm --network=host edenhill/kafkacat:1.6.0 -b localhost:19092 -t cps.cfg-state-events -D/ -P <<EOF
+docker run -i --rm --network=host edenhill/kafkacat:1.6.0 -b localhost:19092 -t cps.data-updated-events -D/ -P <<EOF
{
- "schema": "urn:cps:org.onap.cps:data-updated-event-schema:1.1.0-SNAPSHOT",
+ "schema": "urn:cps:org.onap.cps:data-updated-event-schema:v1",
"id": "38aa6cc6-264d-4ede-b534-18f5c1f403ea",
"source": "urn:cps:org.onap.cps",
"type": "org.onap.cps.data-updated-event",