Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ expected_stdout_lines:
- "== APP == registered_components:"
- "== APP == name=lockstore type=lock.redis version= capabilities=[]"
- "== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]"
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL'"
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL'"
- "== APP == We will update our custom label value and check it was persisted"
- "== APP == We added a custom label named [is-this-our-metadata-example]"
- "== APP == Its old value was [yes] but now it is [You bet it is!]"
Expand All @@ -64,7 +64,7 @@ The output should be as follows:
== APP == registered_components:
== APP == name=lockstore type=lock.redis version= capabilities=[]
== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL', 'TTL']
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL']
== APP == We will update our custom label value and check it was persisted
== APP == We added a custom label named [is-this-our-metadata-example]
== APP == Its old value was [yes] but now it is [You bet it is!]
Expand Down