Skip to content
#

ddd

Here are 1,214 public repositories matching this topic...

EventFlow
mbican
mbican commented Mar 16, 2019

In documentation about sagas there is this thing about storing saga-id into event metadata. It looks intuitive but it doesn't work out of the box :-(. I would like to make it work. Here is how:

  1. from PublishAsync pass sagaId and saga type name into ICommandBus.PublishAsync()
  2. overload ICommandBus.PublishAsync() so it takes an extra argument eventMetadata
  3. pass event metadata to IAggregate
ParagRaut
ParagRaut commented Apr 28, 2020

I figured out that node-sass dependency mentioned in web package is obsolete now.

I tried to change it to

"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.10",
"@vue/cli-plugin-eslint": "^3.0.0-rc.10",
"@vue/cli-service": "^3.0.0-rc.10",
"node-sass": "^4.14.0",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.16"
},

then web-vue built s

wolkenkit
goloroden
goloroden commented Nov 10, 2018

What is this feature about?

With tailwind, we have created a standard for how to send commands, wait for events and query read models. We should describe this in the documentation, since from time to time people are interested in how to access a wolkenkit application directly, i.e. without using the client SDK.

What needs to be done to implement this feature?

  • Add a page on t

Improve this page

Add a description, image, and links to the ddd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ddd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.