From a721171f4696b8ddeaa9e884d6f0a26f80096503 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 8 Jun 2020 17:27:38 +0200 Subject: [PATCH] Add message broker comparison --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2bb7ae0..1a9cb12 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ https://prace-ri.eu/wp-content/uploads/Best-Practice-Guide_Parallel-IO.pdf https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1592834 - 10GE network tests with UDP - European XFEL https://indico.cern.ch/event/212228/contributions/1507212/attachments/333941/466017/10GE_network_tests_with_UDP.pdf +- How to choose between Kafka and RabbitMQ +https://tarunbatra.com/blog/comparison/How-to-choose-between-Kafka-and-RabbitMQ/ + ### Software - Intro to lock free programming