Dariusz Gafka

Results 8 issues of Dariusz Gafka

Please add support for 1.0 version of raml. Atleast support for multiple examples at once. ``` example: A string with a single example for the body. examples: A mapping of...

feature request

Add Ecotone Framework. Ecotone Framework is Service Bus for PHP based on architectural principles of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS) and Event Sourcing (ES) and provides you...

The problem is about `/pact` `DELETE`. I have few tests within same consumer for multiple providers. When interactions for `Provider A` are finished I call `DELETE` on `/pact` and I...

Hey, I couldn't run the application `without installing additional dependencies` on my host machine (npm for example), so I've created MR with `solves the problem with docker`. After running `docker-compose...

This introduces possibility to set custom naming strategy for given serialization/deserialization using SerializationContext. | Q | A | ------------- | --- | Bug fix? | no | New feature? |...

There is a problem with mapping host volumes right now. For now there is only one entry for changing permissions in Dockerfile which is `not enough`, when doing `host/container volume...

**Description** Currently after Event is published, we don't have information where the event came from. This can be found as side effect under `_aggregate_id` when Event Sourcing is used. We...

## Why is this change proposed? - Verify streaming channels can be used for sharing events - Ensure event streaming channel are not used both as input channel and distributed...