airavata-courses / autobots

Team Autobots Project Repo
0 stars 2 forks source link

Evaluate messaging frameworks #5

Closed naveenkumarmarri closed 6 years ago

naveenkumarmarri commented 6 years ago

Study the existing open source messaging queue frameworks, document trade offs, feasibility between various technologies Some of the messaging queue frameworks include

gowtham06 commented 6 years ago

@naveenkumarmarri I have tested Kafka with a python script as a producer and NodeJS script as a consumer. Its seems easy to configure and easy to use and deploy. Let me know you want to go ahead with Kafka as part of assignment 1

naveenkumarmarri commented 6 years ago

PR #21 fixes this by adding an implementation of kafka to the reference architecture