1
0
mirror of synced 2024-07-01 08:17:39 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
019684934e Merge branch 'feature/flow' into develop
Conflicts:
	Config/IBindingContext.cs
	Config/IConfig.cs
	Config/IMessageContext.cs
	Connection/TapetiConsumer.cs
	Connection/TapetiPublisher.cs
	Connection/TapetiWorker.cs
	Helpers/MiddlewareHelper.cs
	IPublisher.cs
	Tapeti.Flow/Tapeti.Flow.csproj
	Tapeti.Saga/ISagaProvider.cs
	Tapeti.Saga/SagaMiddleware.cs
	Tapeti.Saga/SagaProvider.cs
	TapetiConfig.cs
	Test/MarcoController.cs
	Test/Program.cs
2017-02-07 16:17:35 +01:00
4dd8f73f99 Added request/response validation for non-yieldpoint methods
Added ExceptionStrategy
Removed PublishExchange, fixed default ExchangeStrategy
2017-02-07 16:13:33 +01:00
a7b1ea85e5 First working prototype of the flow port 2017-02-05 23:22:34 +01:00
1379eb5a17 Work in progress for migrating from Saga to Flow 2017-01-31 12:01:08 +01:00
14ee717985 Fixed Saga loading and message handler filtering
Added Saga publisher extension
2016-12-14 20:28:17 +01:00
2806e2d304 Somewhere along the line the recent changes got lost. Fixed it, I hope. 2016-12-13 22:01:43 +01:00
5871c8b7f0 Merge branch 'feature/multiqueuecontrollers' into develop 2016-12-11 15:09:20 +01:00
8f5160e860 Back to a working state 2016-12-11 15:08:58 +01:00
dfd480444e Added Saga interfaces
More mockup code
2016-12-07 10:19:16 +01:00
68399db095 Some more interface foundations 2016-12-05 23:41:17 +01:00
e62aa7d482 Started refactoring, not in any usable state yet 2016-12-05 08:00:09 +01:00
1f64fea559 Added concept for ILogger
Moved some code about
2016-11-21 20:54:29 +01:00
806477d5bf Implemented consumer, serializer, routing key strategy and single-threaded task queue (first working version basically) 2016-11-20 14:34:50 +01:00
c247d8e9b4 Added TaskQueue 2016-11-17 17:33:27 +01:00
Mark van Renswoude
0ef412f082 Moved project up one folder 2016-11-17 09:05:39 +01:00
97b654737a Some initial ideas worked out, with a generous amount of todos 2016-11-16 23:11:05 +01:00
a3b8b705ab Added readme 2016-09-04 14:49:10 +02:00