We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f39ab commit 3de0606Copy full SHA for 3de0606
sample_append.py
@@ -31,7 +31,7 @@
31
client.append_to_stream( # Append the event to the SampleStream
32
event_stream, # Name of the stream to append the event to
33
events=[new_event], # The event to append (in a list)
34
- current_version=StreamState.ANY # Set to append regardless of the current stream state (i.e. disable concurrency check)
+ current_version=StreamState.ANY # Set to append regardless of the current stream state (you can ignore this for now)
35
)
36
37
##############################################
0 commit comments