Explore >> Select a destination


You are here

wrapt.dev
| | www.cloudamqp.com
1.9 parsecs away

Travel
| | Learn about the different types of exchanges in RabbitMQ and scenarios for how and when you should use exchanges.
| | adamj.eu
3.5 parsecs away

Travel
| | Every time I pick up the Python job queue Celery after not using it for a while, I find I've forgotten exactly how RabbitMQ works. I find the Advanced Message Queuing Protocol (AMQP) concepts drop out of my head pretty quickly: Exchanges, Routing Keys, Bindings, Queues, Virtual Hosts...
| | philodev.one
4.3 parsecs away

Travel
| | Implementing a Queue Request / Response with Symfony Messenger to explore the benefits of asynchronous communication between services
| | archive.qconsf.com
47.1 parsecs away

Travel
| Debezium (noun | de·be·zi·um | /d?:?b?:zi??m/) - Secret Sauce for Change Data Capture Apache Kafka is a highly popular option for asynchronous event propagation between microservices. Things get challenging though when adding a services database to the picture: How can you avoid inconsistencies between Kafka and the database? Enter change data capture (CDC) and Debezium. By