Ruben Bartelink

Results 101 issues of Ruben Bartelink

- Support `DynamoStore` - Introduces `SourceConfig` concept to emphasize commonality of wiring between - Integration tests and app - Dynamo vs Cosmos sources - Memory Store equivalent - Added support...

Preview of updates switching to - Equinox V4 - Equinox.EventStoreDb (from Equinox.EventStore)

The initial implementation of the projector wires checkpoint storage for CosmosDB This PR adds wireup to instead retain checkpoints in EventStoreDB As covered in the comments, there are negatives to...

The `eqxfc` template hosts aggregates based on some patterns relevant to Fulfilment Centers. The goal is more to illustrate techniques of unit, integration testing and decoupling than necessarily to represent...

Attempts to polish the code in #5 , presently using OneOf to do Total Matching. If this is to go in, it should probably become a condition on the template,...

Overhang work from jet/equinox#55 and jet/equinox#56: - [x] (I'm likely to work on this next as a backburner task) Add TodoBackend sample (think: https://github.com/panesofglass/TodoBackendFSharp, but on aspdotnetcore like https://github.com/ChristianAlexander/dotnetcore-todo-webapi/blob/master/src/TodoWebApi/Controllers/TodosController.cs so...

help wanted
up-for-grabs

Per [this writeup](https://devblogs.microsoft.com/dotnet/net-cli-templates-in-visual-studio/), VS will start supporting showing the templates in 16.8 Preview 2... - The checklist mentions adding a `defaultName` as a best practice - Also need to check...

good first issue
up-for-grabs

NOTE this has not been rebased in recent times and hence has lots of extraneous diffs and style variances Was https://github.com/jet/equinox/pull/174

Adds the following to the existing eqxFc template - [x] Support for dual running on Cosmos or EventStore (baseline only does EventStoreDB) - [x] Shifting the Inventory (log) stream from...

Based on https://github.com/confluentinc/confluent-kafka-dotnet/issues/1449#issuecomment-723680820 it seems to me that the `Flush` in `ProduceAsync` can be removed from this impl https://github.com/jet/FsKafka/blob/master/src/FsKafka/FsKafka.fs#L210 More research needed - this is working fine, but maybe the...