54 results for “topic:consumer-producer”
Kafka Web UI
A basic web application that consumes a RESTful web service. Transforms the result into a new object that returns as json. "Thinking in microservices". Plus -> Scheduling tasks. Example implemented
clab - Creative Programming Solutions using C - Programming is enjoyable when applied to solve interesting problems (may not be directly used in general day-to-day professional work). The learning and knowledge acquired in the process make a better programmer.
rabbitmq-elasticsearch-mongodb-netcore-sample
Sample examples of multi-threaded code in Java.
Simple Node.js script based on producer-consumer problem. For transfering documents between two elasticsearch servers or between indices of the same elasticsearch server.
An implementation of the producer-consumer problem which is visually aided with dashboard to view the current commodities being produced and consumed, the program is implemented using shared memory, semaphores and mutexes in C.
A novel LLM-driven Fuzzer for unsafe API consumption testing
The purpose of this repository is to explain step by step how to build producer and consumer applications that interact using Confluent Kafka.
Remote Procedure Call (RPC) library for Python using RabbitMQ
A discord bot wrapper for DeepCreamPy
User Level Thread Library with OS scheduler function. Also Implemented matrix multiplication and bounded buffer problem with Several Test Cases. Also comparison with pthreads
Queue-like data structure for hierarchy-based scheduling
Solution for consumer-producer problem with Multi-threading in Java, done as a part of course (COL106) assignment
Editing facades for Buttercup vaults and content
No description provided.
通过装饰器方式实现生产者消费者模式。可以作用于函数、类的方法上,使其变为异步调用,同时,转变为逐次调用,批量执行。方便将零碎的调用转变为批量形势进行统一执行。
A distributed system composed by 3 microservices and built up with Docker and Kubernetes. Made with @PhilipTamb
No description provided.
Kafka producer and consumer Node.js example
Circle Brawl Based on Django and jQuery
This repository contains projects/codes based on important concept of Operating System
A simple example of producer/consumer application using RabbitMQ as message broker for testing their perfomance.
Virtual Inheritance in C++ to solve the diamond problem && Java consumer producer problem
This is a simple java project where 2 packages in one the simple consumer and producer method has been implemented with interruption and another implemented in guessing game
This Spring Boot app is a resilient Redis Stream consumer for processing PAYMENT_SUCCESS and PAYMENT_FAILED events. It uses ThreadPoolTaskScheduler for scheduled polling and Redis Consumer Groups for durable, reliable message handling with retry and DLQ support—ensuring exactly-once event processing.
Consumer-Producer problem, shared memory. Project 1 Introduction to Operating Systems course.
A simple producer-consumer project to understand how message queue works
Consumer and producer problem - asynchronous communication using ActiveObject design pattern