filmov
tv
Asynchronous Processing with Go using Kafka and MongoDB
Показать описание
In this example, I developed 2 microservices using Go to demonstrate asynchronous processing. I also integrated Kafka as the messaging broker and MongoDB as the data store.
Microservice 1 - is a REST microservice which receives data from a /POST http call to it. After receiving the request, it retrieves the data from the http request and saves it to Kafka. After saving, it responds to the caller with the same data sent via /POST
Microservice 2 - is a microservice which subscribes to a topic in Kafka where Microservice 1 saves the data. Once a message is consumed by the microservice, it then saves the data to MongoDB.
Asynchronous Processing with Go using Kafka and MongoDB
Distributed Systems: Expressing Code & Concurrency & Asynchronous Processing with CI/CD - 6/...
Is Asynchronous The Best Way To Go in ASP.NET Core?
Design Inspiration for Asynchronous Processing
Back-End Web Development using Go : Asynchronous Task Queue | packtpub.com
How to Make 2500 HTTP Requests in 2 Seconds with Async & Await
Asynchronous Architecture Explained with Hands-on Tutorial
#58 Golang - Asynchronous Messaging with RabbitMQ
Understanding Asynchronous Processing and Patterns in Node js
Asynchronous Processing using Hangfire and AsyncFlow in .Net Core | HOW TO - Code Samples
CS-310 Lecture 16 - Asynchronous Processing
Exam 70-483: Programming with C# - Objective 1.1 Multithreading and asynchronous processing
AWS re:Invent 2019: [REPEAT 1] Asynchronous-processing best practices with AWS Lambda (SVS406-R1)
Designing an Asynchronous Microservices Runtime with Kafka
Advanced Apex Development - Asynchronous Processes
Tomasz Nurkiewicz on Asynchronous Processing
Asynchronous processing with Monix - Tomek Kogut
Coherence 12.1.3 - Asynchronous Processors
Spring Boot | Exploring Asynchronous 🚀 Calls with @Async Annotation | JavaTechie
Asynchronous Tasks in Python - Getting Started With Celery
Next Generation Asynchronous Patterns in JavaScript by Jonathan Mills
Asynchronous programming
Asynchronous Programming using C#: Lesson 1 - What is a thread?
Mule 4 Async Scope | Mule 4 Asynchronous Processing Using Async Scope | MuleSoft Beginners Tutorial
Комментарии