-
Notifications
You must be signed in to change notification settings - Fork 392
Improve documentation around streams, particularly ID generators and adding new streams. #18943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
||
--- | ||
|
||
## Cheatsheet for creating a new stream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't personally verified this is exhaustive but I do know it was used to create #18968 so should be good ⏩
@@ -0,0 +1 @@ | |||
Improve documentation around streams, particularly ID generators and adding new streams. No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the docs here instead of letting them die in private 💯
_MultiWriterCtxManager(self, self._notifier, n), | ||
) | ||
|
||
def get_next_txn(self, txn: LoggingTransaction) -> int: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should add to get_next_mult_txn
too
This arises mostly from my recent experience adding a stream for Thread Subscriptions
and trying to help others add their own streams.
cc @kegsay