simplesourcing / simplesagas

Simple Sagas is a library for building process coordinators for distributed systems based on Kafka Streams
Apache License 2.0
20 stars 5 forks source link

Saga action topic split #48

Closed szoio closed 5 years ago

szoio commented 5 years ago

The main purpose of this PR is to split saga actions into their own set of topics (i.e. request and response) by action type. (Case insensitive - all converted to lower case).

See #10

szoio commented 5 years ago

Also handles #46