Adding functions composition samples for both Kafka/Rabbit

This commit is contained in:
Soby Chacko
2019-11-12 17:07:03 -05:00
parent f70c029510
commit db65408dcc
19 changed files with 1276 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
version: '3'
services:
rabbitmq:
image: rabbitmq:management
ports:
- 5672:5672
- 15672:15672