Joel Feinstein
Joel Feinstein
+1 We're trying to upgrade mongo, the export utility flat out refuses to handle symbol types. Any plan to tackle this? On second thought, shouldn't mongoid silently handle this under...
Some additional insight, apparently the symbol type was deprecated in the BSON driver (masked to string) and specifically *undeprecated* by the official Ruby mongodb driver. Mongoid relies on the driver...
I'll start taking a look at this. I don't see a tag for 0.6.0, is it the current master branch?
I was just bit by this, trying to set `current_user_method` and coming up with a blank `modifier`. It's pretty easy to come across in code, which eventually led me here...
I've experimented w/ parallelizing the event stream and found this to be the biggest blocker, especially in an auto-scaling environment. There's no guarantee that events in other segments will be...
@abuijze the issue is still present in 4.3.3. Can reproduce [here](https://github.com/jnfeinstein/axon-demo-kotlin/blob/bugs/spring-boot/src/main/kotlin/com/example/demo/DemoComponent.kt#L16) by commenting out the `queryGateway`. The good news is that Axon is compatible with Spring Boot 2.3.0! 😄
Here's my implementation of upsert and batch upsert. I tried to take the best of everything above. I use this w/ PostgreSQL in production and has been tested against MySQL....
@Tapac where would you like tests for this feature?
The changelog hasn't been updated since version 1.1. I need to update to latest to get ui-router support. Will my application break?
These are defined in a native module, and I don't think there is a clean solution to implement them on tagg threads. See my long comment in #22.