Skip to content
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

Add showExpandedEvents to change stream pipeline stage #977

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

katcharov
Copy link
Contributor

@katcharov katcharov requested review from rozza and stIncMale July 5, 2022 19:43
Copy link
Member

@rozza rozza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

The Scala API needs updating to add the showExpandedEvents to ChangeStreamObservable. It should be simple it just wraps the reactive streams API. Scaladoc doesn't support custom tags - so just use @note for the server version.

@@ -986,9 +988,9 @@ public OperationResult executeCreateCollection(final BsonDocument operation) {
ClientSession session = getSession(arguments);

// In Java driver there is a separate method for creating a view, but in the unified test CRUD format
// views and collections are both created with the createCollection operation. We branch off the "viewOn" key's
// views and collections are both created with the createCollection operation. We branch off of key
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: The sentence is hard to parse

@katcharov katcharov merged commit 463b753 into mongodb:master Jul 7, 2022
@katcharov katcharov deleted the JAVA-4585 branch July 7, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants