cqrs-manager-for-distributed-reactive-services icon indicating copy to clipboard operation
cqrs-manager-for-distributed-reactive-services copied to clipboard

Experimental CQRS and Event Sourcing service

Results 4 cqrs-manager-for-distributed-reactive-services issues
Sort by recently updated
recently updated
newest added

When launching CMDR with an example service, per https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services/pull/17 I am getting an error message: ``` kafka/kafka-clients/0.10.0.1/kafka-clients-0.10.0.1.jar:/root/.m2/repository/io/grpc/grpc-core/1.0.0/grpc-core-1.0.0.jar clojure.main -m cmdr_1 | Exception in thread "main" java.lang.NullPointerException cmdr_1 | at clojure.lang.Symbol.intern(Symbol.java:59)...

Extracting and abstracting the main components in the API: * Event Log (producer and consumer) * Database/Index (writer and reader) Then, implementing AWS versions of these components: * Event Log...

i.e. don't leave pagination as exercise to the client. We now need to support both SQL/JDBC-style pagination (limit, offset) and DynamoDB-style pagination (limit, exclusive last key/value), so as not to...

As a third-party producer, how do I know what commands are available and what data elements are required for each command? Media types solve this problem as they identify the...

enhancement