-
A new instrumentation module is needed to support the mongo reactive v5.2.0 library.
Below is the verify instrumentation failure when the mongodb-reactive-streams-4.8 module is run against v5.2:
```…
-
[Korifi](https://github.com/cloudfoundry/korifi) v0.13.0 supports service brokers.
Thanks for bringing this sample up to Spring Boot 3.3.5!
I'm able to `./gradlew assemble` using Java 17!
I t…
-
Not sure for JPA, but it would be nice to have reactive JDBC and Mongo starters.
-
I'm sorry if this is answered in documentation
I was unable to find any information on instrumentation support of Mongo Reactive driver (`org.mongodb:mongodb-driver-reactivestreams`)
Is this current…
-
I and other people cannot locate this plugin at this version. Can you make this available
-
Is there any way to update bulk records. I am trying to update user object using following code:
```
.update($doc("_id" $in (usersIds: _*)), users, GetLastError(), false , true)
```
In above co…
-
So in the example we can modify the state of 'post.isPublished' by setting the state of 'selectedPost'.
```
State.modify('post.isPublished', function(state = false) {
var selectedPost = State.get('…
-
[reactive-mongo](https://github.com/peerlibrary/meteor-reactive-mongo), is part of the [reactive-publish](https://github.com/peerlibrary/meteor-reactive-publish) and [server-autorun](https://github.co…
mitar updated
9 years ago
-
When writing ReactiveMongoRepository/ReactiveCrudRepository with spring-boot-starter-data-mongodb-reactive and declaring suspend find function with non-nullable kotlin return types, the repository ret…
-
It's essentially to limit how many is returned from a collection. I am not sure if I am using it correctly though.
`ReactiveTable.publish('latest_tickets', Tickets, function () {
return {'_id': {…